Lines Matching +full:0 +full:x70000000
26 #define PT_NULL 0
34 #define PT_LOOS 0x60000000 /* OS-specific */
35 #define PT_HIOS 0x6fffffff /* OS-specific */
36 #define PT_LOPROC 0x70000000
37 #define PT_HIPROC 0x7fffffff
38 #define PT_GNU_EH_FRAME 0x6474e550
39 #define PT_GNU_PROPERTY 0x6474e553
41 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
47 * or equal to PN_XNUM(0xffff), it is set to sh_info field of the
48 * section header at index 0, and PN_XNUM is set to e_phnum
49 * field. Otherwise, the section header at index 0 is zero
63 #define PN_XNUM 0xffff
66 #define ET_NONE 0
71 #define ET_LOPROC 0xff00
72 #define ET_HIPROC 0xffff
75 #define DT_NULL 0
100 #define OLD_DT_LOOS 0x60000000
101 #define DT_LOOS 0x6000000d
102 #define DT_HIOS 0x6ffff000
103 #define DT_VALRNGLO 0x6ffffd00
104 #define DT_VALRNGHI 0x6ffffdff
105 #define DT_ADDRRNGLO 0x6ffffe00
106 #define DT_ADDRRNGHI 0x6ffffeff
107 #define DT_VERSYM 0x6ffffff0
108 #define DT_RELACOUNT 0x6ffffff9
109 #define DT_RELCOUNT 0x6ffffffa
110 #define DT_FLAGS_1 0x6ffffffb
111 #define DT_VERDEF 0x6ffffffc
112 #define DT_VERDEFNUM 0x6ffffffd
113 #define DT_VERNEED 0x6ffffffe
114 #define DT_VERNEEDNUM 0x6fffffff
115 #define OLD_DT_HIOS 0x6fffffff
116 #define DT_LOPROC 0x70000000
117 #define DT_HIPROC 0x7fffffff
120 #define STB_LOCAL 0
124 #define STT_NOTYPE 0
133 #define ELF_ST_TYPE(x) (((unsigned int) x) & 0xf)
157 #define ELF32_R_TYPE(x) ((x) & 0xff)
160 #define ELF64_R_TYPE(i) ((i) & 0xffffffff)
196 unsigned char st_other; /* No defined meaning, 0 */
241 #define PF_R 0x4
242 #define PF_W 0x2
243 #define PF_X 0x1
268 #define SHT_NULL 0
281 #define SHT_LOPROC 0x70000000
282 #define SHT_HIPROC 0x7fffffff
283 #define SHT_LOUSER 0x80000000
284 #define SHT_HIUSER 0xffffffff
287 #define SHF_WRITE 0x1
288 #define SHF_ALLOC 0x2
289 #define SHF_EXECINSTR 0x4
290 #define SHF_RELA_LIVEPATCH 0x00100000
291 #define SHF_RO_AFTER_INIT 0x00200000
292 #define SHF_MASKPROC 0xf0000000
295 #define SHN_UNDEF 0
296 #define SHN_LORESERVE 0xff00
297 #define SHN_LOPROC 0xff00
298 #define SHN_HIPROC 0xff1f
299 #define SHN_LIVEPATCH 0xff20
300 #define SHN_ABS 0xfff1
301 #define SHN_COMMON 0xfff2
302 #define SHN_HIRESERVE 0xffff
330 #define EI_MAG0 0 /* e_ident[] indexes */
340 #define ELFMAG0 0x7f /* EI_MAG */
347 #define ELFCLASSNONE 0 /* EI_CLASS */
352 #define ELFDATANONE 0 /* e_ident[EI_DATA] */
356 #define EV_NONE 0 /* e_version, EI_VERSION */
360 #define ELFOSABI_NONE 0
382 #define NT_SIGINFO 0x53494749
383 #define NT_FILE 0x46494c45
384 #define NT_PRXFPREG 0x46e62b7f /* copied from gdb5.1/include/elf/common.h */
385 #define NT_PPC_VMX 0x100 /* PowerPC Altivec/VMX registers */
386 #define NT_PPC_SPE 0x101 /* PowerPC SPE/EVR registers */
387 #define NT_PPC_VSX 0x102 /* PowerPC VSX registers */
388 #define NT_PPC_TAR 0x103 /* Target Address Register */
389 #define NT_PPC_PPR 0x104 /* Program Priority Register */
390 #define NT_PPC_DSCR 0x105 /* Data Stream Control Register */
391 #define NT_PPC_EBB 0x106 /* Event Based Branch Registers */
392 #define NT_PPC_PMU 0x107 /* Performance Monitor Registers */
393 #define NT_PPC_TM_CGPR 0x108 /* TM checkpointed GPR Registers */
394 #define NT_PPC_TM_CFPR 0x109 /* TM checkpointed FPR Registers */
395 #define NT_PPC_TM_CVMX 0x10a /* TM checkpointed VMX Registers */
396 #define NT_PPC_TM_CVSX 0x10b /* TM checkpointed VSX Registers */
397 #define NT_PPC_TM_SPR 0x10c /* TM Special Purpose Registers */
398 #define NT_PPC_TM_CTAR 0x10d /* TM checkpointed Target Address Register */
399 #define NT_PPC_TM_CPPR 0x10e /* TM checkpointed Program Priority Register */
400 #define NT_PPC_TM_CDSCR 0x10f /* TM checkpointed Data Stream Control Register */
401 #define NT_PPC_PKEY 0x110 /* Memory Protection Keys registers */
402 #define NT_386_TLS 0x200 /* i386 TLS slots (struct user_desc) */
403 #define NT_386_IOPERM 0x201 /* x86 io permission bitmap (1=deny) */
404 #define NT_X86_XSTATE 0x202 /* x86 extended state using xsave */
405 #define NT_S390_HIGH_GPRS 0x300 /* s390 upper register halves */
406 #define NT_S390_TIMER 0x301 /* s390 timer register */
407 #define NT_S390_TODCMP 0x302 /* s390 TOD clock comparator register */
408 #define NT_S390_TODPREG 0x303 /* s390 TOD programmable register */
409 #define NT_S390_CTRS 0x304 /* s390 control registers */
410 #define NT_S390_PREFIX 0x305 /* s390 prefix register */
411 #define NT_S390_LAST_BREAK 0x306 /* s390 breaking event address */
412 #define NT_S390_SYSTEM_CALL 0x307 /* s390 system call restart data */
413 #define NT_S390_TDB 0x308 /* s390 transaction diagnostic block */
414 #define NT_S390_VXRS_LOW 0x309 /* s390 vector registers 0-15 upper half */
415 #define NT_S390_VXRS_HIGH 0x30a /* s390 vector registers 16-31 */
416 #define NT_S390_GS_CB 0x30b /* s390 guarded storage registers */
417 #define NT_S390_GS_BC 0x30c /* s390 guarded storage broadcast control block */
418 #define NT_S390_RI_CB 0x30d /* s390 runtime instrumentation */
419 #define NT_ARM_VFP 0x400 /* ARM VFP/NEON registers */
420 #define NT_ARM_TLS 0x401 /* ARM TLS register */
421 #define NT_ARM_HW_BREAK 0x402 /* ARM hardware breakpoint registers */
422 #define NT_ARM_HW_WATCH 0x403 /* ARM hardware watchpoint registers */
423 #define NT_ARM_SYSTEM_CALL 0x404 /* ARM system call number */
424 #define NT_ARM_SVE 0x405 /* ARM Scalable Vector Extension registers */
425 #define NT_ARM_PAC_MASK 0x406 /* ARM pointer authentication code masks */
426 #define NT_ARM_PACA_KEYS 0x407 /* ARM pointer authentication address keys */
427 #define NT_ARM_PACG_KEYS 0x408 /* ARM pointer authentication generic key */
428 #define NT_ARM_TAGGED_ADDR_CTRL 0x409 /* arm64 tagged address control (prctl()) */
429 #define NT_ARC_V2 0x600 /* ARCv2 accumulator/extra registers */
430 #define NT_VMCOREDD 0x700 /* Vmcore Device Dump Note */
431 #define NT_MIPS_DSP 0x800 /* MIPS DSP ASE registers */
432 #define NT_MIPS_FP_MODE 0x801 /* MIPS floating-point mode */
433 #define NT_MIPS_MSA 0x802 /* MIPS SIMD registers */
453 #define GNU_PROPERTY_AARCH64_FEATURE_1_AND 0xc0000000
456 #define GNU_PROPERTY_AARCH64_FEATURE_1_BTI (1U << 0)