Searched refs:getSectEntrySize (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFObjectWriter.h98 // getSectEntrySize - compute ElfXX_Shdr::sh_entsize
100 uint64_t getSectEntrySize(const LDSection& pSection) const;
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp330 shdr[sectIdx].sh_entsize = getSectEntrySize<SIZE>(*ld_sect);
574 /// getSectEntrySize - compute ElfXX_Shdr::sh_entsize
576 uint64_t ELFObjectWriter::getSectEntrySize(const LDSection& pSection) const function in class:ELFObjectWriter

Completed in 124 milliseconds