Searched refs:sh_link (Results 1 – 3 of 3) sorted by relevance
336 uint32_t sh_link = 0x0; in readSectionHeaders() local348 sh_link = shdr->sh_link; in readSectionHeaders()351 sh_link = mcld::bswap32(shdr->sh_link); in readSectionHeaders()357 shstrtab = sh_link; in readSectionHeaders()391 sh_link = shdrTab[idx].sh_link; in readSectionHeaders()400 sh_link = mcld::bswap32(shdrTab[idx].sh_link); in readSectionHeaders()411 if (sh_link != 0x0 || sh_info != 0x0) { in readSectionHeaders()412 LinkInfo link_info = {section, sh_link, sh_info}; in readSectionHeaders()423 info->section->setLink(pInput.context()->getSection(info->sh_link)); in readSectionHeaders()830 uint32_t sh_link = 0x0; in readSectionHeaders() local[all …]
323 shdr[sectIdx].sh_link = getSectLink(*ld_sect, pConfig); in emitSectionHeader()
91 uint32_t sh_link; member