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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReaderIf.h97 /// LinkInfo - some section needs sh_link and sh_info, remember them.
101 uint32_t sh_info; member in struct:mcld::ELFReaderIF::LinkInfo
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionHeader.h45 word_t sh_info; member in class:ELFSectionHeader_CRTP
79 return sh_info;
131 AR & sh_info; local
182 AR & sh_info; local
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp366 uint32_t sh_info = 0x0; local
425 sh_info = shdrTab[idx].sh_info;
435 sh_info = mcld::bswap32(shdrTab[idx].sh_info);
446 section->setInfo(sh_info);
448 if (sh_link != 0x0 || sh_info != 0x0) {
449 LinkInfo link_info = { section, sh_link, sh_info };
464 info->section->setLink(pInput.context()->getSection(info->sh_info));
922 uint32_t sh_info local
[all...]

Completed in 320 milliseconds