HomeSort by relevance Sort by last modified time
    Searched defs:relocate_section (Results 1 - 3 of 3) sorted by null

  /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...]
  /external/valgrind/main/perf/
tinycc.c 18559 static void relocate_section(TCCState *s1, Section *s) function
    [all...]

Completed in 59 milliseconds