/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | file_manager.d | 21 enum package_di = "package." ~ hdr_ext; 50 const sdi = FileName.forceExt(filename, hdr_ext); in lookForSourceFile()
|
H A D | globals.h | 267 const DString hdr_ext = "di"; // for D 'header' import files variable
|
H A D | dmodule.d | 458 !FileName.equalsExt(srcfilename, hdr_ext) && in this() 475 hdrfile = setOutfilename(global.params.hdrname, global.params.hdrdir, arg, hdr_ext); in this() 940 if (FileName.equalsExt(arg, hdr_ext)) in parseModule()
|
H A D | globals.d | 294 enum hdr_ext = "di"; // for D 'header' import files variable
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | ecoffswap.h | 101 struct hdr_ext ext[1]; in ecoff_swap_hdr_in() 103 *ext = *(struct hdr_ext *) ext_copy; in ecoff_swap_hdr_in() 142 struct hdr_ext *ext = (struct hdr_ext *) ext_ptr; in ecoff_swap_hdr_out()
|
H A D | coff-mips.c | 1342 sizeof (struct hdr_ext),
|
H A D | elf32-mips.c | 2476 sizeof (struct hdr_ext),
|
H A D | elfn32-mips.c | 4090 sizeof (struct hdr_ext),
|
H A D | coff-alpha.c | 2387 sizeof (struct hdr_ext),
|
H A D | elf64-mips.c | 4665 sizeof (struct hdr_ext),
|
H A D | elf64-alpha.c | 5363 sizeof (struct hdr_ext),
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | ecoffswap.h | 101 struct hdr_ext ext[1]; in ecoff_swap_hdr_in() 103 *ext = *(struct hdr_ext *) ext_copy; in ecoff_swap_hdr_in() 142 struct hdr_ext *ext = (struct hdr_ext *) ext_ptr; in ecoff_swap_hdr_out()
|
H A D | coff-mips.c | 1353 sizeof (struct hdr_ext),
|
H A D | elf32-mips.c | 2464 sizeof (struct hdr_ext),
|
H A D | elfn32-mips.c | 4077 sizeof (struct hdr_ext),
|
H A D | coff-alpha.c | 2341 sizeof (struct hdr_ext),
|
H A D | elf64-mips.c | 4656 sizeof (struct hdr_ext),
|
H A D | elf64-alpha.c | 5380 sizeof (struct hdr_ext),
|
/netbsd-src/external/gpl3/binutils/dist/include/coff/ |
H A D | mips.h | 130 struct hdr_ext struct
|
H A D | alpha.h | 175 struct hdr_ext struct
|
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/ |
H A D | mips.h | 130 struct hdr_ext struct
|
H A D | alpha.h | 175 struct hdr_ext struct
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | globals.h | 214 const char *hdr_ext; // for D 'header' import files member
|
H A D | dmodule.c | 105 !FileName::equalsExt(srcfilename, global.hdr_ext) && in Module() 121 hdrfile = setOutfile(global.params.hdrname, global.params.hdrdir, arg, global.hdr_ext); in Module() 1291 const char *sdi = FileName::forceExt(filename, global.hdr_ext); in lookForSourceFile()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-frontend.cc | 52 this->hdr_ext = "di"; in _init()
|