Home
last modified time | relevance | path

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

/third_party/elfutils/libasm/
H A Dasm_end.c186 uint32_t *xshndx = NULL; in binary_end() local
216 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()
H A Ddisasm_cb.c101 Elf32_Word xshndx; in read_symtab_exec() local
104 &xshndx); in read_symtab_exec()
/third_party/elfutils/src/
H A Dstrip.c1993 Elf32_Word xshndx; in handle_elf() local
1996 &sym_mem, &xshndx); in handle_elf()
2010 xshndx) == 0) in handle_elf()
2031 ? sym->st_shndx : xshndx); in handle_elf()
2054 || (shndxdata != NULL && nxshndx != xshndx)) in handle_elf()

Completed in 4 milliseconds