Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf_strptr.c79 Elf_Scn *strscn; local
91 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_read
149 && __libelf_set_rawdata_wrlock (strscn) != 0)
153 if (likely (strscn->rawdata_base != NULL))
[all …]
/external/elfutils/libasm/
Dasm_end.c140 Elf_Scn *strscn = elf_newscn (ctx->out.elf); in binary_end() local
141 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()
/external/elfutils/src/
Dldgeneric.c4316 Elf_Scn *strscn = NULL; in ld_generic_create_outfile() local
5594 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()
Dunstrip.c748 collect_symbols (Elf *outelf, bool rel, Elf_Scn *symscn, Elf_Scn *strscn, in collect_symbols() argument
754 Elf_Data *strdata = elf_getdata (strscn, NULL); in collect_symbols()