Searched refs:lineoff (Results 1 – 4 of 4) sorted by relevance
2570 UWord lineoff = oc_line_offset(a); in set_aligned_word64_Origin_to_undef() local2572 tl_assert(lineoff >= 0 in set_aligned_word64_Origin_to_undef()2573 && lineoff < OC_W32S_PER_LINE -1/*'cos 8-aligned*/); in set_aligned_word64_Origin_to_undef()2576 line->descr[lineoff+0] = 0xF; in set_aligned_word64_Origin_to_undef()2577 line->descr[lineoff+1] = 0xF; in set_aligned_word64_Origin_to_undef()2578 line->w32[lineoff+0] = otag; in set_aligned_word64_Origin_to_undef()2579 line->w32[lineoff+1] = otag; in set_aligned_word64_Origin_to_undef()2625 UWord lineoff = oc_line_offset(a); in make_aligned_word32_undefined_w_otag() local2627 tl_assert(lineoff >= 0 && lineoff < OC_W32S_PER_LINE); in make_aligned_word32_undefined_w_otag()2630 line->descr[lineoff] = 0xF; in make_aligned_word32_undefined_w_otag()[all …]
210 uint32_t lineoff;// Offset to line table entries member
478 m_sect_headers[idx].lineoff = section_header_data.GetU32(&offset); in ParseSectionHeaders()912 sh.lineoff, in DumpSectionHeader()
6563 Dwarf_Word lineoff; in print_debug_line_section() local6564 if (dwarf_formudata (&stmt_list, &lineoff) != 0) in print_debug_line_section()6566 if (lineoff == start_offset) in print_debug_line_section()7209 Dwarf_Word lineoff; in print_debug_macro_section() local7210 if (dwarf_formudata (&attr, &lineoff) != 0) in print_debug_macro_section()7215 newp->offset = lineoff; in print_debug_macro_section()