Lines Matching +full:0 +full:x70000000
75 #define DT_NULL 0 /* last entry in list */
133 #define DT_LOOS 0x6000000d /* OS specific range */
134 #define DT_SUNW_AUXILIARY 0x6000000d /* symbol auxiliary name */
135 #define DT_SUNW_RTLDINF 0x6000000e /* ld.so.1 info (private) */
136 #define DT_SUNW_FILTER 0x6000000f /* symbol filter name */
137 #define DT_SUNW_CAP 0x60000010 /* hardware/software */
139 #define DT_SUNW_SYMTAB 0x60000011 /* symtab with local fcn */
142 #define DT_SUNW_SYMSZ 0x60000012 /* Size of SUNW_SYMTAB table */
147 #define DT_SUNW_ENCODING 0x60000013 /* DT_* encoding rules resume */
149 #define DT_SUNW_SORTENT 0x60000013 /* sizeof [SYM|TLS]SORT entry */
150 #define DT_SUNW_SYMSORT 0x60000014 /* sym indices sorted by addr */
151 #define DT_SUNW_SYMSORTSZ 0x60000015 /* size of SUNW_SYMSORT */
152 #define DT_SUNW_TLSSORT 0x60000016 /* tls sym ndx sort by offset */
153 #define DT_SUNW_TLSSORTSZ 0x60000017 /* size of SUNW_TLSSORT */
154 #define DT_SUNW_CAPINFO 0x60000018 /* capabilities symbols */
155 #define DT_SUNW_STRPAD 0x60000019 /* # of unused bytes at the */
157 #define DT_SUNW_CAPCHAIN 0x6000001a /* capabilities chain info */
158 #define DT_SUNW_LDMACH 0x6000001b /* EM_ machine code of linker */
160 #define DT_SUNW_CAPCHAINENT 0x6000001d /* capabilities chain entry */
161 #define DT_SUNW_CAPCHAINSZ 0x6000001f /* capabilities chain size */
162 /* 0x60000021 would be DT_SUNW_PARENT */
163 #define DT_SUNW_ASLR 0x60000023 /* executable ASLR desire */
164 #define DT_SUNW_KMOD 0x60000027 /* object is a kernel module */
169 #define DT_HIOS 0x6ffff000
175 #define DT_DEPRECATED_SPARC_REGISTER 0x7000001
181 #define DT_VALRNGLO 0x6ffffd00
183 #define DT_GNU_PRELINKED 0x6ffffdf5 /* prelinking timestamp (unused) */
184 #define DT_GNU_CONFLICTSZ 0x6ffffdf6 /* size of conflict section (unused) */
185 #define DT_GNU_LIBLISTSZ 0x6ffffdf7 /* size of library list (unused) */
186 #define DT_CHECKSUM 0x6ffffdf8 /* elf checksum */
187 #define DT_PLTPADSZ 0x6ffffdf9 /* pltpadding size */
188 #define DT_MOVEENT 0x6ffffdfa /* move table entry size */
189 #define DT_MOVESZ 0x6ffffdfb /* move table size */
190 #define DT_FEATURE_1 0x6ffffdfc /* feature holder (unused) */
191 #define DT_POSFLAG_1 0x6ffffdfd /* flags for DT_* entries, effecting */
194 #define DT_SYMINSZ 0x6ffffdfe /* syminfo table size (in bytes) */
195 #define DT_SYMINENT 0x6ffffdff /* syminfo entry size (in bytes) */
196 #define DT_VALRNGHI 0x6ffffdff
205 #define DT_ADDRRNGLO 0x6ffffe00
207 #define DT_GNU_HASH 0x6ffffef5 /* GNU-style hash table (unused) */
208 #define DT_TLSDESC_PLT 0x6ffffef6 /* GNU (unused) */
209 #define DT_TLSDESC_GOT 0x6ffffef7 /* GNU (unused) */
210 #define DT_GNU_CONFLICT 0x6ffffef8 /* start of conflict section (unused) */
211 #define DT_GNU_LIBLIST 0x6ffffef9 /* Library list (unused) */
213 #define DT_CONFIG 0x6ffffefa /* configuration information */
214 #define DT_DEPAUDIT 0x6ffffefb /* dependency auditing */
215 #define DT_AUDIT 0x6ffffefc /* object auditing */
216 #define DT_PLTPAD 0x6ffffefd /* pltpadding (sparcv9) */
217 #define DT_MOVETAB 0x6ffffefe /* move table */
218 #define DT_SYMINFO 0x6ffffeff /* syminfo table */
219 #define DT_ADDRRNGHI 0x6ffffeff
225 #define DT_VERSYM 0x6ffffff0 /* version symbol table - unused by */
228 #define DT_RELACOUNT 0x6ffffff9 /* number of RELATIVE relocations */
229 #define DT_RELCOUNT 0x6ffffffa /* number of RELATIVE relocations */
230 #define DT_FLAGS_1 0x6ffffffb /* state flags - see DF_1_* defs */
231 #define DT_VERDEF 0x6ffffffc /* version definition table and */
232 #define DT_VERDEFNUM 0x6ffffffd /* associated no. of entries */
233 #define DT_VERNEED 0x6ffffffe /* version needed table and */
234 #define DT_VERNEEDNUM 0x6fffffff /* associated no. of entries */
242 #define DT_LOPROC 0x70000000 /* processor specific range */
243 #define DT_AUXILIARY 0x7ffffffd /* shared library auxiliary name */
244 #define DT_USED 0x7ffffffe /* ignored - same as needed */
245 #define DT_FILTER 0x7fffffff /* shared library filter name */
246 #define DT_HIPROC 0x7fffffff
252 #define DF_ORIGIN 0x00000001 /* ORIGIN processing required */
253 #define DF_SYMBOLIC 0x00000002 /* symbolic bindings in effect */
254 #define DF_TEXTREL 0x00000004 /* text relocations remain */
255 #define DF_BIND_NOW 0x00000008 /* process all relocations */
256 #define DF_STATIC_TLS 0x00000010 /* obj. contains static TLS refs */
262 #define DF_P1_LAZYLOAD 0x00000001 /* following object is to be */
264 #define DF_P1_GROUPPERM 0x00000002 /* following object's symbols are */
267 #define DF_P1_DEFERRED 0x00000004 /* following object is deferred */
272 #define DF_1_NOW 0x00000001 /* set RTLD_NOW for this object */
273 #define DF_1_GLOBAL 0x00000002 /* set RTLD_GLOBAL for this object */
274 #define DF_1_GROUP 0x00000004 /* set RTLD_GROUP for this object */
275 #define DF_1_NODELETE 0x00000008 /* set RTLD_NODELETE for this object */
276 #define DF_1_LOADFLTR 0x00000010 /* trigger filtee loading at runtime */
277 #define DF_1_INITFIRST 0x00000020 /* set RTLD_INITFIRST for this object */
278 #define DF_1_NOOPEN 0x00000040 /* set RTLD_NOOPEN for this object */
279 #define DF_1_ORIGIN 0x00000080 /* ORIGIN processing required */
280 #define DF_1_DIRECT 0x00000100 /* direct binding enabled */
281 #define DF_1_TRANS 0x00000200 /* unused obsolete name */
282 #define DF_1_INTERPOSE 0x00000400 /* object is an interposer */
283 #define DF_1_NODEFLIB 0x00000800 /* ignore default library search path */
284 #define DF_1_NODUMP 0x00001000 /* object can't be dldump(3x)'ed */
285 #define DF_1_CONFALT 0x00002000 /* configuration alternative created */
286 #define DF_1_ENDFILTEE 0x00004000 /* filtee terminates filters search */
287 #define DF_1_DISPRELDNE 0x00008000 /* disp reloc applied at build time */
288 #define DF_1_DISPRELPND 0x00010000 /* disp reloc applied at run-time */
289 #define DF_1_NODIRECT 0x00020000 /* object contains symbols that */
291 #define DF_1_IGNMULDEF 0x00040000 /* internal: krtld ignore muldefs */
292 #define DF_1_NOKSYMS 0x00080000 /* internal: don't export object's */
294 #define DF_1_NOHDR 0x00100000 /* mapfile: 1st segment mapping */
296 #define DF_1_EDITED 0x00200000 /* object has been modified since */
298 #define DF_1_NORELOC 0x00400000 /* internal: unrelocated object */
299 #define DF_1_SYMINTPOSE 0x00800000 /* individual symbol interposers */
301 #define DF_1_GLOBAUDIT 0x01000000 /* establish global auditing */
302 #define DF_1_SINGLETON 0x02000000 /* singleton symbols exist */
307 #define DTF_1_PARINIT 0x00000001 /* partially initialization feature */
308 #define DTF_1_CONFEXP 0x00000002 /* configuration file expected */
429 #define VER_NDX_LOCAL 0 /* symbol is local */
432 #define VER_NDX_LORESERVE 0xff00 /* beginning of RESERVED entries */
433 #define VER_NDX_ELIMINATE 0xff01 /* symbol is to be eliminated */
438 #define VER_FLG_BASE 0x1 /* version definition of file itself */
440 #define VER_FLG_WEAK 0x2 /* weak version identifier */
441 #define VER_FLG_INFO 0x4 /* version is recorded in object for */
450 #define VER_DEF_NONE 0 /* Ver_def version */
457 #define VER_NEED_NONE 0 /* Ver_need version */
465 #define SYMINFO_FLG_DIRECT 0x0001 /* symbol ref has direct association */
467 #define SYMINFO_FLG_FILTER 0x0002 /* symbol ref is associated to a */
470 #define SYMINFO_FLG_COPY 0x0004 /* symbol is a copy-reloc */
471 #define SYMINFO_FLG_LAZYLOAD 0x0008 /* object containing defn. should be */
473 #define SYMINFO_FLG_DIRECTBIND 0x0010 /* ref should be bound directly to */
475 #define SYMINFO_FLG_NOEXTDIRECT 0x0020 /* don't let an external reference */
477 #define SYMINFO_FLG_AUXILIARY 0x0040 /* symbol ref is associated to a */
479 #define SYMINFO_FLG_INTERPOSE 0x0080 /* symbol defines an interposer */
480 #define SYMINFO_FLG_CAP 0x0100 /* symbol is capabilities specific */
481 #define SYMINFO_FLG_DEFERRED 0x0200 /* symbol should not be included in */
487 #define SYMINFO_BT_SELF 0xffff /* symbol bound to self */
488 #define SYMINFO_BT_PARENT 0xfffe /* symbol bound to parent */
489 #define SYMINFO_BT_NONE 0xfffd /* no special symbol binding */
490 #define SYMINFO_BT_EXTERN 0xfffc /* symbol defined as external */
491 #define SYMINFO_BT_LOWRESERVE 0xff00 /* beginning of reserved entries */
496 #define SYMINFO_NONE 0 /* Syminfo version */
541 RD_FL_NONE = 0, /* no flags */
542 RD_FL_ODBG = (1<<0), /* old style debugger present */
553 RD_NONE = 0, /* no event */
615 #define EB_NULL 0 /* (void) last entry */