Home
last modified time | relevance | path

Searched refs:create_relocations (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/src/
Dld.h360 void (*create_relocations) (struct ld_state *, const Elf32_Word *); member
362 DL_CALL_FCT ((state)->callbacks.create_relocations, (state, dblindirect))
Di386_ld.c1099 statep->callbacks.create_relocations = elf_i386_create_relocations; in elf_i386_ld_init()
Dldgeneric.c226 ld_state.callbacks.create_relocations = ld_generic_create_relocations; in ld_prepare_state()