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

/external/elfutils/libasm/
H A Ddisasm_cb.c96 Elf32_Word xshndx; local
99 &xshndx);
H A Dasm_end.c187 uint32_t *xshndx = NULL; local
217 if (unlikely (xshndx == NULL))
248 xshndx = xndxdata->d_buf = calloc (1, xndxdata->d_size);
249 if (xshndx == NULL)
260 xshndx[ptr] = ndx;
/external/elfutils/src/
H A Dstrip.c1170 Elf32_Word xshndx; local
1173 &sym_mem, &xshndx);
1187 xshndx) == 0)
1210 sec = shdr_info[xshndx].idx;
1232 || (shndxdata != NULL && nxshndx != xshndx))

Completed in 92 milliseconds