Home
last modified time | relevance | path

Searched refs:sh_link (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp336 uint32_t sh_link = 0x0; in readSectionHeaders() local
348 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 …]
DELFObjectWriter.cpp323 shdr[sectIdx].sh_link = getSectLink(*ld_sect, pConfig); in emitSectionHeader()
/frameworks/compile/mclinker/include/mcld/LD/
DELFReaderIf.h91 uint32_t sh_link; member