Searched defs:dynsym (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.cpp60 const LDSection& dynsym = pFormat.getDynSymTab(); local
61 return dynsym.size() / symbolSize();
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp711 /// .dynsym, .dynstr, .hash and .shstrtab.
718 size_t dynsym = config().isCodeStatic() ? 0 : 1; local
727 // number of local symbol in the .symtab and .dynsym
768 /// Compute the size of .dynsym, .dynstr, and dynsym_local_cnt
771 ++dynsym;
779 // count the number of dynsym to hash
786 // Special case for empty .dynsym
799 hash = (2 + getHashBucketCount(dynsym, false) + dynsym) *
824 file_format->getDynSymTab().setSize(dynsym *
[all...]

Completed in 68 milliseconds