Lines Matching refs:scninfo
154 struct scninfo struct
193 struct scninfo *next; argument
194 } *scninfo; member
197 struct scninfo *groups;
355 void (*relocate_section) (struct ld_state *, Elf_Scn *, struct scninfo *,
363 void (*count_relocations) (struct ld_state *, struct scninfo *);
364 #define COUNT_RELOCATIONS(state, scninfo) \ argument
365 DL_CALL_FCT ((state)->callbacks.count_relocations, (state, scninfo))
729 struct scninfo *last;
882 struct scninfo *common_section;
900 struct scninfo *copy_section;
1061 struct scninfo *rellist;
1124 extern bool linked_from_dso_p (struct scninfo *scninfo, size_t symidx);
1129 linked_from_dso_p (struct scninfo *scninfo, size_t symidx) in linked_from_dso_p() argument
1131 struct usedfiles *file = scninfo->fileinfo; in linked_from_dso_p()