Home
last modified time | relevance | path

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

/external/elfutils/0.153/src/
Dld.h328 void (*create_sections) (struct ld_state *); member
330 DL_CALL_FCT ((state)->callbacks.create_sections, (state))
Dldgeneric.c217 ld_state.callbacks.create_sections = ld_generic_create_sections; in ld_prepare_state()