Searched refs:dwsect (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dxcoff-dwsect-1.s1 .dwsect 0x10000,Ldwinfo_0
3 .dwsect 0x10000,Ldwinfo_1
5 .dwsect 0x10000,Ldwinfo_0
H A Dxcoff-dwsect-1-32.d2 #source: xcoff-dwsect-1.s
4 #name: XCOFF dwsect test 1 (32-bit)
H A Dxcoff-dwsect-1-64.d2 #source: xcoff-dwsect-1.s
4 #name: XCOFF dwsect test 1 (64-bit)
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Dxcoff.c1091 struct dwsect_info dwsect[DEBUG_MAX]; local
1234 memset (dwsect, 0, sizeof dwsect);
1269 dwsect[idx].offset = sects[i].s_scnptr;
1270 dwsect[idx].size = sects[i].s_size;
1282 if (dwsect[i].offset == 0)
1283 dwsect[i].data = NULL;
1285 dwsect[i].data = ((const unsigned char *) dwarf_view.data
1286 + (dwsect[i].offset - min_offset));
1291 dwarf_sections.data[DEBUG_INFO] = dwsect[DEBUG_INF
[all...]
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Dxcoff.c1090 struct dwsect_info dwsect[DEBUG_MAX]; local
1241 memset (dwsect, 0, sizeof dwsect);
1276 dwsect[idx].offset = sects[i].s_scnptr;
1277 dwsect[idx].size = sects[i].s_size;
1289 if (dwsect[i].offset == 0)
1290 dwsect[i].data = NULL;
1292 dwsect[i].data = ((const unsigned char *) dwarf_view.data
1293 + (dwsect[i].offset - min_offset));
1298 dwarf_sections.data[DEBUG_INFO] = dwsect[DEBUG_INF
[all...]
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Dxcoff.c1090 struct dwsect_info dwsect[DEBUG_MAX]; local
1241 memset (dwsect, 0, sizeof dwsect);
1276 dwsect[idx].offset = sects[i].s_scnptr;
1277 dwsect[idx].size = sects[i].s_size;
1289 if (dwsect[i].offset == 0)
1290 dwsect[i].data = NULL;
1292 dwsect[i].data = ((const unsigned char *) dwarf_view.data
1293 + (dwsect[i].offset - min_offset));
1298 dwarf_sections.data[DEBUG_INFO] = dwsect[DEBUG_INF
[all...]

Completed in 84 milliseconds