Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFObjectWriter.h104 uint64_t getSectInfo(const LDSection& pSection) const;
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp324 shdr[sectIdx].sh_info = getSectInfo(*ld_sect); in emitSectionHeader()
617 uint64_t ELFObjectWriter::getSectInfo(const LDSection& pSection) const { in getSectInfo() function in mcld::ELFObjectWriter