/titanic_44/usr/src/lib/c_synonyms/ |
H A D | Makefile.com | 38 CLEANFILES += synonym_list mapfile-vers 52 $(DYNLIB): mapfile-vers $(PICS) 54 mapfile-vers: ../syn_common ../syn2_common syn_isa 56 >mapfile-vers 57 echo " global:" >>mapfile-vers 59 $(SED) -e '/^#/d' -e '/^$$/d' -e 's/.*/ _&;/' >>mapfile-vers 61 $(SED) -e '/^#/d' -e '/^$$/d' -e 's/.*/ __&;/' >>mapfile-vers 62 echo " local:\n *;\n};" >>mapfile-vers 69 MAPFILES = mapfile-vers
|
/titanic_44/usr/src/lib/ |
H A D | README.mapfiles | 48 - creation of the "mapfile-vers" file 51 - introduce SUNWobsolete to the "mapfile-vers" file 55 2.0 What's a mapfile? 62 There are two versions of the mapfile language accepted by the link-editor. 65 required to use version 2 syntax. Note that every mapfile using version 2 73 only need to deal with a subset of the mapfile language. 75 There should be a "mapfile-vers" file associated with every shared library 84 bat.c libwombat_impl.h mapfile-vers wom.c 87 The mapfile's name is, by convention, "mapfile-vers" because it is used 94 3.0 Contents of mapfile-vers [all …]
|
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | mapfile-order-devpro | 25 # Note: This mapfile is used to place r_debug as the 32 # we must have a mapfile for each. 37 # gcc mapfile: rtld/common/mapfile-order-gcc 38 # devpro mapfile: rtld/common/mapfile-order-devpro
|
H A D | mapfile-order-gcc | 25 # Note: This mapfile is used to place r_debug as the 32 # we must have a mapfile for each. 37 # gcc mapfile: rtld/common/mapfile-order-gcc 38 # devpro mapfile: rtld/common/mapfile-order-devpro
|
/titanic_44/usr/src/lib/libproc/common/ |
H A D | Pscantext.c | 50 char mapfile[PATH_MAX]; in Pscantext() local 83 (void) snprintf(mapfile, sizeof (mapfile), "%s/%d/map", in Pscantext() 85 if ((mapfd = open(mapfile, O_RDONLY)) < 0) { in Pscantext() 86 dprintf("failed to open %s: %s\n", mapfile, strerror(errno)); in Pscantext()
|
/titanic_44/usr/src/lib/libzonecfg/common/ |
H A D | scratchops.c | 89 char mapfile[MAXPATHLEN]; in zonecfg_open_scratch() local 91 (void) snprintf(mapfile, sizeof (mapfile), "%s/" PATH_MAPFILE, in zonecfg_open_scratch() 97 if ((fd = open(mapfile, flags, 0644)) == -1) { in zonecfg_open_scratch() 102 if (lstat(mapfile, &lbuf) == -1) in zonecfg_open_scratch() 109 fd = open(mapfile, O_RDWR); in zonecfg_open_scratch()
|
/titanic_44/usr/src/cmd/sgs/link_audit/ |
H A D | Makefile.com | 86 $(TRUSSLIB):= MAPFILES = ../common/mapfile-vers-truss 87 $(PERFLIB):= MAPFILES = ../common/mapfile-vers-perfcnt 88 $(WHOLIB):= MAPFILES = ../common/mapfile-vers-who 89 $(SYMBINDREP):= MAPFILES = ../common/mapfile-vers-symbindrep 90 $(BINDLIB):= MAPFILES = ../common/mapfile-vers-bindings
|
/titanic_44/usr/src/common/mapfiles/gen/ |
H A D | map.noexeglobs.2.template | 25 # Template mapfile for generating a final mapfile to demote all user global 26 # symbols to local within a dynamic executable. This mapfile also provides 27 # the "MAP-" commented entries to select lines for the final mapfile.
|
H A D | map.noexeglobs.1.template | 25 # Template mapfile for generating a final mapfile to demote all user global
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
H A D | Makefile | 51 $(MINCONN):= MAPFILES = mapfile-minconn 52 $(PASSPROMPT):= MAPFILES = mapfile-passprompt 53 $(PPPOE):= MAPFILES = mapfile-pppoe
|
/titanic_44/usr/src/cmd/ypcmd/mknetid/ |
H A D | mknetid.c | 100 static char *mapfile = IDMAP; /* network id file */ variable 142 mf = fopen(mapfile, "r"); 146 domapfile(mapfile, mf); 160 domapfile(mapfile, mf) in domapfile() argument 161 char *mapfile; in domapfile() 169 curfile = mapfile; 509 { 'm', IDMAP, &mapfile },
|
/titanic_44/usr/src/cmd/fwflash/plugins/transport/ |
H A D | Makefile.targ | 52 MAPFILES= ../common/mapfile-vers 65 $(HERMON_LIB):= MAPFILES += ../common/mapfile-vers-hermon 66 $(SD_LIB):= MAPFILES += ../common/mapfile-vers-plus
|
/titanic_44/usr/src/cmd/sgs/rtld/i386/ |
H A D | Makefile | 59 MAPFILE-ORDER = ../common/mapfile-order-devpro 60 $(__GNUC)MAPFILE-ORDER = ../common/mapfile-order-gcc
|
/titanic_44/usr/src/cmd/sgs/rtld/amd64/ |
H A D | Makefile | 60 MAPFILE-ORDER = ../common/mapfile-order-devpro 61 $(__GNUC64)MAPFILE-ORDER = ../common/mapfile-order-gcc
|
/titanic_44/usr/src/cmd/sgs/rtld/sparc/ |
H A D | Makefile | 62 MAPFILE-ORDER = ../common/mapfile-order-devpro 63 $(__GNUC)MAPFILE-ORDER = ../common/mapfile-order-gcc
|
/titanic_44/usr/src/cmd/svr4pkg/pkgchk/ |
H A D | checkmap.c | 92 checkmap(int maptyp, int uninst, char *mapfile, char *envfile, in checkmap() argument 157 if (vfpOpen(&vfp, mapfile, "r", VFP_NONE) != 0) { in checkmap() 158 progerr(gettext(ERR_PKGMAP), mapfile); in checkmap()
|
H A D | main.c | 118 static char *mapfile, variable 279 mapfile = optarg; in main() 385 if (mapfile) { in main() 393 if (checkmap(0, (device != NULL), mapfile, envfile, NULL, in main()
|
/titanic_44/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | Makefile | 61 MAPFILE-ORDER = ../common/mapfile-order-devpro 62 $(__GNUC64)MAPFILE-ORDER = ../common/mapfile-order-gcc
|
/titanic_44/usr/src/common/mapfiles/common/ |
H A D | map.above4G | 23 # Linker mapfile for loading 64-bit programs above 4 gigabytes. 33 $error mapfile is only applicable to 64-bit objects
|
H A D | map.below4G | 23 # Linker mapfile for loading 64-bit SPARC programs below 4 gigabytes 33 $error mapfile is only applicable to 64-bit objects
|
H A D | map.execdata | 23 # Link-editor mapfile to create an executable data segment definition within 25 # for 32 bit x86 executable and all SPARC executables; this mapfile is
|
H A D | map.noexbss | 23 # Link-editor mapfile to create a non-executable bss segment definition 24 # within an executable. This mapfile is similar to map.noexdata that
|
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | map_core.c | 2269 ld_map_parse(const char *mapfile, Ofl_desc *ofl) in ld_map_parse() argument 2280 if (stat(mapfile, &stat_buf) == -1) { in ld_map_parse() 2282 ld_eprintf(ofl, ERR_FATAL, MSG_INTL(MSG_SYS_STAT), mapfile, in ld_map_parse() 2294 if ((dirp = opendir(mapfile)) == NULL) in ld_map_parse() 2307 mapfile, denp->d_name); in ld_map_parse() 2314 ld_eprintf(ofl, ERR_FATAL, MSG_INTL(MSG_SYS_NOTREG), mapfile); in ld_map_parse() 2319 if ((mapfile_fd = open(mapfile, O_RDONLY)) == -1) { in ld_map_parse() 2321 ld_eprintf(ofl, ERR_FATAL, MSG_INTL(MSG_SYS_OPEN), mapfile, in ld_map_parse() 2331 name_len = strlen(mapfile) + 1; in ld_map_parse() 2337 (void) strcpy(mf->mf_name, mapfile); in ld_map_parse() [all …]
|
/titanic_44/usr/src/lib/libumem/common/ |
H A D | stand_mapfile | 41 # This is a supplemental mapfile, used in addition to the standard one 42 # produced by the spec tools. This mapfile exposes an additional
|
/titanic_44/usr/src/cmd/mdb/common/kmdb/ |
H A D | mapfile_skel | 31 * There is a special rule for generating the mapfile. If the symbol 32 * is not a function then the symbol, in the mapfile, must have the
|