Home
last modified time | relevance | path

Searched refs:yasm_section_bcs_append (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dwin64-except.c135 yasm_section_bcs_append(xdata, yasm_bc_create_align( in yasm_win64__unwind_generate()
148 yasm_section_bcs_append(xdata, infobc); in yasm_win64__unwind_generate()
154 yasm_section_bcs_append(xdata, codebc); in yasm_win64__unwind_generate()
176 yasm_section_bcs_append(xdata, yasm_bc_create_align( in yasm_win64__unwind_generate()
188 yasm_section_bcs_append(xdata, in yasm_win64__unwind_generate()
Dcoff-objfmt.c1710 yasm_section_bcs_append(sect, yasm_bc_create_data(&dvs, 1, 0, NULL, line)); in dir_export()
1758 yasm_section_bcs_append(sect, in dir_safeseh()
1845 yasm_section_bcs_append(comment, in dir_ident()
1862 yasm_section_bcs_append(comment, in dir_ident()
1895 yasm_section_bcs_append(object->cur_section, in dir_secrel32()
2330 yasm_section_bcs_append(sect, yasm_bc_create_data(&dvs, 4, 0, NULL, line)); in dir_endproc_frame()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
Dstabs-dbgfmt.c188 yasm_section_bcs_append(sect, bc); in stabs_dbgfmt_append_bcstr()
218 yasm_section_bcs_append(sect, bc); in stabs_dbgfmt_append_stab()
371 yasm_section_bcs_append(info.stab, dbgbc); in stabs_dbgfmt_generate()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
Dcv-dbgfmt.c87 yasm_section_bcs_append(sect, bc); in yasm_cv__append_bc()
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsection.h331 /*@only@*/ /*@null@*/ yasm_bytecode *yasm_section_bcs_append
Dsection.c607 yasm_section_bcs_append(yasm_section *sect, yasm_bytecode *bc) in yasm_section_bcs_append() function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
Ddwarf2-dbgfmt.c144 yasm_section_bcs_append(sect, bc); in yasm_dwarf2__append_bc()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
Dgas-parse.c1526 yasm_section_bcs_append(bss, gas_parser_align(parser_gas, bss, align, in define_lcomm()
1532 yasm_section_bcs_append(bss, yasm_bc_create_reserve(size, 1, cur_line)); in define_lcomm()
1754 temp_bc = yasm_section_bcs_append(cursect, bc); in gas_parser_parse()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c1250 yasm_section_bcs_append(comment, in dir_ident()
1267 yasm_section_bcs_append(comment, in dir_ident()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
Dnasm-parse.c264 temp_bc = yasm_section_bcs_append(cursect, bc); in nasm_parser_parse()
1554 yasm_section_bcs_append(object->cur_section, in dir_align()