Home
last modified time | relevance | path

Searched refs:sectionIndex (Results 1 – 3 of 3) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/
DItemType.java97 private ItemType(int mapValue, int sectionIndex, int itemAlignment, String typeName) { in ItemType() argument
99 this.SectionIndex = sectionIndex; in ItemType()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp240 uint8_t sectionIndex = static_cast<uint8_t>(RelType & 0xFF); in processRelocationRef() local
243 for (uint8_t i = 1; i < sectionIndex; i++) { in processRelocationRef()
/external/icu4c/common/
Ducnv_ext.cpp955 int32_t sectionIndex, in ucnv_extGetUnicodeSetString() argument
963 fromUSectionUChars=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_UCHARS_INDEX, UChar)+sectionIndex; in ucnv_extGetUnicodeSetString()
964 fromUSectionValues=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_VALUES_INDEX, uint32_t)+sectionIndex; in ucnv_extGetUnicodeSetString()