Lines Matching refs:scninfo
138 struct scninfo struct
172 struct scninfo *next; argument
173 } *scninfo; member
176 struct scninfo *groups;
334 void (*relocate_section) (struct ld_state *, Elf_Scn *, struct scninfo *,
342 void (*count_relocations) (struct ld_state *, struct scninfo *);
343 #define COUNT_RELOCATIONS(state, scninfo) \ argument
344 DL_CALL_FCT ((state)->callbacks.count_relocations, (state, scninfo))
696 struct scninfo *last;
845 struct scninfo *common_section;
863 struct scninfo *copy_section;
994 struct scninfo *rellist;
1057 extern bool linked_from_dso_p (struct scninfo *scninfo, int symidx);
1059 linked_from_dso_p (struct scninfo *scninfo, int symidx) in linked_from_dso_p() argument
1061 struct usedfiles *file = scninfo->fileinfo; in linked_from_dso_p()