OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:grpscn
(Results
1 - 1
of
1
) sorted by null
/external/elfutils/src/
ldgeneric.c
850
struct scninfo *
grpscn
= find_section_group (fileinfo, shndx, &data);
local
851
*grpscnp =
grpscn
;
865
grpscn
->used = true;
874
if (fileinfo->scninfo[idx].grpid !=
grpscn
->grpid)
963
struct scninfo *
grpscn
= NULL;
local
984
mark_section_used (scninfo, elf_ndxscn (scninfo->scn), &
grpscn
);
986
if ((shdr->sh_flags & SHF_GROUP) &&
grpscn
== NULL)
989
grpscn
= find_section_group (fileinfo, elf_ndxscn (scninfo->scn),
991
assert (
grpscn
== NULL ||
grpscn
->symbols->name != NULL)
[
all
...]
Completed in 1908 milliseconds