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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFObjectWriter.h106 // getSectInfo - compute ElfXX_Shdr::sh_info
107 uint64_t getSectInfo(const LDSection& pSection) const;
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp332 shdr[sectIdx].sh_info = getSectInfo(*ld_sect);
631 /// getSectInfo - compute ElfXX_Shdr::sh_info
632 uint64_t ELFObjectWriter::getSectInfo(const LDSection& pSection) const function in class:ELFObjectWriter

Completed in 1506 milliseconds