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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReaderIf.h88 /// LinkInfo - some section needs sh_link and sh_info, remember them.
92 uint32_t sh_info; member in struct:mcld::ELFReaderIF::LinkInfo
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp337 uint32_t sh_info = 0x0; local
392 sh_info = shdrTab[idx].sh_info;
401 sh_info = mcld::bswap32(shdrTab[idx].sh_info);
409 section->setInfo(sh_info);
411 if (sh_link != 0x0 || sh_info != 0x0) {
412 LinkInfo link_info = {section, sh_link, sh_info};
421 info->section->setLink(pInput.context()->getSection(info->sh_info));
831 uint32_t sh_info local
[all...]

Completed in 39 milliseconds