Searched refs:intcore (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Daoutf1.h429 swapcore_sun3 (abfd, ext, intcore)
432 struct internal_sunos_core *intcore;
436 intcore->c_magic = H_GET_32 (abfd, &extcore->c_magic);
437 intcore->c_len = H_GET_32 (abfd, &extcore->c_len);
438 intcore->c_regs_pos = (long) (((struct external_sun3_core *) 0)->c_regs);
439 intcore->c_regs_size = sizeof (extcore->c_regs);
445 (abfd, &extcore->c_aouthdr, &intcore->c_aouthdr);
446 intcore->c_signo = H_GET_32 (abfd, &extcore->c_signo);
447 intcore->c_tsize = H_GET_32 (abfd, &extcore->c_tsize);
448 intcore
431 struct internal_sunos_core *intcore; variable in typeref:struct:internal_sunos_core
468 struct internal_sunos_core *intcore; variable in typeref:struct:internal_sunos_core
527 struct internal_sunos_core *intcore; variable in typeref:struct:internal_sunos_core
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Daoutf1.h385 swapcore_sun3 (bfd *abfd, char *ext, struct internal_sunos_core *intcore)
389 intcore->c_magic = H_GET_32 (abfd, &extcore->c_magic);
390 intcore->c_len = H_GET_32 (abfd, &extcore->c_len);
391 intcore->c_regs_pos = offsetof (struct external_sun3_core, c_regs);
392 intcore->c_regs_size = sizeof (extcore->c_regs);
398 (abfd, &extcore->c_aouthdr, &intcore->c_aouthdr);
399 intcore->c_signo = H_GET_32 (abfd, &extcore->c_signo);
400 intcore->c_tsize = H_GET_32 (abfd, &extcore->c_tsize);
401 intcore->c_dsize = H_GET_32 (abfd, &extcore->c_dsize);
402 intcore
384 swapcore_sun3(bfd *abfd, char *ext, struct internal_sunos_core *intcore) argument
419 swapcore_sparc(bfd *abfd, char *ext, struct internal_sunos_core *intcore) argument
476 swapcore_solaris_bcp(bfd *abfd, char *ext, struct internal_sunos_core *intcore) argument
[all...]

Completed in 121 milliseconds