/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf-machine.h | 33 yasm_intnum_get_sized(i, p, 4, 32, 0, 0, 0); \ 38 yasm_intnum_get_sized(i, p, 8, 64, 0, 0, 0); \
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | intnum.h | 249 void yasm_intnum_get_sized(const yasm_intnum *intn, unsigned char *ptr,
|
D | bc-data.c | 360 yasm_intnum_get_sized(intn, in yasm_bc_create_data()
|
D | intnum.c | 775 yasm_intnum_get_sized(const yasm_intnum *intn, unsigned char *ptr, in yasm_intnum_get_sized() function
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/ |
D | xdf-objfmt.c | 347 yasm_intnum_get_sized(reloc->reloc.addr, localbuf, 4, 32, 0, 0, 0); in xdf_objfmt_output_section() 394 yasm_intnum_get_sized(xsd->addr, localbuf, 8, 64, 0, 0, 0); in xdf_objfmt_output_secthead() 401 yasm_intnum_get_sized(xsd->vaddr, localbuf, 8, 64, 0, 0, 0); in xdf_objfmt_output_secthead() 404 yasm_intnum_get_sized(xsd->addr, localbuf, 8, 64, 0, 0, 0); in xdf_objfmt_output_secthead()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/ |
D | macho-objfmt.c | 659 yasm_intnum_get_sized(reloc->reloc.addr, localbuf, 4, 32, 0, 0, 0); in macho_objfmt_output_relocs() 952 …yasm_intnum_get_sized(val, localbuf, long_int_bytes, ((long_int_bytes) << 3), 0, 0, 0); /* value/a… in macho_objfmt_output_symtable() 1181 yasm_intnum_get_sized(val, localbuf, long_int_bytes, in macho_objfmt_output() 1185 yasm_intnum_get_sized(val, localbuf, long_int_bytes, in macho_objfmt_output() 1190 yasm_intnum_get_sized(val, localbuf, long_int_bytes, in macho_objfmt_output() 1194 yasm_intnum_get_sized(val, localbuf, long_int_bytes, in macho_objfmt_output()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/ |
D | lc3bbc.c | 247 yasm_intnum_get_sized(intn, buf, destsize, valsize, shift, 0, warn); in yasm_lc3b__intnum_tobytes()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
D | intnum.pxi | 96 yasm_intnum_get_sized(self.intn, buf, 16, 128, 0, 0, 0)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
D | win64-except.c | 551 yasm_intnum_get_sized(intn, buf, size, size*8, -shift, 0, 1); in win64_uwcode_bc_tobytes()
|
D | coff-objfmt.c | 854 yasm_intnum_get_sized(reloc->reloc.addr, localbuf, 4, 32, 0, 0, 0); in coff_objfmt_output_section()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/ |
D | rdf-objfmt.c | 412 yasm_intnum_get_sized(reloc->reloc.addr, localbuf, 4, 32, 0, 0, 0); in rdf_objfmt_output_section_reloc()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
D | x86bc.c | 1034 yasm_intnum_get_sized(intn, buf, destsize, valsize, shift, 0, warn); in yasm_x86__intnum_tobytes()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/ |
D | dwarf64_leb128.asm | 2133 .globl yasm_intnum_get_sized symbol 2134 .type yasm_intnum_get_sized, @function 2135 yasm_intnum_get_sized: label 2389 .size yasm_intnum_get_sized, .-yasm_intnum_get_sized
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/ |
D | bin-objfmt.c | 568 yasm_intnum_get_sized(intn, info->buf, info->bytes, info->bytes*8, 0, 0, in map_print_intnum()
|