OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shndx_index
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/libelf/
elf_scnshndx.c
61
if (unlikely (scn->
shndx_index
== 0))
69
return scn->
shndx_index
;
elf32_getshdr.c
154
elf->state.ELFW(elf,LIBELFBITS).scns.data[shdr[cnt].sh_link].
shndx_index
157
/* Set the own
shndx_index
field in case it has not yet
159
if (elf->state.ELFW(elf,LIBELFBITS).scns.data[cnt].
shndx_index
== 0)
160
elf->state.ELFW(elf,LIBELFBITS).scns.data[cnt].
shndx_index
elf_begin.c
345
elf->state.elf32.scns.data[elf->state.elf32.shdr[cnt].sh_link].
shndx_index
348
/* Set the own
shndx_index
field in case it has not yet
350
if (elf->state.elf32.scns.data[cnt].
shndx_index
== 0)
351
elf->state.elf32.scns.data[cnt].
shndx_index
= -1;
433
elf->state.elf64.scns.data[elf->state.elf64.shdr[cnt].sh_link].
shndx_index
436
/* Set the own
shndx_index
field in case it has not yet
438
if (elf->state.elf64.scns.data[cnt].
shndx_index
== 0)
439
elf->state.elf64.scns.data[cnt].
shndx_index
= -1;
[
all
...]
libelfP.h
235
int
shndx_index
; /* Index of the extended section index
member in struct:Elf_Scn
Completed in 82 milliseconds