Searched refs:strscn (Results 1 – 4 of 4) sorted by relevance
79 Elf_Scn *strscn; local91 strscn = &runp->data[idx];112 if (unlikely (strscn->shdr.e32->sh_type != SHT_STRTAB))119 if (unlikely (offset >= strscn->shdr.e32->sh_size))128 if (unlikely (strscn->shdr.e64->sh_type != SHT_STRTAB))135 if (unlikely (offset >= strscn->shdr.e64->sh_size))143 if (strscn->rawdata_base == NULL && ! strscn->data_read)147 if (strscn->rawdata_base == NULL && ! strscn->data_read149 && __libelf_set_rawdata_wrlock (strscn) != 0)153 if (likely (strscn->rawdata_base != NULL))[all …]
140 Elf_Scn *strscn = elf_newscn (ctx->out.elf); in binary_end() local141 strtabdata = elf_newdata (strscn); in binary_end()142 shdr = gelf_getshdr (strscn, &shdr_mem); in binary_end()148 strscnndx = elf_ndxscn (strscn); in binary_end()155 (void) gelf_update_shdr (strscn, shdr); in binary_end()
4316 Elf_Scn *strscn = NULL; in ld_generic_create_outfile() local5594 strscn = elf_newscn (ld_state.outelf); in ld_generic_create_outfile()5595 ld_state.strscnidx = elf_ndxscn (strscn); in ld_generic_create_outfile()5596 data = elf_newdata (strscn); in ld_generic_create_outfile()5597 xelf_getshdr (strscn, shdr); in ld_generic_create_outfile()5610 if (unlikely (xelf_update_shdr (strscn, shdr) == 0)) in ld_generic_create_outfile()
748 collect_symbols (Elf *outelf, bool rel, Elf_Scn *symscn, Elf_Scn *strscn, in collect_symbols() argument754 Elf_Data *strdata = elf_getdata (strscn, NULL); in collect_symbols()