/external/elfutils/libdwfl/ |
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/ |
ld.h | 355 void (*relocate_section) (struct ld_state *, Elf_Scn *, struct scninfo *, member in struct:callbacks 357 #define RELOCATE_SECTION(state, outscn, first, dblindirect) \ 358 DL_CALL_FCT ((state)->callbacks.relocate_section, (state, outscn, first, \ [all...] |
i386_ld.c | [all...] |
ldgeneric.c | 221 ld_state.callbacks.relocate_section = ld_generic_relocate_section; [all...] |
/external/valgrind/main/perf/ |
tinycc.c | 18559 static void relocate_section(TCCState *s1, Section *s) function [all...] |