Home
last modified time | relevance | path

Searched refs:sh_info (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp337 uint32_t sh_info = 0x0; in readSectionHeaders() local
392 sh_info = shdrTab[idx].sh_info; in readSectionHeaders()
401 sh_info = mcld::bswap32(shdrTab[idx].sh_info); in readSectionHeaders()
409 section->setInfo(sh_info); in readSectionHeaders()
411 if (sh_link != 0x0 || sh_info != 0x0) { in readSectionHeaders()
412 LinkInfo link_info = {section, sh_link, sh_info}; in readSectionHeaders()
421 info->section->setLink(pInput.context()->getSection(info->sh_info)); in readSectionHeaders()
831 uint32_t sh_info = 0x0; in readSectionHeaders() local
886 sh_info = shdrTab[idx].sh_info; in readSectionHeaders()
895 sh_info = mcld::bswap32(shdrTab[idx].sh_info); in readSectionHeaders()
[all …]
DELFObjectWriter.cpp324 shdr[sectIdx].sh_info = getSectInfo(*ld_sect); in emitSectionHeader()
/frameworks/compile/mclinker/include/mcld/LD/
DELFReaderIf.h92 uint32_t sh_info; member
DDiagCommonKinds.inc68 "can not read the section being relocated in file %0.\ninvalid sh_info: "
70 "can not read the section being relocated in file %0.\ninvalid sh_info: "