Home | History | Annotate | Download | only in LD

Lines Matching refs:sh_info

314   uint32_t sh_info      = 0x0;
373 sh_info = shdrTab[idx].sh_info;
383 sh_info = mcld::bswap32(shdrTab[idx].sh_info);
394 section->setInfo(sh_info);
396 if (sh_link != 0x0 || sh_info != 0x0) {
397 LinkInfo link_info = { section, sh_link, sh_info };
412 info->section->setLink(pInput.context()->getSection(info->sh_info));
823 uint32_t sh_info = 0x0;
882 sh_info = shdrTab[idx].sh_info;
892 sh_info = mcld::bswap32(shdrTab[idx].sh_info);
903 section->setInfo(sh_info);
905 if (sh_link != 0x0 || sh_info != 0x0) {
906 LinkInfo link_info = { section, sh_link, sh_info };
921 info->section->setLink(pInput.context()->getSection(info->sh_info));