Home | History | Annotate | Download | only in LD

Lines Matching refs:sh_info

351   uint32_t sh_info      = 0x0;
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 = 0x0;
929 sh_info = shdrTab[idx].sh_info;
939 sh_info = mcld::bswap32(shdrTab[idx].sh_info);
950 section->setInfo(sh_info);
952 if (sh_link != 0x0 || sh_info != 0x0) {
953 LinkInfo link_info = { section, sh_link, sh_info };
962 info->section->setLink(pInput.context()->getSection(info->sh_info));