Home
last modified time | relevance | path

Searched refs:string_data_off (Results 1 – 11 of 11) sorted by relevance

/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/DEX/
H A Ddex_defs.h111 string_data_off=0, enumerator
H A Ddexprocessdata.cpp99 …setItem(i,N_DEX_STRING_ID::string_data_off+2, new QStandardItem(XBinary::valueToHex(listStringIt… in _process()
100 … (*g_ppModel)->setItem(i,N_DEX_STRING_ID::string_data_off+3, new QStandardItem(sString)); in _process()
H A Ddex_defs.cpp76 …{string_data_off, "string_data_off", 0, 4,…
/dports/devel/xelfviewer/XELFViewer-0.03/XDEX/
H A Dxdex_def.h65 quint32 string_data_off; member
H A Dxdex.cpp733 …record.string_data_off=_read_int32(pData+nOffset+offsetof(XDEX_DEF::STRING_ITEM_ID,string_data_off in getList_STRING_ITEM_ID()
1062 sResult=_read_utf8String(stringItemId.string_data_off); in getStringItemIdString()
1071 sResult=XBinary::_read_utf8String(stringItemId.string_data_off,pData,nDataSize,nDataOffset); in getStringItemIdString()
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/loaders/dex/
H A Ddex_header.h28 struct DEXStringIdItem { u32 string_data_off; }; member
H A Ddex.cpp71 u8* pstringdata = pointer<u8>(m_strings[idx].string_data_off); in getStringOffset()
83 u8* pstringdata = pointer<u8>(m_strings[idx].string_data_off); in getString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/zucchini/
H A Dtype_dex.h147 uint32_t string_data_off; member
H A Ddisassembler_dex.cc947 offsetof(dex::StringIdItem, string_data_off), std::move(mapper)); in MakeReadStringIdToStringData()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/zucchini/
H A Dtype_dex.h147 uint32_t string_data_off; member
H A Ddisassembler_dex.cc947 offsetof(dex::StringIdItem, string_data_off), std::move(mapper)); in MakeReadStringIdToStringData()