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

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
arch.h 59 /** Base #yasm_arch structure. Must be present as the first element in any
60 * #yasm_arch implementation.
90 * Call yasm_arch_name() to get the name of a particular #yasm_arch.
95 * Call yasm_arch_keyword() to get the keyword of a particular #yasm_arch.
106 /*@only@*/ yasm_arch * (*create) (const char *machine, const char *parser,
112 void (*destroy) (/*@only@*/ yasm_arch *arch);
117 const char * (*get_machine) (const yasm_arch *arch);
122 unsigned int (*get_address_size) (const yasm_arch *arch);
127 int (*set_var) (yasm_arch *arch, const char *var, unsigned long val);
133 (yasm_arch *arch, const char *id, size_t id_len, unsigned long line
    [all...]
listfmt.h 70 yasm_arch *arch);
104 yasm_linemap *linemap, yasm_arch *arch);
value.h 162 yasm_bytecode *bc, int warn, yasm_arch *arch);
coretype.h 38 typedef struct yasm_arch yasm_arch; typedef in typeref:struct:yasm_arch
section.h 54 /*@owned@*/ yasm_arch *arch; /**< Target architecture */
91 /*@kept@*/ yasm_arch *arch,
bytecode.h 311 /*@null@*/ yasm_arch *arch, unsigned long line);
bc-data.c 264 int append_zero, yasm_arch *arch, unsigned long line)
value.c 624 yasm_arch *arch)
section.c 215 /*@kept@*/ yasm_arch *arch,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3barch.c 37 static /*@only@*/ yasm_arch *
57 return (yasm_arch *)arch;
61 lc3b_destroy(/*@only@*/ yasm_arch *arch)
67 lc3b_get_machine(/*@unused@*/ const yasm_arch *arch)
73 lc3b_get_address_size(/*@unused@*/ const yasm_arch *arch)
79 lc3b_set_var(yasm_arch *arch, const char *var, unsigned long val)
85 lc3b_get_fill(const yasm_arch *arch)
121 lc3b_get_reg_size(/*@unused@*/ yasm_arch *arch, /*@unused@*/ uintptr_t reg)
127 lc3b_reggroup_get_reg(/*@unused@*/ yasm_arch *arch,
135 lc3b_reg_print(/*@unused@*/ yasm_arch *arch, uintptr_t reg, FILE *f
    [all...]
lc3barch.h 54 (yasm_arch *arch, const char *id, size_t id_len, unsigned long line,
57 (yasm_arch *arch, const char *id, size_t id_len,
61 (yasm_arch *arch, const yasm_intnum *intn, unsigned char *buf,
65 /*@only@*/ yasm_bytecode *yasm_lc3b__create_empty_insn(yasm_arch *arch,
lc3bid.re 349 yasm_lc3b__parse_check_regtmod(yasm_arch *arch, const char *oid, size_t id_len,
380 yasm_lc3b__parse_check_insnprefix(yasm_arch *arch, const char *oid,
470 yasm_lc3b__create_empty_insn(yasm_arch *arch, unsigned long line)
lc3bbc.c 242 yasm_lc3b__intnum_tobytes(yasm_arch *arch, const yasm_intnum *intn,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86arch.h 205 yasm_effaddr *yasm_x86__ea_create_expr(yasm_arch *arch,
307 (yasm_arch *arch, const char *id, size_t id_len, unsigned long line,
310 (yasm_arch *arch, const char *id, size_t id_len,
314 (yasm_arch *arch, const yasm_floatnum *flt, unsigned char *buf,
317 (yasm_arch *arch, const yasm_intnum *intn, unsigned char *buf,
323 /*@only@*/ yasm_bytecode *yasm_x86__create_empty_insn(yasm_arch *arch,
x86arch.c 37 static /*@only@*/ yasm_arch *
86 return (yasm_arch *)arch_x86;
90 x86_destroy(/*@only@*/ yasm_arch *arch)
101 x86_get_machine(const yasm_arch *arch)
111 x86_get_address_size(const yasm_arch *arch)
123 x86_set_var(yasm_arch *arch, const char *var, unsigned long val)
219 x86_get_fill(const yasm_arch *arch)
482 x86_get_reg_size(yasm_arch *arch, uintptr_t reg)
488 x86_reggroup_get_reg(yasm_arch *arch, uintptr_t reggroup,
513 x86_reg_print(yasm_arch *arch, uintptr_t reg, FILE *f
    [all...]
x86regtmod.gperf 257 yasm_x86__parse_check_regtmod(yasm_arch *arch, const char *id, size_t id_len,
x86bc.c 223 yasm_x86__ea_create_expr(yasm_arch *arch, yasm_expr *e)
    [all...]
x86expr.c     [all...]
x86id.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c 59 yasm_arch *arch;
144 yasm_arch *arch)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 428 const elf_machine_handler *elf_set_arch(struct yasm_arch *arch,
elf.c 74 elf_set_arch(yasm_arch *arch, yasm_symtab *symtab, int bits_pref)
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 60 /*@null@*/ /*@dependent@*/ static yasm_arch *cur_arch = NULL;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-type.c 610 cv_leaf_tobytes(const cv_leaf *leaf, yasm_bytecode *bc, yasm_arch *arch,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 54 /*@null@*/ /*@dependent@*/ static yasm_arch *cur_arch = NULL;
    [all...]

Completed in 331 milliseconds

1 2