HomeSort by relevance Sort by last modified time
    Searched refs:yasm_linemap (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
linemap.h 41 yasm_linemap *yasm_linemap_create(void);
47 void yasm_linemap_destroy(yasm_linemap *linemap);
54 unsigned long yasm_linemap_get_current(yasm_linemap *linemap);
66 int yasm_linemap_get_source(yasm_linemap *linemap, unsigned long line,
79 void yasm_linemap_add_source(yasm_linemap *linemap,
88 unsigned long yasm_linemap_goto_next(yasm_linemap *linemap);
100 void yasm_linemap_set(yasm_linemap *linemap, /*@null@*/ const char *filename,
113 unsigned long yasm_linemap_poke(yasm_linemap *linemap,
124 void yasm_linemap_lookup(yasm_linemap *linemap, unsigned long line,
138 (yasm_linemap *linemap, /*@null@*/ void *d
    [all...]
parser.h 64 yasm_linemap *linemap, yasm_errwarns *errwarns);
linemap.c 57 struct yasm_linemap { struct
81 yasm_linemap_set(yasm_linemap *linemap, const char *filename,
141 yasm_linemap_poke(yasm_linemap *linemap, const char *filename,
163 yasm_linemap *
167 yasm_linemap *linemap = yasm_xmalloc(sizeof(yasm_linemap));
191 yasm_linemap_destroy(yasm_linemap *linemap)
209 yasm_linemap_get_current(yasm_linemap *linemap)
215 yasm_linemap_add_source(yasm_linemap *linemap, yasm_bytecode *bc,
240 yasm_linemap_goto_next(yasm_linemap *linemap
    [all...]
dbgfmt.h 70 void (*generate) (yasm_object *object, yasm_linemap *linemap,
101 void yasm_dbgfmt_generate(yasm_object *object, yasm_linemap *linemap,
listfmt.h 69 void (*output) (yasm_listfmt *listfmt, FILE *f, yasm_linemap *linemap,
104 yasm_linemap *linemap, yasm_arch *arch);
coretype.h 192 typedef struct yasm_linemap yasm_linemap; typedef in typeref:struct:yasm_linemap
preproc.h 66 yasm_linemap *lm,
124 yasm_symtab *symtab, yasm_linemap *lm, yasm_errwarns *errwarns);
errwarn.h 330 (yasm_errwarns *errwarns, yasm_linemap *lm, int warning_as_error,
bc-incbin.c 250 yasm_linemap *linemap, unsigned long line)
bytecode.h 234 * \param line virtual line (from yasm_linemap)
305 * \param line virtual line (from yasm_linemap)
316 * \param line virtual line (from yasm_linemap)
326 * \param line virtual line (from yasm_linemap)
352 * \param line virtual line (from yasm_linemap) for the bytecode
358 /*@only@*/ /*@null@*/ yasm_expr *maxlen, yasm_linemap *linemap,
366 * \param line virtual line (from yasm_linemap)
383 * \param line virtual line (from yasm_linemap)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-dbgfmt.h 53 (yasm_object *object, yasm_linemap *linemap, yasm_errwarns *errwarns);
cv-dbgfmt.c 92 cv_dbgfmt_generate(yasm_object *object, yasm_linemap *linemap,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/null/
null-dbgfmt.c 50 null_dbgfmt_generate(yasm_object *object, yasm_linemap *linemap,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.c 36 yasm_linemap *linemap, yasm_errwarns *errwarns, int tasm)
80 int save_input, yasm_linemap *linemap,
112 int save_input, yasm_linemap *linemap,
nasm-parser-struct.h 56 /*@dependent@*/ yasm_linemap *linemap;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/raw/
raw-preproc.c 38 yasm_linemap *cur_lm;
46 yasm_linemap *lm, yasm_errwarns *errwarns)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.h 108 (yasm_object *object, yasm_linemap *linemap, yasm_errwarns *errwarns,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parser.c 39 int save_input, yasm_linemap *linemap,
gas-parser.h 92 /*@dependent@*/ yasm_linemap *linemap;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-preproc.c 46 static yasm_linemap *cur_lm;
135 yasm_linemap *lm, yasm_errwarns *errwarns)
324 yasm_linemap *lm, yasm_errwarns *errwarns)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/
cpp-preproc.c 66 yasm_linemap *cur_lm;
187 cpp_preproc_create(const char *in, yasm_symtab *symtab, yasm_linemap *lm,
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 84 /*@only@*/ yasm_linemap *linemap);
263 yasm_linemap *linemap;
588 yasm_linemap *linemap)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c 99 yasm_linemap *linemap;
312 stabs_dbgfmt_generate(yasm_object *object, yasm_linemap *linemap,
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 85 /*@only@*/ yasm_linemap *linemap);
248 yasm_linemap *linemap;
355 yasm_linemap *linemap;
744 yasm_linemap *linemap)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c 143 nasm_listfmt_output(yasm_listfmt *listfmt, FILE *f, yasm_linemap *linemap,

Completed in 853 milliseconds

1 2