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

Completed in 64 milliseconds