Searched refs:getSymbolSection (Results 1 – 8 of 8) sorted by relevance
209 ErrorOr<section_iterator> getSymbolSection(const Elf_Sym *Symb,211 ErrorOr<section_iterator> getSymbolSection(DataRefImpl Symb) const override;515 ELFObjectFile<ELFT>::getSymbolSection(const Elf_Sym *ESym, in getSymbolSection() function532 ELFObjectFile<ELFT>::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function535 return getSymbolSection(Sym, SymTab); in getSymbolSection()
205 getSymbolSection(DataRefImpl Symb) const = 0;326 return getObject()->getSymbolSection(getRawDataRefImpl()); in getSection()
213 ErrorOr<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
656 ErrorOr<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
36 INVALID-SECTION-IDX-SYMBOL-SEC: getSymbolSection: Invalid section index
370 section_iterator Sec = *MachO->getSymbolSection(I->Sym.getRawDataRefImpl()); in darwinPrintSymbol()775 section_iterator Sec = *Obj.getSymbolSection(Symb); in getSymbolNMTypeChar()
404 section_iterator Sec = *getSymbolSection(Symb); in getSymbolType()452 MachOObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function in MachOObjectFile
239 COFFObjectFile::getSymbolSection(DataRefImpl Ref) const { in getSymbolSection() function in COFFObjectFile