Home
last modified time | relevance | path

Searched refs:relocate_section (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/0.153/libdwfl/
Drelocate.c296 relocate_section (Dwfl_Module *mod, Elf *relocated, const GElf_Ehdr *ehdr, in relocate_section() function
626 result = relocate_section (mod, debugfile, ehdr, d_shstrndx, in __libdwfl_relocate()
650 ?: relocate_section (mod, relocated, in __libdwfl_relocate_section()
DChangeLog205 * relocate.c (relocate_section): Treat R_*_NONE reloc as no reloc.
255 (relocate_section): Let unresolved SHN_COMMON symbol stay 0.
259 * relocate.c (relocate_section): Skip SHT_NOBITS or empty target scn.
652 * relocate.c (relocate_section): Check for an unhandled relocation
694 (relocate_section): Call it.
697 (relocate_section): Take new bool arg, PARTIAL. If true,
713 * relocate.c (relocate_section): Fix fencepost error in r_offset check.
725 (relocate_section): New function, broken out of ...
/external/elfutils/0.153/src/
Dld.h355 void (*relocate_section) (struct ld_state *, Elf_Scn *, struct scninfo *, member
358 DL_CALL_FCT ((state)->callbacks.relocate_section, (state, outscn, first, \
Di386_ld.c1093 statep->callbacks.relocate_section = elf_i386_relocate_section; in elf_i386_ld_init()
Dldgeneric.c221 ld_state.callbacks.relocate_section = ld_generic_relocate_section; in ld_prepare_state()
/external/valgrind/main/perf/
Dtinycc.c18559 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()