Home
last modified time | relevance | path

Searched refs:strscn (Results 1 - 3 of 3) sorted by relevance

/third_party/elfutils/libelf/
H A Delf_strptr.c42 get_zdata (Elf_Scn *strscn) in get_zdata() argument
45 void *zdata = __libelf_decompress_elf (strscn, &zsize, &zalign); in get_zdata()
49 strscn->zdata_base = zdata; in get_zdata()
50 strscn->zdata_size = zsize; in get_zdata()
51 strscn->zdata_align = zalign; in get_zdata()
89 Elf_Scn *strscn; in elf_strptr() local
101 strscn = &runp->data[idx]; in elf_strptr()
123 Elf32_Shdr *shdr = strscn->shdr.e32 ?: __elf32_getshdr_rdlock (strscn); in elf_strptr()
135 if (strscn in elf_strptr()
[all...]
/third_party/elfutils/libasm/
H A Dasm_end.c139 Elf_Scn *strscn = elf_newscn (ctx->out.elf); in binary_end() local
140 strtabdata = elf_newdata (strscn); in binary_end()
141 shdr = gelf_getshdr (strscn, &shdr_mem); in binary_end()
147 strscnndx = elf_ndxscn (strscn); in binary_end()
154 (void) gelf_update_shdr (strscn, shdr); in binary_end()
/third_party/elfutils/src/
H A Dunstrip.c844 collect_symbols (Elf *outelf, bool rel, Elf_Scn *symscn, Elf_Scn *strscn, in collect_symbols()
851 Elf_Data *strdata = elf_getdata (strscn, NULL); in collect_symbols()
842 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) collect_symbols() argument

Completed in 5 milliseconds