Searched refs:getSectionIndex (Results 1 – 12 of 12) sorted by relevance
76 uint32_t SecIndex = File->getSectionIndex(Sym); in findAux()
251 uint32_t ELFFileBase<ELFT>::getSectionIndex(const Elf_Sym &Sym) const { in getSectionIndex() function in ELFFileBase252 return CHECK(getObj().getSectionIndex(&Sym, ELFSyms, SymtabSHNDX), this); in getSectionIndex()776 uint32_t SecIdx = this->getSectionIndex(*Sym); in createSymbol()
153 uint32_t getSectionIndex(const Elf_Sym &Sym) const;
246 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() function326 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable); in getSection()
240 virtual uint64_t getSectionIndex(DataRefImpl Sec) const = 0;423 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
175 uint64_t getSectionIndex(DataRefImpl Sec) const override;
253 uint64_t getSectionIndex(DataRefImpl Sec) const override;672 uint64_t ELFObjectFile<ELFT>::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function
302 uint64_t getSectionIndex(DataRefImpl Sec) const override;
904 uint64_t getSectionIndex(DataRefImpl Sec) const override;
289 uint64_t COFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in COFFObjectFile
1314 uint64_t WasmObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in WasmObjectFile
1877 uint64_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in MachOObjectFile