OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CREATE_RELOCATIONS
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/src/
ld.h
347
void (*
create_relocations
) (struct ld_state *, const Elf32_Word *);
member in struct:callbacks
348
#define
CREATE_RELOCATIONS
(state, dlbindirect) \
349
DL_CALL_FCT ((state)->callbacks.
create_relocations
, (state, dblindirect))
ldgeneric.c
203
ld_state.callbacks.
create_relocations
= ld_generic_create_relocations;
[
all
...]
Completed in 161 milliseconds