Searched refs:yasm_section_bcs_first (Results 1 – 18 of 18) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
D | dwarf2-aranges.c | 70 yasm_section_bcs_first(sect))), 0); in dwarf2_generate_aranges_section() 72 yasm_expr_int(yasm_calc_bc_dist(yasm_section_bcs_first(sect), in dwarf2_generate_aranges_section()
|
D | dwarf2-info.c | 305 yasm_section_bcs_first(debug_line))), 0), in yasm_dwarf2__generate_info() 311 yasm_section_bcs_first(main_code)); in yasm_dwarf2__generate_info() 322 yasm_section_bcs_first(main_code), in yasm_dwarf2__generate_info()
|
D | dwarf2-dbgfmt.c | 169 (!debug_info || yasm_section_bcs_first(debug_info) in dwarf2_dbgfmt_generate() 288 yasm_section_bcs_first(head->debug_ptr)), in dwarf2_head_bc_tobytes()
|
D | dwarf2-line.c | 329 bc = yasm_section_bcs_first(sect); in dwarf2_dbgfmt_finalize_locs() 633 bc = yasm_section_bcs_first(sect); in dwarf2_generate_line_section() 661 state.precbc = yasm_section_bcs_first(sect); in dwarf2_generate_line_section()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/ |
D | stabs-dbgfmt.c | 294 stabs_dbgfmt_generate_n_fun(d, yasm_section_bcs_first(sect)); in stabs_dbgfmt_generate_sections() 342 yasm_section_bcs_first(info.stab)->line); in stabs_dbgfmt_generate() 358 yasm_section_bcs_first(info.stab)->line); in stabs_dbgfmt_generate() 379 firstbc = yasm_section_bcs_first(stext); in stabs_dbgfmt_generate()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
D | gas-parser.c | 59 parser_gas.prev_bc = yasm_section_bcs_first(object->cur_section); in gas_parser_do_parse()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/ |
D | nasm-parser.c | 52 parser_nasm.prev_bc = yasm_section_bcs_first(object->cur_section); in nasm_do_parse()
|
D | nasm-parse.c | 1485 yasm_section_bcs_first(cursect), 0, cur_line); in parse_expr6()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | section.h | 311 yasm_bytecode *yasm_section_bcs_first(yasm_section *sect);
|
D | section.c | 595 yasm_section_bcs_first(yasm_section *sect) in yasm_section_bcs_first() function
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/ |
D | dbg-objfmt.c | 99 yasm_section_bcs_first(sect), 1, 0); in dbg_objfmt_init_new_section()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/ |
D | cv-symline.c | 474 sectbc = yasm_section_bcs_first(sect); in cv_generate_line_bc() 892 cval = yasm_calc_bc_dist(yasm_section_bcs_first(li->sect), in cv8_lineinfo_bc_tobytes()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf-objfmt.c | 907 yasm_section_bcs_first(sect), 1, line); in elf_objfmt_init_new_section() 1245 if (yasm_section_bcs_first(comment) == yasm_section_bcs_last(comment)) { in dir_ident()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/ |
D | xdf-objfmt.c | 627 yasm_section_bcs_first(sect), 1, line); in xdf_objfmt_init_new_section()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/ |
D | rdf-objfmt.c | 831 yasm_section_bcs_first(sect), 1, line); in rdf_objfmt_init_new_section()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/ |
D | bin-objfmt.c | 291 bsd->length = yasm_calc_bc_dist(yasm_section_bcs_first(sect), in bin_lma_create_group() 509 (dist = yasm_calc_bc_dist(yasm_section_bcs_first(sect), precbc))) { in bin_objfmt_expr_xform()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
D | coff-objfmt.c | 426 yasm_section_bcs_first(sect), 1, line); in coff_objfmt_init_new_section() 1840 if (yasm_section_bcs_first(comment) == yasm_section_bcs_last(comment)) { in dir_ident()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/ |
D | macho-objfmt.c | 1285 yasm_section_bcs_first(sect), 1, line); in macho_objfmt_init_new_section()
|