Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFObjectWriter.h97 uint64_t getSectEntrySize(const LDSection& pSection) const;
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp322 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