Home
last modified time | relevance | path

Searched refs:xshndx (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/0.153/libasm/
Ddisasm_cb.c96 Elf32_Word xshndx; in read_symtab_exec() local
99 &xshndx); in read_symtab_exec()
Dasm_end.c187 uint32_t *xshndx = NULL; in binary_end() local
217 if (unlikely (xshndx == NULL)) in binary_end()
248 xshndx = xndxdata->d_buf = calloc (1, xndxdata->d_size); in binary_end()
249 if (xshndx == NULL) in binary_end()
260 xshndx[ptr] = ndx; in binary_end()
/external/elfutils/0.153/src/
Dstrip.c1218 Elf32_Word xshndx; in handle_elf() local
1221 &sym_mem, &xshndx); in handle_elf()
1235 xshndx) == 0) in handle_elf()
1258 sec = shdr_info[xshndx].idx; in handle_elf()
1280 || (shndxdata != NULL && nxshndx != xshndx)) in handle_elf()
1303 ? sym->st_shndx : xshndx); in handle_elf()