/titanic_50/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | mapfile-vers | 46 # are also defined here, using the PARENT mapfile keyword. 58 dbg_print { FLAGS = PARENT NODIRECT }; 62 elfedit_command_usage { FLAGS = PARENT }; 63 elfedit_cpl_match { FLAGS = PARENT }; 64 elfedit_cpl_ndx { FLAGS = PARENT }; 65 elfedit_elferr { FLAGS = PARENT }; 66 elfedit_flags { FLAGS = PARENT }; 67 elfedit_malloc { FLAGS = PARENT }; 68 elfedit_msg { FLAGS = PARENT }; 69 elfedit_outstyle { FLAGS = PARENT }; [all …]
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | malloc.c | 530 PARENT(tp) = LEFT(tp) = RIGHT(tp) = LINKFOR(tp) = NULL; in realfree() 549 PARENT(tp) = np; in realfree() 557 PARENT(tp) = np; in realfree() 561 if ((sp = PARENT(np)) != NULL) { in realfree() 566 PARENT(tp) = sp; in realfree() 572 PARENT(sp) = tp; in realfree() 576 PARENT(sp) = tp; in realfree() 705 if ((RIGHT(x) = LEFT(y)) != NULL) PARENT(RIGHT(x)) = x;\ 706 if ((PARENT(y) = PARENT(x)) != NULL)\ 707 if (LEFT(PARENT(x)) == x) LEFT(PARENT(y)) = y;\ [all …]
|
H A D | mallint.h | 86 #define PARENT(b) ((b)->t_p) macro 124 #define PARENT(b) (((b)->t_p).w_p) macro
|
/titanic_50/usr/src/lib/watchmalloc/common/ |
H A D | malloc.c | 543 PARENT(tp) = LEFT(tp) = RIGHT(tp) = LINKFOR(tp) = NULL; in realfree() 561 PARENT(tp) = np; in realfree() 571 PARENT(tp) = np; in realfree() 576 if ((sp = PARENT(np)) != NULL) { in realfree() 582 PARENT(tp) = sp; in realfree() 590 PARENT(sp) = tp; in realfree() 597 PARENT(sp) = tp; in realfree() 772 PARENT(RIGHT(x)) = x; in LEFT1() 774 if ((PARENT(y) = PARENT(x)) != NULL) { in LEFT1() 775 unprotect(*npp++ = PARENT(x)); in LEFT1() [all …]
|
H A D | mallint.h | 96 #define PARENT(b) (((b)->t_p).w_p[0]) macro
|
/titanic_50/usr/src/cmd/sgs/librtld/common/ |
H A D | mapfile-vers | 49 alist_append { TYPE = FUNCTION; FLAGS = PARENT }; 50 elf_plt_write { TYPE = FUNCTION; FLAGS = PARENT }; 51 eprintf { TYPE = FUNCTION; FLAGS = PARENT }; 52 is_so_loaded { TYPE = FUNCTION; FLAGS = PARENT }; 53 lookup_sym { TYPE = FUNCTION; FLAGS = PARENT }; 55 ld_entry_cnt { TYPE = DATA; FLAGS = PARENT }; 56 lml_main { TYPE = DATA; FLAGS = PARENT }; 60 do32_reloc_rtld { TYPE = FUNCTION; FLAGS = PARENT }; 61 reloc32_table { TYPE = DATA; FLAGS = PARENT }; 63 do64_reloc_rtld { TYPE = FUNCTION; FLAGS = PARENT }; [all …]
|
/titanic_50/usr/src/cmd/fwflash/plugins/vendor/ |
H A D | mapfile-vers | 43 fw_devices { FLAGS = PARENT }; 44 fw_pluginlist { FLAGS = PARENT }; 45 fwflash_debug { FLAGS = PARENT }; 46 rootnode { FLAGS = PARENT }; 47 self { FLAGS = PARENT }; 48 verifier { FLAGS = PARENT }; 49 logmsg { FLAGS = PARENT };
|
/titanic_50/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | mapfile-vers | 43 fw_devices { FLAGS = PARENT }; 44 fw_pluginlist { FLAGS = PARENT }; 45 fwflash_debug { FLAGS = PARENT }; 46 rootnode { FLAGS = PARENT }; 47 self { FLAGS = PARENT }; 48 verifier { FLAGS = PARENT }; 49 logmsg { FLAGS = PARENT };
|
/titanic_50/usr/src/lib/brand/shared/librtld_db/common/ |
H A D | mapfile-vers | 56 ps_pauxv { FLAGS = NODIRECT PARENT }; 57 ps_pdmodel { FLAGS = NODIRECT PARENT }; 58 ps_pglobal_lookup { FLAGS = NODIRECT PARENT }; 59 ps_pglobal_sym { FLAGS = NODIRECT PARENT }; 60 ps_plog { FLAGS = NODIRECT PARENT }; 61 ps_pread { FLAGS = NODIRECT PARENT }; 62 ps_pwrite { FLAGS = NODIRECT PARENT };
|
/titanic_50/usr/src/cmd/sgs/librtld_db/common/ |
H A D | mapfile-vers | 80 ps_pauxv { FLAGS = NODIRECT PARENT }; 81 ps_pdmodel { FLAGS = NODIRECT PARENT }; 82 ps_pglobal_lookup { FLAGS = NODIRECT PARENT }; 83 ps_pglobal_sym { FLAGS = NODIRECT PARENT }; 84 ps_plog { FLAGS = NODIRECT PARENT }; 85 ps_pread { FLAGS = NODIRECT PARENT }; 86 ps_pwrite { FLAGS = NODIRECT PARENT };
|
/titanic_50/usr/src/lib/libast/common/port/ |
H A D | astlicense.c | 75 #define PARENT 12 macro 350 if (notice->item[PARENT].data) in copyright() 353 expand(notice, b, ¬ice->item[PARENT]); in copyright() 707 if (notice.item[PARENT].data) in astlicense() 709 expand(¬ice, &tmp, ¬ice.item[PARENT]); in astlicense() 752 if (notice.item[PARENT].data) in astlicense() 754 expand(¬ice, &tmp, ¬ice.item[i = PARENT]); in astlicense() 762 if (notice.item[PARENT].data) in astlicense() 764 expand(¬ice, &tmp, ¬ice.item[i = PARENT]); in astlicense() 844 …if (notice.item[i = PARENT].data || notice.item[i = CORPORATION].data || notice.item[i = COMPANY].… in astlicense() [all …]
|
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | syminfo.msg | 63 @ MSG_SYMINFO_BT_PARENT_CFNP "PARENT"
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg_grammar.y | 57 %token TYPE CLASS PARENT PRIORITY_GROUP PRIORITY_MODE 76 TYPE CLASS PARENT PRIORITY_GROUP PRIORITY_MODE 864 | PARENT { $$ = PT_PARENT; }
|
H A D | nwamcfg_lex.l | 172 <TSTATE>parent { return PARENT; }
|
/titanic_50/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | versions.c | 43 PARENT, UNCLE enumerator
|
/titanic_50/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.msg | 120 @ MSG_MODE_PARENT "PARENT" 142 @ MSG_GPD_PARENT "PARENT" 173 @ MSG_LFL_TRC_NOPAREXT "TRACE-NO-PARENT-OR-EXTERN"
|
/titanic_50/usr/src/psm/stand/bootblks/hsfs/common/ |
H A D | hsfs.fth | 220 \ PARENT ("..")
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | libld.msg | 1572 @ MSG_MAPKW_PARENT "PARENT"
|
/titanic_50/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 1431 6357282 ldd should recognize PARENT and EXTERN symbols (D)
|