Home
last modified time | relevance | path

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

/external/elfutils/libasm/
Dasm_end.c189 uint32_t *xshndx = NULL; in binary_end() local
219 if (unlikely (xshndx == NULL)) in binary_end()
251 xshndx = xndxdata->d_buf = calloc (1, xndxdata->d_size); in binary_end()
252 if (xshndx == NULL) in binary_end()
263 xshndx[ptr] = ndx; in binary_end()
Ddisasm_cb.c101 Elf32_Word xshndx; in read_symtab_exec() local
104 &xshndx); in read_symtab_exec()
/external/elfutils/src/
Dstrip.c1939 Elf32_Word xshndx; in handle_elf() local
1942 &sym_mem, &xshndx); in handle_elf()
1956 xshndx) == 0) in handle_elf()
1977 ? sym->st_shndx : xshndx); in handle_elf()
1999 || (shndxdata != NULL && nxshndx != xshndx)) in handle_elf()