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

  /external/elfutils/src/
ld.h 406 void (*initialize_gotplt) (struct ld_state *, Elf_Scn *scn); member in struct:callbacks
407 #define INITIALIZE_GOTPLT(state, scn) \
408 DL_CALL_FCT ((state)->callbacks.initialize_gotplt, (state, scn))
    [all...]
i386_ld.c     [all...]
ldgeneric.c 222 ld_state.callbacks.initialize_gotplt = ld_generic_initialize_gotplt;
    [all...]

Completed in 196 milliseconds