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/ |
D | win64-except.c | 135 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()
|
D | coff-objfmt.c | 1710 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/ |
D | stabs-dbgfmt.c | 188 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/ |
D | cv-dbgfmt.c | 87 yasm_section_bcs_append(sect, bc); in yasm_cv__append_bc()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | section.h | 331 /*@only@*/ /*@null@*/ yasm_bytecode *yasm_section_bcs_append
|
D | section.c | 607 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/ |
D | dwarf2-dbgfmt.c | 144 yasm_section_bcs_append(sect, bc); in yasm_dwarf2__append_bc()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
D | gas-parse.c | 1526 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/ |
D | elf-objfmt.c | 1250 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/ |
D | nasm-parse.c | 264 temp_bc = yasm_section_bcs_append(cursect, bc); in nasm_parser_parse() 1554 yasm_section_bcs_append(object->cur_section, in dir_align()
|