/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | _map.h | 112 } Mapfile; typedef 319 extern Token ld_map_gettoken(Mapfile *, int, ld_map_tkval_t *); 320 extern Boolean ld_map_parse_v1(Mapfile *); 321 extern Boolean ld_map_parse_v2(Mapfile *); 331 extern Boolean ld_map_cap_sanitize(Mapfile *, Word, Capmask *); 332 extern void ld_map_cap_set_ovflag(Mapfile *, Word); 335 extern Sdf_desc *ld_map_dv(Mapfile *, const char *); 336 extern Boolean ld_map_dv_entry(Mapfile *, Sdf_desc *, Boolean, 338 extern Ifl_desc *ld_map_ifl(Mapfile *); 340 extern Ent_desc *ld_map_seg_ent_add(Mapfile *, Sg_desc *, const char *); [all …]
|
H A D | map_v2.c | 48 typedef Token (*dir_func_t)(Mapfile *mf); 58 typedef Token (* attr_func_t)(Mapfile *mf, Token eq_tok, void *uvalue); 66 typedef void (* gts_efunc_t)(Mapfile *mf, Token tok, ld_map_tkval_t *tkv); 142 gettoken_eq(Mapfile *mf, attr_fmt_t eq_type, const char *lhs) in gettoken_eq() 237 set_capmask(Mapfile *mf, Capmask *capmask, Token eq_tok, in set_capmask() 299 set_capstr(Mapfile *mf, Caplist *caplist, Token eq_tok, in set_capstr() 446 gettoken_optattr(Mapfile *mf, const char *lhs) in gettoken_optattr() 476 gettoken_term(Mapfile *mf, const char *lhs) in gettoken_term() 505 gettoken_semicolon(Mapfile *mf, const char *lhs) in gettoken_semicolon() 534 gettoken_leftbkt(Mapfile *mf, const char *lhs) in gettoken_leftbkt() [all …]
|
H A D | map_support.c | 163 ld_map_ifl(Mapfile *mf) in ld_map_ifl() 195 ld_map_cap_set_ovflag(Mapfile *mf, Word type) in ld_map_cap_set_ovflag() 220 ld_map_cap_sanitize(Mapfile *mf, Word type, Capmask *capmask) in ld_map_cap_sanitize() 272 ld_map_dv(Mapfile *mf, const char *obj_name) in ld_map_dv() 294 ld_map_dv_entry(Mapfile *mf, Sdf_desc *sdf, Boolean require, in ld_map_dv_entry() 353 ld_map_seg_index(Mapfile *mf, Sg_desc *sgp) in ld_map_seg_index() 379 ld_map_seg_os_order_add(Mapfile *mf, Sg_desc *sgp, const char *sec_name) in ld_map_seg_os_order_add() 435 ld_map_seg_size_symbol(Mapfile *mf, Sg_desc *sgp, Token eq_tok, in ld_map_seg_size_symbol() 557 ld_map_seg_stack(Mapfile *mf) in ld_map_seg_stack() 612 ld_map_seg_insert(Mapfile *mf, dbg_state_t dbg_state, Sg_desc *sgp, in ld_map_seg_insert() [all …]
|
H A D | map_core.c | 713 ident_delimit(Mapfile *mf) in ident_delimit() 829 cexp_ident_add(Mapfile *mf, const char *name) in cexp_ident_add() 862 cexp_ident_clear(Mapfile *mf, const char *name) in cexp_ident_clear() 950 cexp_ident_validate(Mapfile *mf, size_t *len, const char *directive) in cexp_ident_validate() 1085 cexp_eval_expr(Mapfile *mf) in cexp_eval_expr() 1247 cdir_process(Mapfile *mf) in cdir_process() 1302 Mapfile arg_mf; in cdir_process() 1707 ld_map_getint(Mapfile *mf, ld_map_tkval_t *value, Boolean notail) in ld_map_getint() 1760 gettoken_ident(Mapfile *mf, int flags, ld_map_tkval_t *tkv) in gettoken_ident() 1834 gettoken_simquote_str(Mapfile *mf, int flags, ld_map_tkval_t *tkv) in gettoken_simquote_str() [all …]
|
H A D | map.c | 71 map_cap(Mapfile *mf, Word type, Capmask *capmask) in map_cap() 170 map_equal_flags(Mapfile *mf, Sg_desc *sgp, Boolean *b_flags, in map_equal_flags() 267 valuetoxword(Mapfile *mf, ld_map_tkval_t *tkv, Xword *value) in valuetoxword() 293 map_equal(Mapfile *mf, Sg_desc *sgp) in map_equal() 597 map_colon(Mapfile *mf, Ent_desc *enp) in map_colon() 801 map_atsign(Mapfile *mf, Sg_desc *sgp) in map_atsign() 828 map_pipe(Mapfile *mf, Sg_desc *sgp) in map_pipe() 858 map_dash(Mapfile *mf, char *name) in map_dash() 954 map_version(Mapfile *mf, char *name) in map_version() 1211 ld_map_parse_v1(Mapfile *mf) in ld_map_parse_v1()
|
H A D | libld.msg | 1048 # Mapfile processing messages 1177 # Mapfile Directives 1240 # Mapfile Control Directives 1257 # Mapfile Conditional Expressions 1508 # Mapfile tokens
|
/titanic_41/usr/src/tools/onbld/Checks/ |
H A D | Makefile | 43 Mapfile.py \
|
/titanic_41/usr/src/uts/i86xpv/unix/ |
H A D | Makefile | 187 $(DBOOT_BIN): $(DBOOT_OBJS_DIR) $(DBOOT_OBJECTS) dboot/Mapfile.dboot 188 $(LD) -dn -e _start -M dboot/Mapfile.dboot \
|
/titanic_41/usr/src/uts/i86pc/unix/ |
H A D | Makefile | 204 $(DBOOT_BIN): $(DBOOT_OBJS_DIR) $(DBOOT_OBJECTS) dboot/Mapfile.dboot 205 $(LD) -dn -e _start -M dboot/Mapfile.dboot \
|
/titanic_41/usr/src/tools/scripts/ |
H A D | git-pbchk.py | 50 from onbld.Checks import JStyle, Keywords, ManLint, Mapfile 234 ret |= Mapfile.mapfilechk(fh, output=output)
|
H A D | mapfilechk.py | 39 from onbld.Checks.Mapfile import mapfilechk
|
/titanic_41/exception_lists/ |
H A D | mapfilechk | 47 usr/src/tools/onbld/Checks/Mapfile*
|
/titanic_41/usr/src/uts/i86pc/ |
H A D | Makefile.i86pc | 153 MAPFILE = $(UTSBASE)/$(PLATFORM)/conf/Mapfile
|
H A D | Makefile.rules | 260 MAPFILE_BIOS = $(UTSBASE)/i86pc/conf/Mapfile.bios 279 MAPFILE_FBSWTCH = $(UTSBASE)/i86pc/conf/Mapfile.fb_swtch
|
/titanic_41/usr/src/uts/i86xpv/ |
H A D | Makefile.i86xpv | 143 MAPFILE = $(UTSBASE)/$(PLATFORM)/conf/Mapfile
|
/titanic_41/usr/src/uts/sun4v/ |
H A D | Makefile.sun4v | 216 MAPFILE = $(UTSBASE)/sun4/conf/Mapfile
|
/titanic_41/usr/src/uts/sun4u/ |
H A D | Makefile.sun4u | 237 MAPFILE = $(UTSBASE)/sun4/conf/Mapfile
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | developer-build-onbld.mf | 170 file path=opt/onbld/lib/python2.6/onbld/Checks/Mapfile.py mode=0444 171 file path=opt/onbld/lib/python2.6/onbld/Checks/Mapfile.pyc mode=0444
|
/titanic_41/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 110 from onbld.Checks import JStyle, Keywords, ManLint, Mapfile 471 ret |= Mapfile.mapfilechk(fh, output=ui)
|
/titanic_41/usr/src/cmd/sgs/liblddbg/common/ |
H A D | liblddbg.msg | 783 # Mapfile messages
|