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

  /external/elfutils/src/
ld.h 347 void (*relocate_section) (struct ld_state *, Elf_Scn *, struct scninfo *, member in struct:callbacks
349 #define RELOCATE_SECTION(state, outscn, first, dblindirect) \
350 DL_CALL_FCT ((state)->callbacks.relocate_section, (state, outscn, first, \
    [all...]
ldgeneric.c 213 ld_state.callbacks.relocate_section = ld_generic_relocate_section;
    [all...]

Completed in 62 milliseconds