Searched defs:strscn (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/0.153/libelf/
H A 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
[all...]
/external/elfutils/0.153/libasm/
H A Dasm_end.c140 Elf_Scn *strscn = elf_newscn (ctx->out.elf); local
141 strtabdata = elf_newdata (strscn);
142 shdr = gelf_getshdr (strscn, &shdr_mem);
148 strscnndx = elf_ndxscn (strscn);
155 (void) gelf_update_shdr (strscn, shdr);
/external/elfutils/0.153/src/
H A Dunstrip.c753 collect_symbols (Elf *outelf, bool rel, Elf_Scn *symscn, Elf_Scn *strscn,
759 Elf_Data *strdata = elf_getdata (strscn, NULL);
751 collect_symbols(Elf *outelf, bool rel, Elf_Scn *symscn, Elf_Scn *strscn, const size_t nent, const GElf_Addr bias, const size_t scnmap[], struct symbol *table, size_t *map, struct section *split_bss) argument
H A Dldgeneric.c4314 Elf_Scn *strscn = NULL; local
5592 strscn = elf_newscn (ld_state.outelf);
5593 ld_state.strscnidx = elf_ndxscn (strscn);
5594 data = elf_newdata (strscn);
5595 xelf_getshdr (strscn, shdr);
5608 if (unlikely (xelf_update_shdr (strscn, shdr) == 0))

Completed in 134 milliseconds