Home | History | Annotate | Download | only in LD

Lines Matching defs:sh_info

366   uint32_t sh_info      = 0x0;
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 = 0x0;
981 sh_info = shdrTab[idx].sh_info;
991 sh_info = mcld::bswap32(shdrTab[idx].sh_info);
1002 section->setInfo(sh_info);
1004 if (sh_link != 0x0 || sh_info != 0x0) {
1005 LinkInfo link_info = { section, sh_link, sh_info };
1020 info->section->setLink(pInput.context()->getSection(info->sh_info));