Home | History | Annotate | Download | only in src

Lines Matching full:generate_sections

331   void (*generate_sections) (struct ld_state *);
332 #define GENERATE_SECTIONS(state) \
333 DL_CALL_FCT ((state)->callbacks.generate_sections, (state))