Lines Matching defs:scninfo
146 struct scninfo struct
152 Elf_Scn *scn;
155 XElf_Shdr *shdr;
158 XElf_Shdr shdr;
162 XElf_Off offset;
164 Elf32_Word outscnndx;
166 Elf32_Word allsectionsidx;
168 bool used;
170 bool unused_comdat;
172 bool comdat_group;
174 Elf32_Word grpid;
176 struct usedfiles *fileinfo;
179 struct symbol *symbols;
182 size_t relsize;
185 struct scninfo *next;
186 } *scninfo; member
356 #define COUNT_RELOCATIONS(state, scninfo) \ argument
1121 linked_from_dso_p (struct scninfo *scninfo, size_t symidx) in linked_from_dso_p()