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 380 elf->state.elf32.scns.data[elf->state.elf32.shdr[cnt].sh_link].shndx_index
383 /* Set the own shndx_index field in case it has not yet
385 if (elf->state.elf32.scns.data[cnt].shndx_index == 0)
386 elf->state.elf32.scns.data[cnt].shndx_index = -1;
477 elf->state.elf64.scns.data[elf->state.elf64.shdr[cnt].sh_link].shndx_index
480 /* Set the own shndx_index field in case it has not yet
482 if (elf->state.elf64.scns.data[cnt].shndx_index == 0)
483 elf->state.elf64.scns.data[cnt].shndx_index = -1;
    [all...]
libelfP.h 222 int shndx_index; /* Index of the extended section index member in struct:Elf_Scn

Completed in 131 milliseconds