OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yasm_objfmt_module
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
objfmt.h
38
/** #
yasm_objfmt_module
implementation for this object format. */
39
const struct
yasm_objfmt_module
*module;
44
struct
yasm_objfmt_module
{
struct
134
(const
yasm_objfmt_module
*module, yasm_object *object);
coretype.h
51
typedef struct
yasm_objfmt_module
yasm_objfmt_module
;
typedef in typeref:struct:yasm_objfmt_module
section.h
92
const
yasm_objfmt_module
*objfmt_module,
module.in
128
yasm_objfmt_module
*objfmt;
section.c
216
const
yasm_objfmt_module
*objfmt_module,
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/
dbg-objfmt.c
38
yasm_objfmt_module
yasm_dbg_LTX_objfmt;
166
yasm_objfmt_module
yasm_dbg_LTX_objfmt = {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c
80
yasm_objfmt_module
yasm_elf_LTX_objfmt;
81
yasm_objfmt_module
yasm_elf32_LTX_objfmt;
82
yasm_objfmt_module
yasm_elf64_LTX_objfmt;
348
elf_objfmt_create_common(yasm_object *object,
yasm_objfmt_module
*module,
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c
336
yasm_objfmt_module
yasm_macho_LTX_objfmt;
337
yasm_objfmt_module
yasm_macho32_LTX_objfmt;
338
yasm_objfmt_module
yasm_macho64_LTX_objfmt;
341
macho_objfmt_create_common(yasm_object *object,
yasm_objfmt_module
*module,
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c
250
yasm_objfmt_module
yasm_coff_LTX_objfmt;
251
yasm_objfmt_module
yasm_win32_LTX_objfmt;
252
yasm_objfmt_module
yasm_win64_LTX_objfmt;
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c
99
yasm_objfmt_module
yasm_bin_LTX_objfmt;
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c
147
yasm_objfmt_module
yasm_rdf_LTX_objfmt;
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c
118
yasm_objfmt_module
yasm_xdf_LTX_objfmt;
829
yasm_objfmt_module
yasm_xdf_LTX_objfmt = {
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c
69
/*@null@*/ /*@dependent@*/ static const
yasm_objfmt_module
*
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c
63
/*@null@*/ /*@dependent@*/ static const
yasm_objfmt_module
*
[
all
...]
Completed in 354 milliseconds