Searched refs:abbrev_buf (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Ddwarf.c1347 struct dwarf_buf abbrev_buf; local
1360 abbrev_buf.name = ".debug_abbrev";
1361 abbrev_buf.start = dwarf_abbrev;
1362 abbrev_buf.buf = dwarf_abbrev + abbrev_offset;
1363 abbrev_buf.left = dwarf_abbrev_size - abbrev_offset;
1364 abbrev_buf.is_bigendian = is_bigendian;
1365 abbrev_buf.error_callback = error_callback;
1366 abbrev_buf.data = data;
1367 abbrev_buf.reported_underflow = 0;
1371 count_buf = abbrev_buf;
[all...]
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Ddwarf.c1354 struct dwarf_buf abbrev_buf; local
1367 abbrev_buf.name = ".debug_abbrev";
1368 abbrev_buf.start = dwarf_abbrev;
1369 abbrev_buf.buf = dwarf_abbrev + abbrev_offset;
1370 abbrev_buf.left = dwarf_abbrev_size - abbrev_offset;
1371 abbrev_buf.is_bigendian = is_bigendian;
1372 abbrev_buf.error_callback = error_callback;
1373 abbrev_buf.data = data;
1374 abbrev_buf.reported_underflow = 0;
1378 count_buf = abbrev_buf;
[all...]
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Ddwarf.c1354 struct dwarf_buf abbrev_buf; local
1367 abbrev_buf.name = ".debug_abbrev";
1368 abbrev_buf.start = dwarf_abbrev;
1369 abbrev_buf.buf = dwarf_abbrev + abbrev_offset;
1370 abbrev_buf.left = dwarf_abbrev_size - abbrev_offset;
1371 abbrev_buf.is_bigendian = is_bigendian;
1372 abbrev_buf.error_callback = error_callback;
1373 abbrev_buf.data = data;
1374 abbrev_buf.reported_underflow = 0;
1378 count_buf = abbrev_buf;
[all...]

Completed in 280 milliseconds