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

  /external/elfutils/src/
ld.h 334 void (*relocate_section) (struct ld_state *, Elf_Scn *, struct scninfo *, member in struct:callbacks
336 #define RELOCATE_SECTION(state, outscn, first, dblindirect) \
337 DL_CALL_FCT ((state)->callbacks.relocate_section, (state, outscn, first, \
i386_ld.c 875 statep->callbacks.relocate_section = elf_i386_relocate_section;
ldgeneric.c 191 ld_state.callbacks.relocate_section = ld_generic_relocate_section;
    [all...]
  /external/valgrind/main/perf/
tinycc.c 18558 static void relocate_section(TCCState *s1, Section *s) function
    [all...]

Completed in 184 milliseconds