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

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

Completed in 379 milliseconds