Searched refs:addrsize (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86expr.c38 unsigned char addrsize; member in struct:x86_checkea_reg3264_data
52 if (data->addrsize != 32)
57 if (data->addrsize != 64)
561 unsigned char *addrsize = (unsigned char *)d; local
566 *addrsize = 16;
569 *addrsize = 32;
573 *addrsize = 64;
584 yasm_x86__expr_checkea(x86_effaddr *x86_ea, unsigned char *addrsize, argument
590 if (*addrsize == 0) {
599 *addrsize
[all...]
H A Dx86arch.h213 unsigned int addrsize);
219 unsigned char addrsize; /* 0 or =mode_bits => no override */ member in struct:x86_common
300 (x86_effaddr *x86_ea, unsigned char *addrsize, unsigned int bits,
H A Dx86bc.c289 common->addrsize = (unsigned char)prefixes[i] & 0xff;
400 (unsigned int)common->addrsize,
510 if (common->addrsize != 0 && common->addrsize != common->mode_bits)
536 if (yasm_x86__expr_checkea(x86_ea, &insn->common.addrsize,
553 insn->common.addrsize = 0;
640 ea->disp.size = (insn->common.addrsize == 16) ? 16 : 32;
788 if (common->addrsize != 0 && common->addrsize != common->mode_bits)
H A Dx86id.c48 #define MOD_AdSizeR 8 /* Parameter replaces addrsize (jmp only) */
388 common->addrsize = 0;
544 jmp->common.addrsize = (unsigned char)
550 jmp->common.addrsize = mod_data[i];
1402 insn->common.addrsize = 16;
1404 insn->common.addrsize = 32;
1406 insn->common.addrsize = 64;
1533 if (insn->postop == X86_POSTOP_ADDRESS16 && insn->common.addrsize) {
1535 insn->common.addrsize = 0;
1550 insn->common.addrsize
[all...]
/external/elfutils/0.153/libdwfl/
H A Dlink_map.c245 addrsize (uint_fast8_t elfclass)
266 GElf_Addr read_vaddr = r_debug_vaddr + addrsize (elfclass);
281 size_t nb = n * addrsize (elfclass); /* Address words -> bytes to read. */
563 size_t buffer_available = addrsize (ehdr.e_ident[EI_CLASS]);
243 addrsize (uint_fast8_t elfclass) function
/external/elfutils/0.153/src/
H A Dreadelf.c3907 unsigned int vers, unsigned int addrsize, unsigned int offset_size,
3910 const unsigned int ref_size = vers < 3 ? addrsize : offset_size;
4096 NEED (addrsize);
4097 if (addrsize == 4)
4101 assert (addrsize == 8);
4104 data += addrsize;
4105 CONSUME (addrsize);
4112 offset += 1 + addrsize;
4348 addrsize, offset_size, uleb, data);
5523 unsigned int addrsize; member in struct:attrcb_args
3906 print_ops(Dwfl_Module *dwflmod, Dwarf *dbg, int indent, int indentrest, unsigned int vers, unsigned int addrsize, unsigned int offset_size, Dwarf_Word len, const unsigned char *data) argument
5836 uint8_t addrsize; local
5857 (uint64_t) offset, version, abbroffset, addrsize, offsize, local
5864 (uint64_t) offset, version, abbroffset, addrsize, offsize); local
[all...]

Completed in 123 milliseconds