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

  /external/elfutils/src/
ld.h 362 bool (*section_type_p) (struct ld_state *, XElf_Word); member in struct:callbacks
363 #define SECTION_TYPE_P(state, type) \
364 DL_CALL_FCT ((state)->callbacks.section_type_p, (state, type))
ldgeneric.c 195 ld_state.callbacks.section_type_p = ld_generic_section_type_p;
    [all...]

Completed in 34 milliseconds