/illumos-gate/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 …]
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | malloc.c | 528 PARENT(tp) = LEFT(tp) = RIGHT(tp) = LINKFOR(tp) = NULL; in realfree() 547 PARENT(tp) = np; in realfree() 555 PARENT(tp) = np; in realfree() 559 if ((sp = PARENT(np)) != NULL) { in realfree() 564 PARENT(tp) = sp; in realfree() 570 PARENT(sp) = tp; in realfree() 574 PARENT(sp) = tp; in realfree() 703 if ((RIGHT(x) = LEFT(y)) != NULL) PARENT(RIGHT(x)) = x;\ 704 if ((PARENT(y) = PARENT(x)) != NULL)\ 705 if (LEFT(PARENT(x)) == x) LEFT(PARENT(y)) = y;\ [all …]
|
H A D | mallint.h | 84 #define PARENT(b) ((b)->t_p) macro 122 #define PARENT(b) (((b)->t_p).w_p) macro
|
/illumos-gate/usr/src/lib/watchmalloc/common/ |
H A D | malloc.c | 541 PARENT(tp) = LEFT(tp) = RIGHT(tp) = LINKFOR(tp) = NULL; in realfree() 559 PARENT(tp) = np; in realfree() 569 PARENT(tp) = np; in realfree() 574 if ((sp = PARENT(np)) != NULL) { in realfree() 580 PARENT(tp) = sp; in realfree() 588 PARENT(sp) = tp; in realfree() 595 PARENT(sp) = tp; in realfree() 770 PARENT(RIGHT(x)) = x; in LEFT1() 772 if ((PARENT(y) = PARENT(x)) != NULL) { in LEFT1() 773 unprotect(*npp++ = PARENT(x)); in LEFT1() [all …]
|
H A D | mallint.h | 94 #define PARENT(b) (((b)->t_p).w_p[0]) macro
|
/illumos-gate/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 …]
|
/illumos-gate/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 };
|
/illumos-gate/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 };
|
/illumos-gate/usr/src/lib/brand/shared/librtld_db/common/ |
H A D | mapfile-vers | 66 ps_pauxv { FLAGS = NODIRECT PARENT; }; 67 ps_pdmodel { FLAGS = NODIRECT PARENT; }; 68 ps_pglobal_lookup { FLAGS = NODIRECT PARENT; }; 69 ps_pglobal_sym { FLAGS = NODIRECT PARENT; }; 70 ps_plog { FLAGS = NODIRECT PARENT; }; 71 ps_pread { FLAGS = NODIRECT PARENT; }; 72 ps_pwrite { FLAGS = NODIRECT PARENT; };
|
/illumos-gate/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; };
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | astlicense.c | 86 #define PARENT 15 macro 400 if (notice->item[PARENT].data) in copyright() 403 expand(notice, b, ¬ice->item[PARENT]); in copyright() 841 if (notice.item[PARENT].data) in astlicense() 843 expand(¬ice, &tmp, ¬ice.item[PARENT]); in astlicense() 886 if (notice.item[PARENT].data) in astlicense() 888 expand(¬ice, &tmp, ¬ice.item[i = PARENT]); in astlicense() 896 if (notice.item[PARENT].data) in astlicense() 898 expand(¬ice, &tmp, ¬ice.item[i = PARENT]); in astlicense() 978 …if (notice.item[i = PARENT].data || notice.item[i = CORPORATION].data || notice.item[i = COMPANY].… in astlicense() [all …]
|
/illumos-gate/usr/src/test/elf-tests/tests/mapfiles/assert/ |
H A D | mapfile.no-parent | 67 FLAGS = PARENT;
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | syminfo.msg | 63 @ MSG_SYMINFO_BT_PARENT_CFNP "PARENT"
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg_grammar.y | 58 %token TYPE CLASS PARENT PRIORITY_GROUP PRIORITY_MODE 78 TYPE CLASS PARENT PRIORITY_GROUP PRIORITY_MODE 887 | PARENT { $$ = PT_PARENT; }
|
H A D | nwamcfg_lex.l | 173 <TSTATE>parent { return PARENT; }
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | versions.c | 42 PARENT, UNCLE enumerator
|
/illumos-gate/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"
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | libld.msg | 1640 @ MSG_MAPKW_PARENT "PARENT"
|
/illumos-gate/usr/src/cmd/sgs/tools/ |
H A D | SUNWonld-README | 1431 6357282 ldd should recognize PARENT and EXTERN symbols (D)
|