Searched refs:shndx_index (Results 1 – 5 of 5) sorted by relevance
40 if (unlikely (scn->shndx_index == 0)) in elf_scnshndx()48 return scn->shndx_index; in elf_scnshndx()
157 elf->state.ELFW(elf,LIBELFBITS).scns.data[shdr[cnt].sh_link].shndx_index in ElfW2()162 if (elf->state.ELFW(elf,LIBELFBITS).scns.data[cnt].shndx_index == 0) in ElfW2()163 elf->state.ELFW(elf,LIBELFBITS).scns.data[cnt].shndx_index in ElfW2()
380 elf->state.elf32.scns.data[elf->state.elf32.shdr[cnt].sh_link].shndx_index in file_read_elf()385 if (elf->state.elf32.scns.data[cnt].shndx_index == 0) in file_read_elf()386 elf->state.elf32.scns.data[cnt].shndx_index = -1; in file_read_elf()477 elf->state.elf64.scns.data[elf->state.elf64.shdr[cnt].sh_link].shndx_index in file_read_elf()482 if (elf->state.elf64.scns.data[cnt].shndx_index == 0) in file_read_elf()483 elf->state.elf64.scns.data[cnt].shndx_index = -1; in file_read_elf()
222 int shndx_index; /* Index of the extended section index member
922 * libelfP.h (struct Elf_Scn): Add shndx_index field.