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 383 bool (*section_type_p) (struct ld_state *, XElf_Word); member in struct:callbacks
384 #define SECTION_TYPE_P(state, type) \
385 DL_CALL_FCT ((state)->callbacks.section_type_p, (state, type))
    [all...]
ldgeneric.c 225 ld_state.callbacks.section_type_p = ld_generic_section_type_p;
    [all...]

Completed in 260 milliseconds