Lines Matching refs:scninfo
146 struct scninfo struct
185 struct scninfo *next; argument
186 } *scninfo; member
189 struct scninfo *groups;
347 void (*relocate_section) (struct ld_state *, Elf_Scn *, struct scninfo *,
355 void (*count_relocations) (struct ld_state *, struct scninfo *);
356 #define COUNT_RELOCATIONS(state, scninfo) \ argument
357 DL_CALL_FCT ((state)->callbacks.count_relocations, (state, scninfo))
721 struct scninfo *last;
874 struct scninfo *common_section;
892 struct scninfo *copy_section;
1053 struct scninfo *rellist;
1116 extern bool linked_from_dso_p (struct scninfo *scninfo, size_t symidx);
1121 linked_from_dso_p (struct scninfo *scninfo, size_t symidx) in linked_from_dso_p() argument
1123 struct usedfiles *file = scninfo->fileinfo; in linked_from_dso_p()