HomeSort by relevance Sort by last modified time
    Searched refs:yasm_objfmt (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
objfmt.h 34 /** Base #yasm_objfmt structure. Must be present as the first element in any
35 * #yasm_objfmt implementation.
89 /*@null@*/ /*@only@*/ yasm_objfmt * (*create) (yasm_object *object);
100 void (*destroy) (/*@only@*/ yasm_objfmt *objfmt);
133 /*@null@*/ /*@only@*/ yasm_objfmt *yasm_objfmt_create
152 void yasm_objfmt_destroy(/*@only@*/ yasm_objfmt *objfmt);
coretype.h 44 typedef struct yasm_objfmt yasm_objfmt; typedef in typeref:struct:yasm_objfmt
section.h 55 /*@owned@*/ yasm_objfmt *objfmt; /**< Object format */
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/
dbg-objfmt.c 41 static yasm_objfmt *
54 return (yasm_objfmt *)objfmt_dbg;
84 dbg_objfmt_destroy(yasm_objfmt *objfmt)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 347 static yasm_objfmt *
385 return (yasm_objfmt *)objfmt_elf;
388 static yasm_objfmt *
392 yasm_objfmt *objfmt;
408 static yasm_objfmt *
414 static yasm_objfmt *
874 elf_objfmt_destroy(yasm_objfmt *objfmt)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 340 static yasm_objfmt *
372 return (yasm_objfmt *)objfmt_macho;
375 static yasm_objfmt *
378 yasm_objfmt *objfmt;
393 static yasm_objfmt *
399 static yasm_objfmt *
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 161 static yasm_objfmt *
177 return (yasm_objfmt *)objfmt_rdf;
789 rdf_objfmt_destroy(yasm_objfmt *objfmt)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 121 static yasm_objfmt *
143 return (yasm_objfmt *)objfmt_xdf;
601 xdf_objfmt_destroy(yasm_objfmt *objfmt)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 102 static yasm_objfmt *
112 return (yasm_objfmt *)objfmt_bin;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 306 static yasm_objfmt *
327 return (yasm_objfmt *)objfmt_coff;
330 static yasm_objfmt *
367 return (yasm_objfmt *)objfmt_coff;
370 static yasm_objfmt *
391 return (yasm_objfmt *)objfmt_coff;
    [all...]

Completed in 275 milliseconds