Home
last modified time | relevance | path

Searched refs:getSectionIndex (Results 1 – 25 of 30) sorted by relevance

12

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DOatFile.java480 public abstract int getSectionIndex();
485 sectionHeader = getSections().get(getSectionIndex());
513 public int getSectionIndex() { return readUshort(offset + 14); }
523 public int getSectionIndex() { return readUshort(offset + 6); }
/external/llvm-project/lld/ELF/
DDWARF.cpp118 uint32_t secIndex = file->getSectionIndex(sym); in findAux()
DInputFiles.h220 uint32_t getSectionIndex(const Elf_Sym &sym) const;
DInputFiles.cpp391 uint32_t ObjFile<ELFT>::getSectionIndex(const Elf_Sym &sym) const { in getSectionIndex() function in ObjFile
393 this->getObj().getSectionIndex(sym, getELFSyms<ELFT>(), shndxTable), in getSectionIndex()
1095 uint32_t secIdx = getSectionIndex(eSym); in initializeSymbols()
1143 uint32_t secIdx = getSectionIndex(eSym); in initializeSymbols()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h260 virtual uint64_t getSectionIndex(DataRefImpl Sec) const = 0;
443 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
DELF.h281 Expected<uint32_t> getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms,
336 ELFFile<ELFT>::getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms, in getSectionIndex() function
365 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable); in getSection()
DXCOFFObjectFile.h266 uint64_t getSectionIndex(DataRefImpl Sec) const override;
DWasm.h176 uint64_t getSectionIndex(DataRefImpl Sec) const override;
DELFObjectFile.h276 uint64_t getSectionIndex(DataRefImpl Sec) const override;
707 uint64_t ELFObjectFile<ELFT>::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function
DMachO.h298 uint64_t getSectionIndex(DataRefImpl Sec) const override;
DCOFF.h905 uint64_t getSectionIndex(DataRefImpl Sec) const override;
/external/llvm-project/llvm/include/llvm/Object/
DObjectFile.h262 virtual uint64_t getSectionIndex(DataRefImpl Sec) const = 0;
452 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
DELF.h300 Expected<uint32_t> getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms,
354 ELFFile<ELFT>::getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms, in getSectionIndex() function
383 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable); in getSection()
DXCOFFObjectFile.h288 uint64_t getSectionIndex(DataRefImpl Sec) const override;
DWasm.h182 uint64_t getSectionIndex(DataRefImpl Sec) const override;
DELFObjectFile.h289 uint64_t getSectionIndex(DataRefImpl Sec) const override;
788 uint64_t ELFObjectFile<ELFT>::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function
DMachO.h298 uint64_t getSectionIndex(DataRefImpl Sec) const override;
DCOFF.h929 uint64_t getSectionIndex(DataRefImpl Sec) const override;
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp204 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
231 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
DMachO_arm64.cpp202 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
228 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
DMachOLinkGraphBuilder.cpp114 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl()); in createNormalizedSections()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp109 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl()); in createNormalizedSections()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp248 uint64_t XCOFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in llvm::object::XCOFFObjectFile
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp255 uint64_t XCOFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in llvm::object::XCOFFObjectFile
DCOFFObjectFile.cpp283 uint64_t COFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in COFFObjectFile

12