Searched refs:sh_name (Results 1 – 3 of 3) sorted by relevance
331 uint32_t sh_name = 0x0; in readSectionHeaders() local386 sh_name = shdrTab[idx].sh_name; in readSectionHeaders()395 sh_name = mcld::bswap32(shdrTab[idx].sh_name); in readSectionHeaders()406 pInput, sect_name + sh_name, sh_type, sh_flags, sh_addralign); in readSectionHeaders()825 uint32_t sh_name = 0x0; in readSectionHeaders() local880 sh_name = shdrTab[idx].sh_name; in readSectionHeaders()889 sh_name = mcld::bswap32(shdrTab[idx].sh_name); in readSectionHeaders()900 pInput, sect_name + sh_name, sh_type, sh_flags, sh_addralign); in readSectionHeaders()
315 shdr[sectIdx].sh_name = shstridx; in emitSectionHeader()
358 if (strcmp(name, strtab_.GetString(shdr_table_[i].sh_name)) == 0) { in FindSectionHeaderByName()