OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPEN_OUTFILE
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/0.153/src/
ld.h
345
int (*
open_outfile
) (struct ld_state *, int, int, int);
member in struct:callbacks
346
#define
OPEN_OUTFILE
(state, machine, class, data) \
347
DL_CALL_FCT ((state)->callbacks.
open_outfile
, (state, machine, class, data))
[
all
...]
ld.c
465
if (
OPEN_OUTFILE
(&ld_state, EM_NONE, ELFCLASSNONE, ELFDATANONE) != 0)
[
all
...]
Completed in 54 milliseconds