Home | History | Annotate | Download | only in src

Lines Matching refs:SECTION_TYPE_P

383   bool (*section_type_p) (struct ld_state *, XElf_Word);
384 #define SECTION_TYPE_P(state, type) \
385 DL_CALL_FCT ((state)->callbacks.section_type_p, (state, type))