OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:count_relocations
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/src/
ld.h
355
void (*
count_relocations
) (struct ld_state *, struct scninfo *);
member in struct:callbacks
356
#define
COUNT_RELOCATIONS
(state, scninfo) \
357
DL_CALL_FCT ((state)->callbacks.
count_relocations
, (state, scninfo))
[
all
...]
i386_ld.c
[
all
...]
ldgeneric.c
225
ld_state.callbacks.
count_relocations
= ld_generic_count_relocations;
[
all
...]
Completed in 1199 milliseconds