Home
last modified time | relevance | path

Searched refs:trad_core_struct (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dptrace-core.c36 struct trad_core_struct struct
63 struct trad_core_struct *rawptr; in ptrace_unix_core_file_p() argument
80 amt = sizeof (struct trad_core_struct); in ptrace_unix_core_file_p()
81 rawptr = (struct trad_core_struct *) bfd_zalloc (abfd, amt); in ptrace_unix_core_file_p()
Dtrad-core.c53 struct trad_core_struct struct
79 struct trad_core_struct *rawptr; in trad_unix_core_file_p() argument
147 amt = sizeof (struct trad_core_struct); in trad_unix_core_file_p()
148 rawptr = (struct trad_core_struct *) bfd_zmalloc (amt); in trad_unix_core_file_p()
Daix386-core.c60 struct trad_core_struct struct
78 struct trad_core_struct coredata; in aix386_core_file_p() argument
Dbfd-in2.h6517 struct trad_core_struct *trad_core_data;