Home | History | Annotate | Download | only in src

Lines Matching refs:SPECIAL_SECTION_NUMBER_P

378   bool (*special_section_number_p) (struct ld_state *, size_t);
379 #define SPECIAL_SECTION_NUMBER_P(state, number) \
380 DL_CALL_FCT ((state)->callbacks.special_section_number_p, (state, number))