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/src/
ld.h
329
int (*
create_outfile
) (struct ld_state *);
member in struct:callbacks
330
#define
CREATE_OUTFILE
(state) \
331
DL_CALL_FCT ((state)->callbacks.
create_outfile
, (state))
ldgeneric.c
190
ld_state.callbacks.
create_outfile
= ld_generic_create_outfile;
[
all
...]
Completed in 155 milliseconds