HomeSort by relevance Sort by last modified time
    Searched refs:shndx_index (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libelf/
elf_scnshndx.c 40 if (unlikely (scn->shndx_index == 0))
48 return scn->shndx_index;
elf32_getshdr.c 157 elf->state.ELFW(elf,LIBELFBITS).scns.data[shdr[cnt].sh_link].shndx_index
160 /* Set the own shndx_index field in case it has not yet
162 if (elf->state.ELFW(elf,LIBELFBITS).scns.data[cnt].shndx_index == 0)
163 elf->state.ELFW(elf,LIBELFBITS).scns.data[cnt].shndx_index
elf_begin.c 408 elf->state.elf32.scns.data[elf->state.elf32.shdr[cnt].sh_link].shndx_index
411 /* Set the own shndx_index field in case it has not yet
413 if (elf->state.elf32.scns.data[cnt].shndx_index == 0)
414 elf->state.elf32.scns.data[cnt].shndx_index = -1;
505 elf->state.elf64.scns.data[elf->state.elf64.shdr[cnt].sh_link].shndx_index
508 /* Set the own shndx_index field in case it has not yet
510 if (elf->state.elf64.scns.data[cnt].shndx_index == 0)
511 elf->state.elf64.scns.data[cnt].shndx_index = -1;
    [all...]
libelfP.h 219 int shndx_index; /* Index of the extended section index member in struct:Elf_Scn

Completed in 395 milliseconds