Home
last modified time | relevance | path

Searched refs:lineoff (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/memcheck/
Dmc_main.c2570 UWord lineoff = oc_line_offset(a); in set_aligned_word64_Origin_to_undef() local
2572 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() local
2627 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 …]
/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h210 uint32_t lineoff;// Offset to line table entries member
DObjectFilePECOFF.cpp478 m_sect_headers[idx].lineoff = section_header_data.GetU32(&offset); in ParseSectionHeaders()
912 sh.lineoff, in DumpSectionHeader()
/external/elfutils/src/src/
Dreadelf.c6563 Dwarf_Word lineoff; in print_debug_line_section() local
6564 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() local
7210 if (dwarf_formudata (&attr, &lineoff) != 0) in print_debug_macro_section()
7215 newp->offset = lineoff; in print_debug_macro_section()