Searched refs:relocate_section (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/src/ |
D | ld.h | 334 void (*relocate_section) (struct ld_state *, Elf_Scn *, struct scninfo *, member 337 DL_CALL_FCT ((state)->callbacks.relocate_section, (state, outscn, first, \
|
D | i386_ld.c | 875 statep->callbacks.relocate_section = elf_i386_relocate_section; in elf_i386_ld_init()
|
D | ldgeneric.c | 191 ld_state.callbacks.relocate_section = ld_generic_relocate_section; in ld_prepare_state()
|
/external/valgrind/main/perf/ |
D | tinycc.c | 18558 static void relocate_section(TCCState *s1, Section *s) in relocate_section() function 19708 relocate_section(s1, s); in tcc_output_file() 20707 relocate_section(s1, s); in tcc_relocate()
|