Searched refs:getSectInfo (Results 1 – 2 of 2) sorted by relevance
112 uint64_t getSectInfo(const LDSection& pSection, const Output& pOutput) const;
210 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