Home
last modified time | relevance | path

Searched refs:hdr_ext (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfile_manager.d21 enum package_di = "package." ~ hdr_ext;
50 const sdi = FileName.forceExt(filename, hdr_ext); in lookForSourceFile()
H A Dglobals.h267 const DString hdr_ext = "di"; // for D 'header' import files variable
H A Ddmodule.d458 !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 Dglobals.d294 enum hdr_ext = "di"; // for D 'header' import files variable
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Decoffswap.h101 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 Dcoff-mips.c1342 sizeof (struct hdr_ext),
H A Delf32-mips.c2476 sizeof (struct hdr_ext),
H A Delfn32-mips.c4090 sizeof (struct hdr_ext),
H A Dcoff-alpha.c2387 sizeof (struct hdr_ext),
H A Delf64-mips.c4665 sizeof (struct hdr_ext),
H A Delf64-alpha.c5363 sizeof (struct hdr_ext),
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Decoffswap.h101 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 Dcoff-mips.c1353 sizeof (struct hdr_ext),
H A Delf32-mips.c2464 sizeof (struct hdr_ext),
H A Delfn32-mips.c4077 sizeof (struct hdr_ext),
H A Dcoff-alpha.c2341 sizeof (struct hdr_ext),
H A Delf64-mips.c4656 sizeof (struct hdr_ext),
H A Delf64-alpha.c5380 sizeof (struct hdr_ext),
/netbsd-src/external/gpl3/binutils/dist/include/coff/
H A Dmips.h130 struct hdr_ext struct
H A Dalpha.h175 struct hdr_ext struct
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/
H A Dmips.h130 struct hdr_ext struct
H A Dalpha.h175 struct hdr_ext struct
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dglobals.h214 const char *hdr_ext; // for D 'header' import files member
H A Ddmodule.c105 !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 Dd-frontend.cc52 this->hdr_ext = "di"; in _init()