Searched refs:sh_type (Results 1 – 2 of 2) sorted by relevance
332 uint32_t sh_type = 0x0; in readSectionHeaders() local387 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() local881 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()
316 shdr[sectIdx].sh_type = ld_sect->type(); in emitSectionHeader()