Home
last modified time | relevance | path

Searched refs:getSymTab (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h461 LDSection& getSymTab() { in getSymTab() function
466 const LDSection& getSymTab() const { in getSymTab() function
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp848 file_format->getSymTab().setSize(symtab * sizeof(llvm::ELF::Elf32_Sym)); in sizeNamePools()
850 file_format->getSymTab().setSize(symtab * sizeof(llvm::ELF::Elf64_Sym)); in sizeNamePools()
855 file_format->getSymTab().setInfo(symtab_local_cnt); in sizeNamePools()
920 LDSection& symtab_sect = file_format->getSymTab(); in emitRegNamePools()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp702 LDSection& symtab = file_format->getSymTab(); in doRelax()
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp606 return target().getOutputFormat()->getSymTab().index(); in getSectLink()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp644 LDSection& symtab = getOutputFormat()->getSymTab(); in relaxRelocation()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp581 LDSection& symtab = file_format->getSymTab(); in doRelax()