OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gotscn
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/src/
i386_ld.c
728
Elf_Scn *
gotscn
= elf_getscn (statep->outelf, statep->gotscnidx);
local
733
gotdata = elf_getdata (
gotscn
, NULL);
[
all
...]
elflint.c
877
Elf_Scn *
gotscn
= NULL;
local
893
gotscn
= gscn;
899
if (destshdr == NULL &&
gotscn
!= NULL)
900
destshdr = gelf_getshdr (
gotscn
, &destshdr_mem);
[
all
...]
Completed in 51 milliseconds