Home
last modified time | relevance | path

Searched refs:sh_type (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp332 uint32_t sh_type = 0x0; in readSectionHeaders() local
387 sh_type = shdrTab[idx].sh_type; in readSectionHeaders()
396 sh_type = mcld::bswap32(shdrTab[idx].sh_type); in readSectionHeaders()
406 pInput, sect_name + sh_name, sh_type, sh_flags, sh_addralign); in readSectionHeaders()
826 uint32_t sh_type = 0x0; in readSectionHeaders() local
881 sh_type = shdrTab[idx].sh_type; in readSectionHeaders()
890 sh_type = mcld::bswap32(shdrTab[idx].sh_type); in readSectionHeaders()
900 pInput, sect_name + sh_name, sh_type, sh_flags, sh_addralign); in readSectionHeaders()
DELFObjectWriter.cpp316 shdr[sectIdx].sh_type = ld_sect->type(); in emitSectionHeader()