Lines Matching +full:0 +full:x70000000

107 #define	EI_MAG0		0	/* e_ident[] indexes */
118 #define ELFMAG0 0x7f /* EI_MAG */
125 #define ELFCLASSNONE 0 /* EI_CLASS */
130 #define ELFDATANONE 0 /* EI_DATA */
135 #define ET_NONE 0 /* e_type */
141 #define ET_LOOS 0xfe00 /* OS specific range */
142 #define ET_LOSUNW 0xfeff
143 #define ET_SUNWPSEUDO 0xfeff
144 #define ET_HISUNW 0xfeff
145 #define ET_HIOS 0xfeff
146 #define ET_LOPROC 0xff00 /* processor specific range */
147 #define ET_HIPROC 0xffff
149 #define ET_LOPROC 0xff00 /* processor specific range */
150 #define ET_HIPROC 0xffff
152 #define EM_NONE 0 /* e_machine */
439 #define EV_NONE 0 /* e_version, EI_VERSION */
444 #define ELFOSABI_NONE 0 /* No extensions or unspecified */
469 #define EAV_SUNW_NONE 0 /* EI_ABIVERSION */
503 #define PT_NULL 0 /* p_type */
513 #define PT_LOOS 0x60000000 /* OS specific range */
523 #define PT_SUNW_UNWIND 0x6464e550
524 #define PT_SUNW_EH_FRAME 0x6474e550
530 #define PT_GNU_STACK 0x6474e551 /* Indicates stack executability */
531 #define PT_GNU_RELRO 0x6474e552 /* Read-only after relocation */
533 #define PT_LOSUNW 0x6ffffffa
534 #define PT_SUNWBSS 0x6ffffffa /* Sun Specific segment (unused) */
535 #define PT_SUNWSTACK 0x6ffffffb /* describes the stack segment */
536 #define PT_SUNWDTRACE 0x6ffffffc /* private */
537 #define PT_SUNWCAP 0x6ffffffd /* hard/soft capabilities segment */
538 #define PT_HISUNW 0x6fffffff
539 #define PT_HIOS 0x6fffffff
541 #define PT_LOPROC 0x70000000 /* processor specific range */
542 #define PT_HIPROC 0x7fffffff
544 #define PF_R 0x4 /* p_flags */
545 #define PF_W 0x2
546 #define PF_X 0x1
548 #define PF_MASKOS 0x0ff00000 /* OS specific values */
549 #define PF_MASKPROC 0xf0000000 /* processor specific values */
551 #define PF_SUNW_FAILURE 0x00100000 /* mapping absent due to failure */
552 #define PF_SUNW_KILLED 0x00200000 /* signal received during dump */
553 #define PF_SUNW_SIGINFO 0x00400000 /* segment has killing sig's siginfo */
555 #define PN_XNUM 0xffff /* extended program header index */
589 #define SHT_NULL 0 /* sh_type */
611 #define SHT_LOOS 0x60000000 /* OS specific range */
612 #define SHT_LOSUNW 0x6fffffef
613 #define SHT_SUNW_capchain 0x6fffffef
614 #define SHT_SUNW_capinfo 0x6ffffff0
615 #define SHT_SUNW_symsort 0x6ffffff1
616 #define SHT_SUNW_tlssort 0x6ffffff2
617 #define SHT_SUNW_LDYNSYM 0x6ffffff3
618 #define SHT_SUNW_dof 0x6ffffff4
619 #define SHT_SUNW_cap 0x6ffffff5
620 #define SHT_SUNW_SIGNATURE 0x6ffffff6
621 #define SHT_SUNW_ANNOTATE 0x6ffffff7
622 #define SHT_SUNW_DEBUGSTR 0x6ffffff8
623 #define SHT_SUNW_DEBUG 0x6ffffff9
624 #define SHT_SUNW_move 0x6ffffffa
625 #define SHT_SUNW_COMDAT 0x6ffffffb
626 #define SHT_SUNW_syminfo 0x6ffffffc
627 #define SHT_SUNW_verdef 0x6ffffffd
629 #define SHT_SUNW_verneed 0x6ffffffe
631 #define SHT_SUNW_versym 0x6fffffff
633 #define SHT_HISUNW 0x6fffffff
634 #define SHT_HIOS 0x6fffffff
642 #define SHT_GNU_ATTRIBUTES 0x6ffffff5 /* Object attributes */
643 #define SHT_GNU_HASH 0x6ffffff6 /* GNU-style hash table */
644 #define SHT_GNU_LIBLIST 0x6ffffff7 /* Prelink library list */
645 #define SHT_CHECKSUM 0x6ffffff8 /* Checksum for DSO content */
651 #define SHT_LLVM_ODRTAB 0x6fff4c00 /* ODR Table */
652 #define SHT_LLVM_LINKER_OPTIONS 0x6fff4c01 /* Linker options */
653 #define SHT_LLVM_UNKNOWN1 0x6fff4c02 /* previously call graph profile */
654 #define SHT_LLVM_ADDRSIG 0x6fff4c03 /* significant address table */
655 #define SHT_LLVM_DEPENDENT_LIBRARIES 0x6fff4c04 /* dependent libraries. */
656 #define SHT_LLVM_SYMPART 0x6fff4c05 /* symbol partition specs. */
657 #define SHT_LLVM_PART_EHDR 0x6fff4c06 /* ehdr for loadable part. */
658 #define SHT_LLVM_PART_PHDR 0x6fff4c07 /* phdrs for loadable part. */
659 #define SHT_LLVM_BB_ADDR_MAP 0x6fff4c08 /* basic block addr map */
660 #define SHT_LLVM_CALL_GRAPH_PROFILE 0x6fff4c09 /* call graph profile */
662 #define SHT_LOPROC 0x70000000 /* processor specific range */
663 #define SHT_HIPROC 0x7fffffff
665 #define SHT_LOUSER 0x80000000
666 #define SHT_HIUSER 0xffffffff
668 #define SHF_WRITE 0x01 /* sh_flags */
669 #define SHF_ALLOC 0x02
670 #define SHF_EXECINSTR 0x04
671 #define SHF_MERGE 0x10
672 #define SHF_STRINGS 0x20
673 #define SHF_INFO_LINK 0x40
674 #define SHF_LINK_ORDER 0x80
675 #define SHF_OS_NONCONFORMING 0x100
676 #define SHF_GROUP 0x200
677 #define SHF_TLS 0x400
679 #define SHF_MASKOS 0x0ff00000 /* OS specific values */
682 #define SHF_MASKPROC 0xf0000000 /* processor specific values */
684 #define SHN_UNDEF 0 /* special section numbers */
685 #define SHN_LORESERVE 0xff00
686 #define SHN_LOPROC 0xff00 /* processor specific range */
687 #define SHN_HIPROC 0xff1f
688 #define SHN_LOOS 0xff20 /* OS specific range */
689 #define SHN_LOSUNW 0xff3f
690 #define SHN_SUNW_IGNORE 0xff3f
691 #define SHN_HISUNW 0xff3f
692 #define SHN_HIOS 0xff3f
693 #define SHN_ABS 0xfff1
694 #define SHN_COMMON 0xfff2
695 #define SHN_XINDEX 0xffff /* extended sect index */
696 #define SHN_HIRESERVE 0xffff
724 #define STN_UNDEF 0
735 #define ELF32_ST_TYPE(info) ((info) & 0xf)
736 #define ELF32_ST_INFO(bind, type) (((bind)<<4)+((type)&0xf))
739 #define ELF64_ST_TYPE(info) ((info) & 0xf)
740 #define ELF64_ST_INFO(bind, type) (((bind)<<4)+((type)&0xf))
743 #define STB_LOCAL 0 /* BIND */
754 #define STT_NOTYPE 0 /* symbol type is unspecified */
772 #define ELF32_ST_VISIBILITY(other) ((other)&0x7)
773 #define ELF64_ST_VISIBILITY(other) ((other)&0x7)
775 #define STV_DEFAULT 0
847 #define GRP_COMDAT 0x01
961 #define CAPINFO_NONE 0
965 #define CAPCHAIN_NONE 0
976 #define CAPINFO_SUNW_GLOB 0xff
981 #define CA_SUNW_NULL 0
995 #define SF1_SUNW_FPKNWN 0x001 /* frame pointer usage is known */
996 #define SF1_SUNW_FPUSED 0x002 /* frame pointer is in use */
997 #define SF1_SUNW_ADDR32 0x004 /* 32-bit address space requirement */
998 #define SF1_SUNW_MASK 0x007 /* known software capabilities mask */