OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COUNT_RELOCATIONS
(Results
1 - 2
of
2
) 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
...]
ld.c
444
COUNT_RELOCATIONS
(&ld_state, runp);
[
all
...]
Completed in 552 milliseconds