OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flag_unresolved
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/src/
ChangeLog
162
* ld.c (main): Always call
FLAG_UNRESOLVED
.
ld.h
312
int (*
flag_unresolved
) (struct ld_state *);
member in struct:callbacks
313
#define
FLAG_UNRESOLVED
(state) \
314
DL_CALL_FCT ((state)->callbacks.
flag_unresolved
, (state))
ld.c
403
if (
FLAG_UNRESOLVED
(&ld_state) != 0)
[
all
...]
ldgeneric.c
188
ld_state.callbacks.
flag_unresolved
= ld_generic_flag_unresolved;
[
all
...]
Completed in 163 milliseconds