OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initialize_plt
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/src/
ld.h
393
void (*
initialize_plt
) (struct ld_state *, Elf_Scn *scn);
member in struct:callbacks
394
#define
INITIALIZE_PLT
(state, scn) \
395
DL_CALL_FCT ((state)->callbacks.
initialize_plt
, (state, scn))
[
all
...]
i386_ld.c
[
all
...]
ldgeneric.c
227
ld_state.callbacks.
initialize_plt
= ld_generic_initialize_plt;
[
all
...]
Completed in 19 milliseconds