Searched refs:shndx_index (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/0.153/libelf/
H A Delf_scnshndx.c61 if (unlikely (scn->shndx_index == 0))
69 return scn->shndx_index;
H A Delf32_getshdr.c154 elf->state.ELFW(elf,LIBELFBITS).scns.data[shdr[cnt].sh_link].shndx_index
157 /* Set the own shndx_index field in case it has not yet
159 if (elf->state.ELFW(elf,LIBELFBITS).scns.data[cnt].shndx_index == 0)
160 elf->state.ELFW(elf,LIBELFBITS).scns.data[cnt].shndx_index
H A Delf_begin.c353 elf->state.elf32.scns.data[elf->state.elf32.shdr[cnt].sh_link].shndx_index
356 /* Set the own shndx_index field in case it has not yet
358 if (elf->state.elf32.scns.data[cnt].shndx_index == 0)
359 elf->state.elf32.scns.data[cnt].shndx_index = -1;
439 elf->state.elf64.scns.data[elf->state.elf64.shdr[cnt].sh_link].shndx_index
442 /* Set the own shndx_index field in case it has not yet
444 if (elf->state.elf64.scns.data[cnt].shndx_index == 0)
445 elf->state.elf64.scns.data[cnt].shndx_index = -1;
H A DlibelfP.h235 int shndx_index; /* Index of the extended section index member in struct:Elf_Scn

Completed in 140 milliseconds