/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
value.h | 88 void yasm_value_set_curpos_rel(yasm_value *value, yasm_bytecode *bc, 98 int yasm_value_finalize(yasm_value *value, /*@null@*/ yasm_bytecode *precbc); 122 /*@null@*/ yasm_bytecode *precbc, 138 (yasm_value *value, /*@null@*/ yasm_bytecode *bc, int calc_bc_dist); 162 yasm_bytecode *bc, int warn, yasm_arch *arch);
|
section.c | 74 /*@reldef@*/ STAILQ_HEAD(yasm_bytecodehead, yasm_bytecode) bcs; 308 yasm_bytecode *bc; 514 yasm_bytecode *cur = STAILQ_FIRST(§->bcs); 515 yasm_bytecode *prev; 594 yasm_bytecode * 600 yasm_bytecode * 603 return STAILQ_LAST(§->bcs, yasm_bytecode, link); 606 yasm_bytecode * 607 yasm_section_bcs_append(yasm_section *sect, yasm_bytecode *bc) 617 return (yasm_bytecode *)NULL [all...] |
value.c | 109 yasm_value_set_curpos_rel(yasm_value *value, yasm_bytecode *bc, 126 /*@null@*/ yasm_bytecode *expr_precbc, int ssym_not_ok) 130 /*@dependent@*/ /*@null@*/ yasm_bytecode *precbc; 176 /*@dependent@*/ /*@null@*/ yasm_bytecode *precbc2; 449 yasm_bytecode *precbc, unsigned int size) 460 yasm_value_finalize(yasm_value *value, yasm_bytecode *precbc) 559 yasm_value_get_intnum(yasm_value *value, yasm_bytecode *bc, int calc_bc_dist) 578 /*@dependent@*/ yasm_bytecode *rel_prevbc; 623 size_t destsize, yasm_bytecode *bc, int warn, 683 /*@dependent@*/ yasm_bytecode *rel_prevbc [all...] |
arch.h | 134 /*@out@*/ /*@only@*/ yasm_bytecode **bc, /*@out@*/ uintptr_t *prefix); 160 int shift, const yasm_bytecode *bc, 202 /*@only@*/ yasm_bytecode * (*create_empty_insn) (yasm_arch *arch, 309 /*@out@*/ /*@only@*/ yasm_bytecode **bc, /*@out@*/ uintptr_t *prefix); 371 const yasm_bytecode *bc, int warn); 433 /*@only@*/ yasm_bytecode *yasm_arch_create_empty_insn(yasm_arch *arch,
|
linemap.c | 51 /*@null@*/ /*@dependent@*/ yasm_bytecode *bc; 215 yasm_linemap_add_source(yasm_linemap *linemap, yasm_bytecode *bc, 281 yasm_bytecode **bcp, const char **sourcep)
|
linemap.h | 67 /*@null@*/ yasm_bytecode **bcp, 80 /*@null@*/ yasm_bytecode *bc,
|
section.h | 311 yasm_bytecode *yasm_section_bcs_first(yasm_section *sect); 319 yasm_bytecode *yasm_section_bcs_last(yasm_section *sect); 331 /*@only@*/ /*@null@*/ yasm_bytecode *yasm_section_bcs_append 333 /*@returned@*/ /*@only@*/ /*@null@*/ yasm_bytecode *bc); 348 /*@null@*/ void *d, int (*func) (yasm_bytecode *bc, /*@null@*/ void *d));
|
expr.c | 143 yasm_expr_precbc(yasm_bytecode *precbc) 205 yasm_bytecode *precbc, 206 yasm_bytecode *precbc2, 211 /*@dependent@*/ /*@null@*/ yasm_bytecode *precbc; 226 /*@dependent@*/ /*@null@*/ yasm_bytecode *precbc2; 296 expr_xform_bc_dist_cb(yasm_expr__item *ei, yasm_bytecode *precbc, 297 yasm_bytecode *precbc2, /*@null@*/ void *d) 318 void (*callback) (unsigned int subst, yasm_bytecode *precbc, 319 yasm_bytecode *precbc2, void *cbd); 325 expr_bc_dist_subst_cb(yasm_expr__item *ei, yasm_bytecode *precbc [all...] |
coretype.h | 93 typedef struct yasm_bytecode yasm_bytecode; typedef in typeref:struct:yasm_bytecode 275 unsigned long offset, yasm_bytecode *bc, int warn, /*@null@*/ void *d); 295 (yasm_symrec *sym, yasm_bytecode *bc, unsigned char *buf,
|
expr.h | 59 yasm_bytecode *precbc; /**< Direct bytecode ref (YASM_EXPR_PRECBC) */ 99 /*@only@*/ yasm_expr__item *yasm_expr_precbc(/*@keep@*/ yasm_bytecode *precbc); 371 yasm_bytecode *precbc, 372 yasm_bytecode *precbc2,
|
symrec.c | 72 /*@dependent@*/ yasm_bytecode *precbc; 332 yasm_bytecode *precbc, int in_table, 346 yasm_bytecode *precbc, unsigned long line)
|
symrec.h | 137 /*@dependent@*/ yasm_bytecode *precbc, int in_table, unsigned long line); 152 /*@dependent@*/ yasm_bytecode *precbc, unsigned long line); 313 typedef /*@dependent@*/ yasm_bytecode *yasm_symrec_get_label_bytecodep;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
dwarf2-aranges.c | 39 yasm_bytecode *bc; 86 yasm_bytecode *bc;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/ |
nasm-parse.c | 42 static yasm_bytecode *parse_line(yasm_parser_nasm *parser_nasm); 45 static yasm_bytecode *parse_times(yasm_parser_nasm *parser_nasm); 46 static yasm_bytecode *parse_exp(yasm_parser_nasm *parser_nasm); 47 static yasm_bytecode *parse_instr(yasm_parser_nasm *parser_nasm); 220 yasm_bytecode *bc = NULL, *temp_bc; 284 static yasm_bytecode * 287 yasm_bytecode *bc; 538 static yasm_bytecode * 542 yasm_bytecode *bc; 561 static yasm_bytecode * [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/ |
lc3bid.re | 124 static void lc3b_id_insn_finalize(yasm_bytecode *bc, yasm_bytecode *prev_bc); 192 lc3b_id_insn_finalize(yasm_bytecode *bc, yasm_bytecode *prev_bc) 382 yasm_bytecode **bc, uintptr_t *prefix) 390 *bc = (yasm_bytecode *)NULL; 469 /*@only@*/ yasm_bytecode *
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/ |
nasm-listfmt.c | 83 yasm_bytecode *bc, int warn, /*@null@*/ void *d) 146 yasm_bytecode *bc;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/ |
cv-type.c | 483 (yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data); 485 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d, 521 yasm_bytecode *bc; 610 cv_leaf_tobytes(const cv_leaf *leaf, yasm_bytecode *bc, yasm_arch *arch, [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
elf-objfmt.c | 262 yasm_bytecode *precbc=NULL; 447 elf_objfmt_output_reloc(yasm_symrec *sym, yasm_bytecode *bc, 476 yasm_bytecode *bc, int warn, /*@null@*/ void *d) 525 yasm_bytecode *sym_precbc; 584 elf_objfmt_output_bytecode(yasm_bytecode *bc, /*@null@*/ void *d) 656 yasm_bytecode *last = yasm_section_bcs_last(sect); [all...] |
elf.c | 515 yasm_bytecode *precbc;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
x86id.c | 338 static void x86_id_insn_finalize(yasm_bytecode *bc, yasm_bytecode *prev_bc); 415 x86_finalize_jmpfar(yasm_bytecode *bc, yasm_bytecode *prev_bc, 499 x86_finalize_jmp(yasm_bytecode *bc, yasm_bytecode *prev_bc, [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/ |
rdf-objfmt.c | 183 yasm_bytecode *bc, int warn, /*@null@*/ void *d) 230 /*@dependent@*/ yasm_bytecode *precbc; 298 rdf_objfmt_output_bytecode(yasm_bytecode *bc, /*@null@*/ void *d) 527 /*@dependent@*/ /*@null@*/ yasm_bytecode *precbc; [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
coff-objfmt.c | 232 (yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data); 234 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d, 451 yasm_bytecode *bc, int warn, /*@null@*/ void *d) 507 /*@dependent@*/ /*@null@*/ yasm_bytecode *rel_precbc, *wrt_precbc; 551 /*@dependent@*/ /*@null@*/ yasm_bytecode *sym_precbc; 716 coff_objfmt_output_bytecode(yasm_bytecode *bc, /*@null@*/ void *d) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/ |
macho-objfmt.c | 408 yasm_bytecode *bc, int warn, /*@null@*/ void *d) 535 /*@dependent@*/ /*@null@*/ yasm_bytecode *sym_precbc; 579 macho_objfmt_output_bytecode(yasm_bytecode *bc, /*@null@*/ void *d) 667 /*@dependent@*/ /*@null@*/ yasm_bytecode *precbc; 705 /*@dependent@*/ /*@null@*/ yasm_bytecode *precbc; 844 /*@dependent@*/ /*@null@*/ yasm_bytecode *precbc; [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/ |
bin-objfmt.c | 497 /*@dependent@*/ /*@null@*/ yasm_bytecode *precbc; 651 /*@dependent@*/ yasm_bytecode *precbc; 670 /*@dependent@*/ yasm_bytecode *precbc; 898 /*@unused@*/ unsigned long offset, yasm_bytecode *bc, 902 /*@dependent@*/ /*@null@*/ yasm_bytecode *precbc; [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/ |
xdf-objfmt.c | 149 yasm_bytecode *bc, int warn, /*@null@*/ void *d) 236 xdf_objfmt_output_bytecode(yasm_bytecode *bc, /*@null@*/ void *d) 461 /*@dependent@*/ /*@null@*/ yasm_bytecode *precbc;
|