Searched refs:relocate_section (Results 1 - 5 of 5) sorted by relevance
/external/elfutils/libdwfl/ |
H A D | relocate.c | 283 relocate_section (Dwfl_Module *mod, Elf *relocated, const GElf_Ehdr *ehdr, function 599 result = relocate_section (mod, debugfile, ehdr, d_shstrndx, 623 ?: relocate_section (mod, relocated,
|
/external/elfutils/src/ |
H A D | ld.h | 355 void (*relocate_section) (struct ld_state *, Elf_Scn *, struct scninfo *, member in struct:callbacks 358 DL_CALL_FCT ((state)->callbacks.relocate_section, (state, outscn, first, \
|
H A D | i386_ld.c | 1093 statep->callbacks.relocate_section = elf_i386_relocate_section;
|
H A D | ldgeneric.c | 221 ld_state.callbacks.relocate_section = ld_generic_relocate_section;
|
/external/valgrind/main/perf/ |
H A D | tinycc.c | 18561 static void relocate_section(TCCState *s1, Section *s) 19711 relocate_section(s1, s); 20710 relocate_section(s1, s); 18559 static void relocate_section(TCCState *s1, Section *s) function
|
Completed in 723 milliseconds