Searched defs:macinfo_data (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacinfo.cpp29 DWARFDebugMacinfo::Dump(Stream *s, const DataExtractor& macinfo_data, lldb::offset_t offset) argument
32 if (macinfo_data.GetByteSize() == 0)
40 while (maninfo_entry.Extract(macinfo_data, &offset))
45 if (maninfo_entry.Extract(macinfo_data, &offset))
/external/elfutils/src/libdw/
H A Ddwarf_getmacros.c92 static unsigned char macinfo_data[macinfo_data_size] variable
113 Dwarf_Macro_Op_Table *macinfo_table = (void *) macinfo_data;
114 memset (macinfo_table, 0, sizeof macinfo_data);
132 memcpy (table, macinfo_data, macinfo_data_size);

Completed in 126 milliseconds