Searched refs:bits_pref (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c342 int bits_pref)
356 (bits_pref == 0 || bits_pref == 32)) {
361 (bits_pref == 0 || bits_pref == 64)) {
341 macho_objfmt_create_common(yasm_object *object, yasm_objfmt_module *module, int bits_pref) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h430 int bits_pref);
H A Delf.c74 elf_set_arch(yasm_arch *arch, yasm_symtab *symtab, int bits_pref) argument
85 if (bits_pref == 0 || bits_pref == elf_march->bits)
H A Delf-objfmt.c349 int bits_pref,
358 elf_march = elf_set_arch(object->arch, object->symtab, bits_pref);
348 elf_objfmt_create_common(yasm_object *object, yasm_objfmt_module *module, int bits_pref, const elf_machine_handler **elf_march_out) argument

Completed in 99 milliseconds