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