OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CREATE_OUTFILE
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/0.153/src/
ld.h
350
int (*
create_outfile
) (struct ld_state *);
member in struct:callbacks
351
#define
CREATE_OUTFILE
(state) \
352
DL_CALL_FCT ((state)->callbacks.
create_outfile
, (state))
[
all
...]
ld.c
488
if (
CREATE_OUTFILE
(&ld_state) != 0)
[
all
...]
Completed in 194 milliseconds