Home
last modified time | relevance | path

Searched refs:create_sections (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/
Dld.h320 void (*create_sections) (struct ld_state *); member
322 DL_CALL_FCT ((state)->callbacks.create_sections, (state))
Dldgeneric.c209 ld_state.callbacks.create_sections = ld_generic_create_sections; in ld_prepare_state()