Home
last modified time | relevance | path

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

/third_party/elfutils/libelf/
H A Delf_scnshndx.c40 if (unlikely (scn->shndx_index == 0)) in elf_scnshndx()
48 return scn->shndx_index; in elf_scnshndx()
H A Delf32_getshdr.c155 elf->state.ELFW(elf,LIBELFBITS).scns.data[shdr[cnt].sh_link].shndx_index in ElfW2()
158 /* Set the own shndx_index field in case it has not yet in ElfW2()
160 if (elf->state.ELFW(elf,LIBELFBITS).scns.data[cnt].shndx_index == 0) in ElfW2()
161 elf->state.ELFW(elf,LIBELFBITS).scns.data[cnt].shndx_index in ElfW2()
H A Delf_begin.c422 elf->state.elf32.scns.data[elf->state.elf32.shdr[cnt].sh_link].shndx_index in file_read_elf()
425 /* Set the own shndx_index field in case it has not yet in file_read_elf()
427 if (elf->state.elf32.scns.data[cnt].shndx_index == 0) in file_read_elf()
428 elf->state.elf32.scns.data[cnt].shndx_index = -1; in file_read_elf()
521 elf->state.elf64.scns.data[elf->state.elf64.shdr[cnt].sh_link].shndx_index in file_read_elf()
524 /* Set the own shndx_index field in case it has not yet in file_read_elf()
526 if (elf->state.elf64.scns.data[cnt].shndx_index == 0) in file_read_elf()
527 elf->state.elf64.scns.data[cnt].shndx_index = -1; in file_read_elf()
H A DlibelfP.h217 int shndx_index; /* Index of the extended section index member

Completed in 4 milliseconds