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/ |
D | stabs-dbgfmt.c | 186 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/ |
D | dwarf2-aranges.c | 73 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()
|
D | dwarf2-dbgfmt.c | 142 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()
|
D | dwarf2-info.c | 323 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()
|
D | dwarf2-line.c | 662 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/ |
D | cv-symline.c | 597 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()
|
D | cv-dbgfmt.c | 85 yasm_bytecode *precbc = yasm_section_bcs_last(sect); in yasm_cv__append_bc()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | section.h | 319 yasm_bytecode *yasm_section_bcs_last(yasm_section *sect);
|
D | section.c | 601 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/ |
D | coff-objfmt.c | 443 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/ |
D | xdf-objfmt.c | 299 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/ |
D | elf-objfmt.c | 656 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/ |
D | gas-parse.c | 1530 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/ |
D | rdf-objfmt.c | 349 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/ |
D | macho-objfmt.c | 1005 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/ |
D | nasm-parse.c | 1651 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/ |
D | bin-objfmt.c | 292 yasm_section_bcs_last(sect)); in bin_lma_create_group()
|