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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
listfmt.h 34 /** Base #yasm_listfmt structure. Must be present as the first element in any
35 * #yasm_listfmt implementation.
58 /*@null@*/ /*@only@*/ yasm_listfmt * (*create)
64 void (*destroy) (/*@only@*/ yasm_listfmt *listfmt);
69 void (*output) (yasm_listfmt *listfmt, FILE *f, yasm_linemap *linemap,
77 const char *yasm_listfmt_keyword(const yasm_listfmt *listfmt);
87 /*@null@*/ /*@only@*/ yasm_listfmt *yasm_listfmt_create
94 void yasm_listfmt_destroy(/*@only@*/ yasm_listfmt *listfmt);
103 void yasm_listfmt_output(yasm_listfmt *listfmt, FILE *f,
coretype.h 48 typedef struct yasm_listfmt yasm_listfmt; typedef in typeref:struct:yasm_listfmt
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c 66 static /*@null@*/ /*@only@*/ yasm_listfmt *
71 return (yasm_listfmt *)listfmt;
75 nasm_listfmt_destroy(/*@only@*/ yasm_listfmt *listfmt)
143 nasm_listfmt_output(yasm_listfmt *listfmt, FILE *f, yasm_linemap *linemap,
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 73 /*@null@*/ /*@dependent@*/ static yasm_listfmt *cur_listfmt = NULL;
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 67 /*@null@*/ /*@dependent@*/ static yasm_listfmt *cur_listfmt = NULL;
    [all...]

Completed in 171 milliseconds