Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DOatFile.java474 public abstract int getSectionIndex();
479 sectionHeader = getSections().get(getSectionIndex());
507 public int getSectionIndex() { return readUshort(offset + 14); }
517 public int getSectionIndex() { return readUshort(offset + 6); }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELF.h246 Expected<uint32_t> getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms,
297 ELFFile<ELFT>::getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms, in getSectionIndex() function
326 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable); in getSection()
DObjectFile.h228 virtual uint64_t getSectionIndex(DataRefImpl Sec) const = 0;
409 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
DWasm.h166 uint64_t getSectionIndex(DataRefImpl Sec) const override;
DELFObjectFile.h251 uint64_t getSectionIndex(DataRefImpl Sec) const override;
667 uint64_t ELFObjectFile<ELFT>::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function
DMachO.h302 uint64_t getSectionIndex(DataRefImpl Sec) const override;
DCOFF.h901 uint64_t getSectionIndex(DataRefImpl Sec) const override;
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachO.h99 std::size_t getSectionIndex(DataRefImpl Sec) const;
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObjectFile.cpp317 std::size_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in llvm::object::MachOObjectFile
487 ret.d.b = getSectionIndex(Sec); in getSectionRelBegin()
503 ret.d.b = getSectionIndex(Sec); in getSectionRelEnd()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h64 uint64_t getSectionIndex() const { return Value.SectionIndex; } in getSectionIndex() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp386 SectionIndex = F->getSectionIndex(); in getLowAndHighPC()
DDWARFUnit.cpp647 BaseAddr = {*Addr, PC->getSectionIndex()}; in getBaseAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp1165 uint64_t WasmObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in WasmObjectFile
DCOFFObjectFile.cpp289 uint64_t COFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in COFFObjectFile
DMachOObjectFile.cpp1877 uint64_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in MachOObjectFile