Searched refs:getSectEntrySize (Results 1 – 2 of 2) sorted by relevance
97 uint64_t getSectEntrySize(const LDSection& pSection) const;
322 shdr[sectIdx].sh_entsize = getSectEntrySize<SIZE>(*ld_sect); in emitSectionHeader()563 uint64_t ELFObjectWriter::getSectEntrySize(const LDSection& pSection) const { in getSectEntrySize() function in mcld::ELFObjectWriter