HomeSort by relevance Sort by last modified time
    Searched refs:REL_TYPE (Results 1 - 2 of 2) sorted by null

  /external/elfutils/src/
ld.h 420 int (*rel_type) (struct ld_state *); member in struct:callbacks
421 #define REL_TYPE(state) \
422 DL_CALL_FCT ((state)->callbacks.rel_type, (state))
    [all...]
ldgeneric.c 232 ld_state.callbacks.rel_type = ld_generic_rel_type;
2444 int rel_type = REL_TYPE (&ld_state) == DT_REL ? SHT_REL : SHT_RELA; local
    [all...]

Completed in 250 milliseconds