Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h236 uint32_t lineoff; // Offset to line table entries member
DObjectFilePECOFF.cpp567 m_sect_headers[idx].lineoff = section_header_data.GetU32(&offset); in ParseSectionHeaders()
1121 sh.lineoff, sh.nreloc, sh.nline, sh.flags); in DumpSectionHeader()
/external/elfutils/src/
Dreadelf.c8061 Dwarf_Word lineoff; in print_decoded_line_section() local
8062 if (dwarf_formudata (&stmt_list, &lineoff) != 0) in print_decoded_line_section()
8064 if (lineoff == off) in print_decoded_line_section()
9986 Dwarf_Word lineoff; in print_debug_macro_section() local
9987 if (dwarf_formudata (&attr, &lineoff) != 0) in print_debug_macro_section()
9992 newp->offset = lineoff; in print_debug_macro_section()