Home
last modified time | relevance | path

Searched refs:PARENT (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dmapfile-vers64 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 };
71 elfedit_printf { FLAGS = PARENT };
74 elfedit_write { FLAGS = PARENT };
81 elfedit_atoi { FLAGS = PARENT };
82 elfedit_atoui { FLAGS = PARENT };
85 elfedit_atoi2 { FLAGS = PARENT };
[all …]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c704 if ((PARENT(y) = PARENT(x)) != NULL)\
705 if (LEFT(PARENT(x)) == x) LEFT(PARENT(y)) = y;\
711 if ((PARENT(y) = PARENT(x)) != NULL)\
712 if (LEFT(PARENT(x)) == x) LEFT(PARENT(y)) = y;\
719 if ((PARENT(z) = PARENT(x)) != NULL)\
720 if (LEFT(PARENT(x)) == x) LEFT(PARENT(z)) = z;\
727 if ((PARENT(z) = PARENT(x)) != NULL)\
728 if (LEFT(PARENT(x)) == x) LEFT(PARENT(z)) = z;\
734 if ((PARENT(z) = PARENT(x)) != NULL)\
735 if (LEFT(PARENT(x)) == x) LEFT(PARENT(z)) = z;\
[all …]
H A Dmallint.h84 #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 Dmalloc.c772 if ((PARENT(y) = PARENT(x)) != NULL) { in LEFT1()
780 PARENT(x) = y; in LEFT1()
800 if ((PARENT(y) = PARENT(x)) != NULL) { in RIGHT1()
808 PARENT(x) = y; in RIGHT1()
832 if ((PARENT(z) = PARENT(x)) != NULL) { in BULEFT2()
840 PARENT(y) = z; in BULEFT2()
842 PARENT(x) = y; in BULEFT2()
866 if ((PARENT(z) = PARENT(x)) != NULL) { in BURIGHT2()
874 PARENT(y) = z; in BURIGHT2()
896 if ((PARENT(z) = PARENT(x)) != NULL) { in TDLEFT2()
[all …]
H A Dmallint.h94 #define PARENT(b) (((b)->t_p).w_p[0]) macro
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Dmapfile-vers49 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 Dmapfile-vers43 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 Dmapfile-vers43 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 Dmapfile-vers66 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 Dmapfile-vers80 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 Dastlicense.c86 #define PARENT 15 macro
400 if (notice->item[PARENT].data) in copyright()
403 expand(notice, b, &notice->item[PARENT]); in copyright()
841 if (notice.item[PARENT].data) in astlicense()
843 expand(&notice, &tmp, &notice.item[PARENT]); in astlicense()
886 if (notice.item[PARENT].data) in astlicense()
896 if (notice.item[PARENT].data) in astlicense()
1074 if (notice.item[PARENT].data) in astlicense()
1076 expand(&notice, &tmp, &notice.item[PARENT]); in astlicense()
1136 if (notice.item[PARENT].data) in astlicense()
[all …]
/illumos-gate/usr/src/test/elf-tests/tests/mapfiles/assert/
H A Dmapfile.no-parent67 FLAGS = PARENT;
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsyminfo.msg63 @ MSG_SYMINFO_BT_PARENT_CFNP "PARENT"
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_grammar.y58 %token TYPE CLASS PARENT PRIORITY_GROUP PRIORITY_MODE
78 TYPE CLASS PARENT PRIORITY_GROUP PRIORITY_MODE
887 | PARENT { $$ = PT_PARENT; }
H A Dnwamcfg_lex.l173 <TSTATE>parent { return PARENT; }
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dversions.c42 PARENT, UNCLE enumerator
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.msg120 @ 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 Dlibld.msg1640 @ MSG_MAPKW_PARENT "PARENT"
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README1431 6357282 ldd should recognize PARENT and EXTERN symbols (D)