Home
last modified time | relevance | path

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

1234567

/illumos-gate/usr/src/test/elf-tests/tests/mapfiles/assert/
H A Dtest-assert.sh41 mapfile=$1
44 if gcc -m32 -shared $LDFLAGS -Wl,-M,${TESTDIR}/$mapfile \
52 if gcc -m64 -shared $LDFLAGS -Wl,-M,${TESTDIR}/$mapfile \
62 mapfile=$1
66 if gcc -m32 -shared $LDFLAGS -Wl,-M,${TESTDIR}/$mapfile \
75 if gcc -m64 -shared $LDFLAGS -Wl,-M,${TESTDIR}/$mapfile \
85 should_succeed mapfile.true "link with correct mapfile"
87 should_fail mapfile.guidance "link without sized data" \
111 should_fail mapfile.unknown-type "link with unknown type value" \
120 should_fail mapfile.wrongalias "link with incorrect alias" \
[all …]
H A DMakefile21 mapfile.circalias \
22 mapfile.guidance \
23 mapfile.no-extern \
24 mapfile.no-parent \
25 mapfile.not-alias \
26 mapfile.true \
32 mapfile.wrongalias \
33 mapfile.wrongbits \
34 mapfile.wrongbits2 \
36 mapfile.wrongsize \
[all …]
/illumos-gate/usr/src/test/elf-tests/tests/mapfiles/parser/
H A Dtest-parser.sh40 mapfile=$1
43 if gcc -m32 -shared -Wl,-M,${TESTDIR}/$mapfile ${TESTDIR}/object.c \
51 if gcc -m64 -shared -Wl,-M,${TESTDIR}/$mapfile ${TESTDIR}/object.c \
61 mapfile=$1
65 if gcc -m32 -shared -Wl,-M,${TESTDIR}/$mapfile ${TESTDIR}/object.c \
73 if gcc -m64 -shared -Wl,-M,${TESTDIR}/$mapfile ${TESTDIR}/object.c \
82 should_succeed mapfile.sizemult.good "link with integer multiplier syntax"
89 should_fail mapfile.sizemult.twobegin "link with integer multiplier with two [s" \
95 should_succeed mapfile.addrsize.good "link with addrsized symbol"
97 should_succeed mapfile.addrsize.mult "link with addrsized symbol with multiplier"
[all …]
H A DMakefile19 DATAFILES= mapfile.addrsize.good \
20 mapfile.addrsize.mult \
21 mapfile.addrsize.substring \
22 mapfile.addrsize.superstring \
23 mapfile.addrsize.wrong \
24 mapfile.sizemult.good \
25 mapfile.sizemult.noterm \
26 mapfile.sizemult.overflow \
27 mapfile.sizemult.twobegin \
28 mapfile.sizemult.wrong \
/illumos-gate/usr/src/lib/c_synonyms/
H A DMakefile.com40 CLEANFILES += synonym_list mapfile-vers
54 $(DYNLIB): mapfile-vers $(PICS)
56 mapfile-vers: ../syn_common ../syn2_common syn_isa
58 >mapfile-vers
59 echo " global:" >>mapfile-vers
61 $(SED) -e '/^#/d' -e '/^$$/d' -e 's/.*/ _&;/' >>mapfile-vers
63 $(SED) -e '/^#/d' -e '/^$$/d' -e 's/.*/ __&;/' >>mapfile-vers
64 echo " local:\n *;\n};" >>mapfile-vers
69 MAPFILES = mapfile-vers
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-elftest.p5m56 file path=opt/elf-tests/tests/mapfiles/assert/mapfile.alias-with-others \
58 file path=opt/elf-tests/tests/mapfiles/assert/mapfile.circalias mode=0444
59 file path=opt/elf-tests/tests/mapfiles/assert/mapfile.guidance mode=0444
60 file path=opt/elf-tests/tests/mapfiles/assert/mapfile.no-extern mode=0444
61 file path=opt/elf-tests/tests/mapfiles/assert/mapfile.no-parent mode=0444
62 file path=opt/elf-tests/tests/mapfiles/assert/mapfile.not-alias mode=0444
63 file path=opt/elf-tests/tests/mapfiles/assert/mapfile.true mode=0444
70 file path=opt/elf-tests/tests/mapfiles/assert/mapfile.wrongbits mode=0444
73 file path=opt/elf-tests/tests/mapfiles/assert/mapfile.wrongsize mode=0444
74 file path=opt/elf-tests/tests/mapfiles/assert/mapfile.wrongtype mode=0444
[all …]
/illumos-gate/usr/src/uts/
H A DMakefile.mapfile27 DTRACE_MAPFILE = $(OBJS_DIR)/dtrace.mapfile
32 LDFLAGS += -z defs $(MAPFILES:%=-M $(MAPBASE)/%.mapfile) -M $(DTRACE_MAPFILE)
41 DTRACE_AWK_FILE = $(MAPBASE)/dtrace.mapfile.awk
43 $(OBJS_DIR)/dtrace.mapfile: $(OBJECTS) $(DTRACE_AWK_FILE)
/illumos-gate/usr/src/lib/
H A DREADME.mapfiles48 - creation of the "mapfile-vers" file
55 2.0 What's a mapfile?
87 The mapfile's name is, by convention, "mapfile-vers" because it is used
94 3.0 Contents of mapfile-vers
214 common/mapfile-vers
217 amd64/mapfile-vers
218 i386/mapfile-vers
219 sparc/mapfile-vers
220 sparcv9/mapfile-vers
385 for example, libnsl's common/mapfile-vers file.
[all …]
/illumos-gate/usr/src/lib/libproc/common/
H A DPscantext.c48 char mapfile[PATH_MAX]; in Pscantext() local
81 (void) snprintf(mapfile, sizeof (mapfile), "%s/%d/map", in Pscantext()
83 if ((mapfd = open(mapfile, O_RDONLY)) < 0) { in Pscantext()
84 dprintf("failed to open %s: %s\n", mapfile, strerror(errno)); in Pscantext()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dscratchops.c87 char mapfile[MAXPATHLEN]; in zonecfg_open_scratch() local
89 (void) snprintf(mapfile, sizeof (mapfile), "%s/" PATH_MAPFILE, in zonecfg_open_scratch()
95 if ((fd = open(mapfile, flags, 0644)) == -1) { in zonecfg_open_scratch()
100 if (lstat(mapfile, &lbuf) == -1) in zonecfg_open_scratch()
107 fd = open(mapfile, O_RDWR); in zonecfg_open_scratch()
/illumos-gate/usr/src/cmd/sgs/link_audit/
H A DMakefile.com83 $(TRUSSLIB):= MAPFILES = ../common/mapfile-vers-truss
84 $(PERFLIB):= MAPFILES = ../common/mapfile-vers-perfcnt
85 $(WHOLIB):= MAPFILES = ../common/mapfile-vers-who
86 $(SYMBINDREP):= MAPFILES = ../common/mapfile-vers-symbindrep
87 $(BINDLIB):= MAPFILES = ../common/mapfile-vers-bindings
/illumos-gate/usr/src/common/mapfiles/gen/
H A Dmap.noexeglobs.2.template25 # 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 Dmap.noexeglobs.1.template25 # Template mapfile for generating a final mapfile to demote all user global
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/
H A DMakefile.targ53 MAPFILES= ../common/mapfile-vers
68 $(HERMON_LIB):= MAPFILES += ../common/mapfile-vers-hermon
69 $(SD_LIB):= MAPFILES += ../common/mapfile-vers-plus
70 $(UFM_LIB):= MAPFILES += ../common/mapfile-vers-plus
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A DMakefile51 $(MINCONN):= MAPFILES = mapfile-minconn
52 $(PASSPROMPT):= MAPFILES = mapfile-passprompt
53 $(PPPOE):= MAPFILES = mapfile-pppoe
/illumos-gate/usr/src/cmd/ypcmd/mknetid/
H A Dmknetid.c101 static char *mapfile = IDMAP; /* network id file */ variable
143 mf = fopen(mapfile, "r");
147 domapfile(mapfile, mf);
161 domapfile(mapfile, mf) in domapfile() argument
162 char *mapfile; in domapfile()
170 curfile = mapfile;
510 { 'm', IDMAP, &mapfile },
/illumos-gate/exception_lists/
H A Dmapfilechk29 # - Contains the word 'mapfile'
46 usr/src/data/perfmon/mapfile.csv
52 usr/src/uts/Makefile.mapfile
53 usr/src/uts/common/mapfiles/dtrace.mapfile.awk
/illumos-gate/usr/src/uts/common/mapfiles/
H A DREADME50 found in the file 'mac.mapfile'. The DDI is currently in the 'ddi'
51 mapfile. Functions that are found in genunix and unix that aren't in
52 the DDI should not be put in that mapfile.
65 Next, you should add an include of Makefile.mapfile right before you
68 include $(UTSBASE)/Makefile.mapfile
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dcheckmap.c92 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 Dmain.c122 static char *mapfile, variable
280 mapfile = optarg; in main()
383 if (mapfile) { in main()
391 if (checkmap(0, (device != NULL), mapfile, envfile, NULL, in main()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c2296 ld_map_parse(const char *mapfile, Ofl_desc *ofl) in ld_map_parse() argument
2307 if (stat(mapfile, &stat_buf) == -1) { in ld_map_parse()
2309 ld_eprintf(ofl, ERR_FATAL, MSG_INTL(MSG_SYS_STAT), mapfile, in ld_map_parse()
2321 if ((dirp = opendir(mapfile)) == NULL) in ld_map_parse()
2334 mapfile, denp->d_name); in ld_map_parse()
2346 if ((mapfile_fd = open(mapfile, O_RDONLY)) == -1) { in ld_map_parse()
2348 ld_eprintf(ofl, ERR_FATAL, MSG_INTL(MSG_SYS_OPEN), mapfile, in ld_map_parse()
2358 name_len = strlen(mapfile) + 1; in ld_map_parse()
2364 (void) strcpy(mf->mf_name, mapfile); in ld_map_parse()
2369 ld_eprintf(ofl, ERR_FATAL, MSG_INTL(MSG_SYS_READ), mapfile, in ld_map_parse()
[all …]
/illumos-gate/usr/src/tools/findunref/
H A Dexception_list.open97 ./usr/src/lib/gss_mechs/mech_dh/backend/mapfile-vers
98 ./usr/src/lib/gss_mechs/mech_dh/dh1024/mapfile-vers
99 ./usr/src/lib/gss_mechs/mech_dh/dh192/mapfile-vers
100 ./usr/src/lib/gss_mechs/mech_dh/dh640/mapfile-vers
150 ./usr/src/cmd/sgs/rtld/common/mapfile-order-gcc
/illumos-gate/usr/src/common/mapfiles/common/
H A Dmap.above4G23 # Linker mapfile for loading 64-bit programs above 4 gigabytes.
33 $error mapfile is only applicable to 64-bit objects
H A Dmap.below4G23 # Linker mapfile for loading 64-bit SPARC programs below 4 gigabytes
33 $error mapfile is only applicable to 64-bit objects
/illumos-gate/usr/src/lib/libumem/common/
H A Dstand_mapfile41 # This is a supplemental mapfile, used in addition to the standard one
42 # produced by the spec tools. This mapfile exposes an additional

1234567