/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
D | OatFile.java | 480 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/ |
D | DWARF.cpp | 118 uint32_t secIndex = file->getSectionIndex(sym); in findAux()
|
D | InputFiles.h | 220 uint32_t getSectionIndex(const Elf_Sym &sym) const;
|
D | InputFiles.cpp | 391 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/ |
D | ObjectFile.h | 260 virtual uint64_t getSectionIndex(DataRefImpl Sec) const = 0; 443 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
|
D | ELF.h | 281 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()
|
D | XCOFFObjectFile.h | 266 uint64_t getSectionIndex(DataRefImpl Sec) const override;
|
D | Wasm.h | 176 uint64_t getSectionIndex(DataRefImpl Sec) const override;
|
D | ELFObjectFile.h | 276 uint64_t getSectionIndex(DataRefImpl Sec) const override; 707 uint64_t ELFObjectFile<ELFT>::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function
|
D | MachO.h | 298 uint64_t getSectionIndex(DataRefImpl Sec) const override;
|
D | COFF.h | 905 uint64_t getSectionIndex(DataRefImpl Sec) const override;
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | ObjectFile.h | 262 virtual uint64_t getSectionIndex(DataRefImpl Sec) const = 0; 452 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
|
D | ELF.h | 300 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()
|
D | XCOFFObjectFile.h | 288 uint64_t getSectionIndex(DataRefImpl Sec) const override;
|
D | Wasm.h | 182 uint64_t getSectionIndex(DataRefImpl Sec) const override;
|
D | ELFObjectFile.h | 289 uint64_t getSectionIndex(DataRefImpl Sec) const override; 788 uint64_t ELFObjectFile<ELFT>::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function
|
D | MachO.h | 298 uint64_t getSectionIndex(DataRefImpl Sec) const override;
|
D | COFF.h | 929 uint64_t getSectionIndex(DataRefImpl Sec) const override;
|
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | MachO_x86_64.cpp | 204 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations() 231 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
|
D | MachO_arm64.cpp | 202 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations() 228 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
|
D | MachOLinkGraphBuilder.cpp | 114 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl()); in createNormalizedSections()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | MachOLinkGraphBuilder.cpp | 109 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl()); in createNormalizedSections()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | XCOFFObjectFile.cpp | 248 uint64_t XCOFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in llvm::object::XCOFFObjectFile
|
/external/llvm-project/llvm/lib/Object/ |
D | XCOFFObjectFile.cpp | 255 uint64_t XCOFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in llvm::object::XCOFFObjectFile
|
D | COFFObjectFile.cpp | 283 uint64_t COFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in COFFObjectFile
|