HomeSort by relevance Sort by last modified time
    Searched refs:COUNT_RELOCATIONS (Results 1 - 2 of 2) sorted by null

  /external/elfutils/0.153/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 59 milliseconds