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