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 412 int (*rel_type) (struct ld_state *); member in struct:callbacks
413 #define REL_TYPE(state) \
414 DL_CALL_FCT ((state)->callbacks.rel_type, (state))
    [all...]
ldgeneric.c 224 ld_state.callbacks.rel_type = ld_generic_rel_type;
2434 int rel_type = REL_TYPE (&ld_state) == DT_REL ? SHT_REL : SHT_RELA; local
    [all...]

Completed in 51 milliseconds