Searched refs:relocate_section (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/libdwfl/ |
D | relocate.c | 478 relocate_section (Dwfl_Module *mod, Elf *relocated, const GElf_Ehdr *ehdr, in relocate_section() function 736 result = relocate_section (mod, debugfile, ehdr, d_shstrndx, in __libdwfl_relocate() 760 ?: relocate_section (mod, relocated, in __libdwfl_relocate_section()
|
D | ChangeLog | 17 (relocate_section): Uncompress the section the relocations apply to 157 * relocate.c (relocate_section): Move nested function "relocate" 384 * relocate.c (relocate_section): Sanity check section overlap against 395 * relocate.c (relocate_section): Check relocation section and target 635 * relocate.c (relocate_section): Use gelf_fsize instead of relying 1481 * relocate.c (relocate_section): Treat R_*_NONE reloc as no reloc. 1531 (relocate_section): Let unresolved SHN_COMMON symbol stay 0. 1535 * relocate.c (relocate_section): Skip SHT_NOBITS or empty target scn. 1928 * relocate.c (relocate_section): Check for an unhandled relocation 1970 (relocate_section): Call it. [all …]
|
/external/elfutils/src/ |
D | ld.h | 347 void (*relocate_section) (struct ld_state *, Elf_Scn *, struct scninfo *, member 350 DL_CALL_FCT ((state)->callbacks.relocate_section, (state, outscn, first, \
|
D | i386_ld.c | 1085 statep->callbacks.relocate_section = elf_i386_relocate_section; in elf_i386_ld_init()
|
D | ldgeneric.c | 213 ld_state.callbacks.relocate_section = ld_generic_relocate_section; in ld_prepare_state()
|
/external/valgrind/perf/ |
D | tinycc.c | 18559 static void relocate_section(TCCState *s1, Section *s) in relocate_section() function 19709 relocate_section(s1, s); in tcc_output_file() 20708 relocate_section(s1, s); in tcc_relocate()
|