Home | History | Annotate | Download | only in src

Lines Matching refs:generate_sections

339   void (*generate_sections) (struct ld_state *);
340 #define GENERATE_SECTIONS(state) \
341 DL_CALL_FCT ((state)->callbacks.generate_sections, (state))