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

  /external/elfutils/0.153/src/
ld.h 328 void (*create_sections) (struct ld_state *); member in struct:callbacks
329 #define CREATE_SECTIONS(state) \
330 DL_CALL_FCT ((state)->callbacks.create_sections, (state))
    [all...]
ldgeneric.c 217 ld_state.callbacks.create_sections = ld_generic_create_sections;
    [all...]

Completed in 256 milliseconds