Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFWriter.h112 uint64_t getSectInfo(const LDSection& pSection, const Output& pOutput) const;
/frameworks/compile/mclinker/lib/LD/
DELFWriter.cpp210 shdr[sectIdx].sh_info = getSectInfo(*ld_sect, pOutput); in emitELF32SectionHeader()
246 shdr[sectIdx].sh_info = getSectInfo(*ld_sect, pOutput); in emitELF64SectionHeader()
617 uint64_t ELFWriter::getSectInfo(const LDSection& pSection, const Output& pOutput) const in getSectInfo() function in ELFWriter