Home | History | Annotate | Download | only in libelf

Lines Matching refs:shndx_index

353 		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;