Searched refs:getSectionIndex (Results 1 – 17 of 17) sorted by relevance
118 uint32_t secIndex = file->getSectionIndex(sym); in findAux()
219 uint32_t getSectionIndex(const Elf_Sym &sym) const;
392 uint32_t ObjFile<ELFT>::getSectionIndex(const Elf_Sym &sym) const { in getSectionIndex() function in ObjFile394 this->getObj().getSectionIndex(sym, getELFSyms<ELFT>(), shndxTable), in getSectionIndex()1092 uint32_t secIdx = getSectionIndex(eSym); in initializeSymbols()1141 uint32_t secIdx = getSectionIndex(eSym); in initializeSymbols()
265 virtual uint64_t getSectionIndex(DataRefImpl Sec) const = 0;455 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
373 Expected<uint32_t> getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms,432 ELFFile<ELFT>::getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms, in getSectionIndex() function461 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable); in getSection()
183 uint64_t getSectionIndex(DataRefImpl Sec) const override;
332 uint64_t getSectionIndex(DataRefImpl Sec) const override;
280 uint64_t getSectionIndex(DataRefImpl Sec) const override;823 uint64_t ELFObjectFile<ELFT>::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function
298 uint64_t getSectionIndex(DataRefImpl Sec) const override;
952 uint64_t getSectionIndex(DataRefImpl Sec) const override;
222 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()244 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
203 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()229 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
128 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl()); in createNormalizedSections()
257 uint64_t XCOFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in llvm::object::XCOFFObjectFile
285 uint64_t COFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in COFFObjectFile
1644 uint64_t WasmObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in WasmObjectFile
1923 uint64_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in MachOObjectFile