Home | History | Annotate | Download | only in src

Lines Matching refs:scninfo

154   struct scninfo
193 struct scninfo *next;
194 } *scninfo;
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) \
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)
1131 struct usedfiles *file = scninfo->fileinfo;