OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initialize_pltrel
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/src/
ld.h
398
void (*
initialize_pltrel
) (struct ld_state *, Elf_Scn *scn);
member in struct:callbacks
399
#define
INITIALIZE_PLTREL
(state, scn) \
400
DL_CALL_FCT ((state)->callbacks.
initialize_pltrel
, (state, scn))
[
all
...]
i386_ld.c
[
all
...]
ldgeneric.c
228
ld_state.callbacks.
initialize_pltrel
= ld_generic_initialize_pltrel;
[
all
...]
Completed in 25 milliseconds