OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INITIALIZE_GOTPLT
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/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
...]
ldgeneric.c
230
ld_state.callbacks.
initialize_gotplt
= ld_generic_initialize_gotplt;
[
all
...]
Completed in 25 milliseconds