Searched defs:sh_info (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReaderIf.h95 /// LinkInfo - some section needs sh_link and sh_info, remember them.
99 uint32_t sh_info; member in struct:mcld::ELFReaderIF::LinkInfo
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionHeader.h44 word_t sh_info; member in class:ELFSectionHeader_CRTP
78 return sh_info;
130 AR & sh_info; local
181 AR & sh_info; local
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp351 uint32_t sh_info = 0x0; local
408 sh_info = shdrTab[idx].sh_info;
418 sh_info = mcld::bswap32(shdrTab[idx].sh_info);
429 section->setInfo(sh_info);
431 if (sh_link != 0x0 || sh_info != 0x0) {
432 LinkInfo link_info = { section, sh_link, sh_info };
441 info->section->setLink(pInput.context()->getSection(info->sh_info));
872 uint32_t sh_info local
[all...]

Completed in 154 milliseconds