OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finalize_plt
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/src/
ld.h
382
void (*
finalize_plt
) (struct ld_state *, size_t, size_t);
member in struct:callbacks
383
#define
FINALIZE_PLT
(state, nsym, nsym_dyn) \
384
DL_CALL_FCT ((state)->callbacks.
finalize_plt
, (state, nsym, nsym_dyn))
i386_ld.c
882
statep->callbacks.
finalize_plt
= elf_i386_finalize_plt;
ldgeneric.c
200
ld_state.callbacks.
finalize_plt
= ld_generic_finalize_plt;
[
all
...]
Completed in 55 milliseconds