Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/
Dmc_main.c2576 UWord lineoff = oc_line_offset(a); in set_aligned_word64_Origin_to_undef() local
2578 tl_assert(lineoff >= 0 in set_aligned_word64_Origin_to_undef()
2579 && lineoff < OC_W32S_PER_LINE -1/*'cos 8-aligned*/); in set_aligned_word64_Origin_to_undef()
2582 line->descr[lineoff+0] = 0xF; in set_aligned_word64_Origin_to_undef()
2583 line->descr[lineoff+1] = 0xF; in set_aligned_word64_Origin_to_undef()
2584 line->w32[lineoff+0] = otag; in set_aligned_word64_Origin_to_undef()
2585 line->w32[lineoff+1] = otag; in set_aligned_word64_Origin_to_undef()
2631 UWord lineoff = oc_line_offset(a); in make_aligned_word32_undefined_w_otag() local
2633 tl_assert(lineoff >= 0 && lineoff < OC_W32S_PER_LINE); in make_aligned_word32_undefined_w_otag()
2636 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/0.153/src/
Dreadelf.c6175 Dwarf_Word lineoff; in print_debug_line_section() local
6176 if (dwarf_formudata (&stmt_list, &lineoff) != 0) in print_debug_line_section()
6178 if (lineoff == start_offset) in print_debug_line_section()