Home
last modified time | relevance | path

Searched refs:yasm_intnum_get_sized (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-machine.h33 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/
Dintnum.h249 void yasm_intnum_get_sized(const yasm_intnum *intn, unsigned char *ptr,
Dbc-data.c360 yasm_intnum_get_sized(intn, in yasm_bc_create_data()
Dintnum.c775 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/
Dxdf-objfmt.c347 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/
Dmacho-objfmt.c659 yasm_intnum_get_sized(reloc->reloc.addr, localbuf, 4, 32, 0, 0, 0); in macho_objfmt_output_relocs()
952yasm_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/
Dlc3bbc.c247 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/
Dintnum.pxi96 yasm_intnum_get_sized(self.intn, buf, 16, 128, 0, 0, 0)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dwin64-except.c551 yasm_intnum_get_sized(intn, buf, size, size*8, -shift, 0, 1); in win64_uwcode_bc_tobytes()
Dcoff-objfmt.c854 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/
Drdf-objfmt.c412 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/
Dx86bc.c1034 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/
Ddwarf64_leb128.asm2133 .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/
Dbin-objfmt.c568 yasm_intnum_get_sized(intn, info->buf, info->bytes, info->bytes*8, 0, 0, in map_print_intnum()