OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:count_relocations
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/src/
ld.h
363
void (*
count_relocations
) (struct ld_state *, struct scninfo *);
member in struct:callbacks
364
#define
COUNT_RELOCATIONS
(state, scninfo) \
365
DL_CALL_FCT ((state)->callbacks.
count_relocations
, (state, scninfo))
[
all
...]
i386_ld.c
[
all
...]
ld.c
444
COUNT_RELOCATIONS
(&ld_state, runp);
[
all
...]
ldgeneric.c
233
ld_state.callbacks.
count_relocations
= ld_generic_count_relocations;
[
all
...]
Completed in 75 milliseconds