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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFObjectWriter.h103 // getSectInfo - compute ElfXX_Shdr::sh_info
104 uint64_t getSectInfo(const LDSection& pSection) const;
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp324 shdr[sectIdx].sh_info = getSectInfo(*ld_sect);
616 /// getSectInfo - compute ElfXX_Shdr::sh_info
617 uint64_t ELFObjectWriter::getSectInfo(const LDSection& pSection) const { function in class:mcld::ELFObjectWriter

Completed in 82 milliseconds