Home | History | Annotate | Download | only in src

Lines Matching defs:rel_type

412   int (*rel_type) (struct ld_state *);
413 #define REL_TYPE(state) \
414 DL_CALL_FCT ((state)->callbacks.rel_type, (state))