OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initialize_got
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/src/
ld.h
409
void (*
initialize_got
) (struct ld_state *, Elf_Scn *scn);
member in struct:callbacks
410
#define
INITIALIZE_GOT
(state, scn) \
411
DL_CALL_FCT ((state)->callbacks.
initialize_got
, (state, scn))
[
all
...]
i386_ld.c
[
all
...]
ldgeneric.c
229
ld_state.callbacks.
initialize_got
= ld_generic_initialize_got;
[
all
...]
Completed in 20 milliseconds