Home
last modified time | relevance | path

Searched refs:yasm_section_bcs_last (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
Dstabs-dbgfmt.c186 bc->offset = yasm_bc_next_offset(yasm_section_bcs_last(sect)); in stabs_dbgfmt_append_bcstr()
216 bc->offset = yasm_bc_next_offset(yasm_section_bcs_last(sect)); in stabs_dbgfmt_append_stab()
301 yasm_bytecode *bc = yasm_section_bcs_last(sect); in stabs_dbgfmt_generate_sections()
337 yasm_bytecode *last = yasm_section_bcs_last(info.stab); in stabs_dbgfmt_generate()
353 yasm_bytecode *last = yasm_section_bcs_last(info.stabstr); in stabs_dbgfmt_generate()
388 laststr = yasm_section_bcs_last(info.stabstr); in stabs_dbgfmt_generate()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
Ddwarf2-aranges.c73 yasm_section_bcs_last(sect))), 0); in dwarf2_generate_aranges_section()
121 yasm_dwarf2__set_head_end(head, yasm_section_bcs_last(debug_aranges)); in yasm_dwarf2__generate_aranges()
Ddwarf2-dbgfmt.c142 yasm_bytecode *precbc = yasm_section_bcs_last(sect); in yasm_dwarf2__append_bc()
170 == yasm_section_bcs_last(debug_info))) { in dwarf2_dbgfmt_generate()
197 head->start_prevbc = yasm_section_bcs_last(sect); in yasm_dwarf2__add_head()
Ddwarf2-info.c323 yasm_section_bcs_last(main_code))), 0), in yasm_dwarf2__generate_info()
361 yasm_dwarf2__set_head_end(head, yasm_section_bcs_last(debug_info)); in yasm_dwarf2__generate_info()
Ddwarf2-line.c662 bc = yasm_section_bcs_last(sect); in dwarf2_generate_line_section()
712 last = yasm_section_bcs_last(info.debug_line); in yasm_dwarf2__generate_line()
748 yasm_dwarf2__set_head_end(head, yasm_section_bcs_last(info.debug_line)); in yasm_dwarf2__generate_line()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
Dcv-symline.c597 cv8_set_symhead_end(head, yasm_section_bcs_last(info.debug_symline)); in yasm_cv__generate_symline()
616 cv8_set_symhead_end(head, yasm_section_bcs_last(info.debug_symline)); in yasm_cv__generate_symline()
630 cv8_set_symhead_end(head, yasm_section_bcs_last(info.debug_symline)); in yasm_cv__generate_symline()
648 cv8_set_symhead_end(head, yasm_section_bcs_last(info.debug_symline)); in yasm_cv__generate_symline()
688 head->start_prevbc = yasm_section_bcs_last(sect); in cv8_add_symhead()
893 yasm_section_bcs_last(li->sect)); in cv8_lineinfo_bc_tobytes()
Dcv-dbgfmt.c85 yasm_bytecode *precbc = yasm_section_bcs_last(sect); in yasm_cv__append_bc()
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsection.h319 yasm_bytecode *yasm_section_bcs_last(yasm_section *sect);
Dsection.c601 yasm_section_bcs_last(yasm_section *sect) in yasm_section_bcs_last() function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c443 info->addr += yasm_bc_next_offset(yasm_section_bcs_last(sect)); in coff_objfmt_set_section_addr()
792 csd->size = yasm_bc_next_offset(yasm_section_bcs_last(sect)); in coff_objfmt_output_section()
808 csd->size != yasm_bc_next_offset(yasm_section_bcs_last(sect))) in coff_objfmt_output_section()
1840 if (yasm_section_bcs_first(comment) == yasm_section_bcs_last(comment)) { in dir_ident()
2052 yasm_section_bcs_last(object->cur_section), line); in get_curpos()
2296 yasm_section_bcs_last(sect), line); in dir_endproc_frame()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
Dxdf-objfmt.c299 xsd->size = yasm_bc_next_offset(yasm_section_bcs_last(sect)); in xdf_objfmt_output_section()
314 if (xsd->size != yasm_bc_next_offset(yasm_section_bcs_last(sect))) in xdf_objfmt_output_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c656 yasm_bytecode *last = yasm_section_bcs_last(sect); in elf_objfmt_output_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/parsers/gas/
Dgas-parse.c1530 yasm_symtab_define_label(p_symtab, name, yasm_section_bcs_last(bss), 1, in define_lcomm()
1583 parser_gas->prev_bc = yasm_section_bcs_last(new_section); in gas_switch_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
Drdf-objfmt.c349 size = yasm_bc_next_offset(yasm_section_bcs_last(sect)); in rdf_objfmt_output_section_mem()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c1005 msd->size = yasm_bc_next_offset(yasm_section_bcs_last(sect)); in macho_objfmt_calc_sectsize()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
Dnasm-parse.c1651 parser_nasm->prev_bc = yasm_section_bcs_last(cursect); in nasm_parser_directive()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
Dbin-objfmt.c292 yasm_section_bcs_last(sect)); in bin_lma_create_group()