OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xndxshdr
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/src/
objdump.c
586
GElf_Shdr *
xndxshdr
;
local
588
xndxshdr
= gelf_getshdr (xndxscn, &xndxshdr_mem);
589
if (
xndxshdr
!= NULL &&
xndxshdr
->sh_type == SHT_SYMTAB_SHNDX
590
&&
xndxshdr
->sh_link == elf_ndxscn (symscn))
nm.c
1294
GElf_Shdr *
xndxshdr
= gelf_getshdr (xndxscn, &
xndxshdr
_mem);
local
[
all
...]
elflint.c
598
GElf_Shdr *
xndxshdr
= gelf_getshdr (xndxscn, &xndxshdr_mem);
local
599
if (
xndxshdr
== NULL)
602
if (
xndxshdr
->sh_type == SHT_SYMTAB_SHNDX
603
&&
xndxshdr
->sh_link == (GElf_Word) idx)
[
all
...]
Completed in 2199 milliseconds