Lines Matching defs:scninfo
154 struct scninfo struct
160 Elf_Scn *scn;
163 XElf_Shdr *shdr;
166 XElf_Shdr shdr;
170 XElf_Off offset;
172 Elf32_Word outscnndx;
174 Elf32_Word allsectionsidx;
176 bool used;
178 bool unused_comdat;
180 bool comdat_group;
182 Elf32_Word grpid;
184 struct usedfiles *fileinfo;
187 struct symbol *symbols;
190 size_t relsize;
193 struct scninfo *next;
194 } *scninfo; member
364 #define COUNT_RELOCATIONS(state, scninfo) \ argument
1129 linked_from_dso_p (struct scninfo *scninfo, size_t symidx) in linked_from_dso_p()