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

  /external/elfutils/src/
ld.h 387 void (*initialize_got) (struct ld_state *, Elf_Scn *scn); member in struct:callbacks
388 #define INITIALIZE_GOT(state, scn) \
389 DL_CALL_FCT ((state)->callbacks.initialize_got, (state, scn))
i386_ld.c 880 statep->callbacks.initialize_got = elf_i386_initialize_got;
ldgeneric.c 199 ld_state.callbacks.initialize_got = ld_generic_initialize_got;
    [all...]

Completed in 20 milliseconds