• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/

Lines Matching refs:uint32_t

55 	uint32_t	magic;		/* mach magic number identifier */
58 uint32_t filetype; /* type of file */
59 uint32_t ncmds; /* number of load commands */
60 uint32_t sizeofcmds; /* the size of all the load commands */
61 uint32_t flags; /* flags */
73 uint32_t magic; /* mach magic number identifier */
76 uint32_t filetype; /* type of file */
77 uint32_t ncmds; /* number of load commands */
78 uint32_t sizeofcmds; /* the size of all the load commands */
79 uint32_t flags; /* flags */
80 uint32_t reserved; /* reserved */
228 uint32_t cmd; /* type of load command */
229 uint32_t cmdsize; /* total size of command in bytes */
309 uint32_t offset; /* offset to the string */
328 uint32_t cmd; /* LC_SEGMENT */
329 uint32_t cmdsize; /* includes sizeof section structs */
331 uint32_t vmaddr; /* memory address of this segment */
332 uint32_t vmsize; /* memory size of this segment */
333 uint32_t fileoff; /* file offset of this segment */
334 uint32_t filesize; /* amount to map from the file */
337 uint32_t nsects; /* number of sections in segment */
338 uint32_t flags; /* flags */
348 uint32_t cmd; /* LC_SEGMENT_64 */
349 uint32_t cmdsize; /* includes sizeof section_64 structs */
357 uint32_t nsects; /* number of sections in segment */
358 uint32_t flags; /* flags */
407 uint32_t addr; /* memory address of this section */
408 uint32_t size; /* size in bytes of this section */
409 uint32_t offset; /* file offset of this section */
410 uint32_t align; /* section alignment (power of 2) */
411 uint32_t reloff; /* file offset of relocation entries */
412 uint32_t nreloc; /* number of relocation entries */
413 uint32_t flags; /* flags (section type and attributes)*/
414 uint32_t reserved1; /* reserved (for offset or index) */
415 uint32_t reserved2; /* reserved (for count or sizeof) */
423 uint32_t offset; /* file offset of this section */
424 uint32_t align; /* section alignment (power of 2) */
425 uint32_t reloff; /* file offset of relocation entries */
426 uint32_t nreloc; /* number of relocation entries */
427 uint32_t flags; /* flags (section type and attributes)*/
428 uint32_t reserved1; /* reserved (for offset or index) */
429 uint32_t reserved2; /* reserved (for count or sizeof) */
430 uint32_t reserved3; /* reserved */
608 uint32_t minor_version; /* library's minor version number */
609 uint32_t header_addr; /* library's header address */
620 uint32_t cmd; /* LC_IDFVMLIB or LC_LOADFVMLIB */
621 uint32_t cmdsize; /* includes pathname string */
636 uint32_t timestamp; /* library's build time stamp */
637 uint32_t current_version; /* library's current version number */
638 uint32_t compatibility_version; /* library's compatibility vers number*/
649 uint32_t cmd; /* LC_ID_DYLIB, LC_LOAD_{,WEAK_}DYLIB,
651 uint32_t cmdsize; /* includes pathname string */
666 uint32_t cmd; /* LC_SUB_FRAMEWORK */
667 uint32_t cmdsize; /* includes umbrella string */
681 uint32_t cmd; /* LC_SUB_CLIENT */
682 uint32_t cmdsize; /* includes client string */
700 uint32_t cmd; /* LC_SUB_UMBRELLA */
701 uint32_t cmdsize; /* includes sub_umbrella string */
721 uint32_t cmd; /* LC_SUB_LIBRARY */
722 uint32_t cmdsize; /* includes sub_library string */
736 uint32_t cmd; /* LC_PREBOUND_DYLIB */
737 uint32_t cmdsize; /* includes strings */
739 uint32_t nmodules; /* number of modules in library */
752 uint32_t cmd; /* LC_ID_DYLINKER, LC_LOAD_DYLINKER or
754 uint32_t cmdsize; /* includes pathname string */
763 * long constant for the flavor of that data structure, an uint32_t
780 uint32_t cmd; /* LC_THREAD or LC_UNIXTHREAD */
781 uint32_t cmdsize; /* total size of this command */
782 /* uint32_t flavor flavor of thread state */
783 /* uint32_t count count of longs in thread state */
797 uint32_t cmd; /* LC_ROUTINES */
798 uint32_t cmdsize; /* total size of this command */
799 uint32_t init_address; /* address of initialization routine */
800 uint32_t init_module; /* index into the module table that */
802 uint32_t reserved1;
803 uint32_t reserved2;
804 uint32_t reserved3;
805 uint32_t reserved4;
806 uint32_t reserved5;
807 uint32_t reserved6;
814 uint32_t cmd; /* LC_ROUTINES_64 */
815 uint32_t cmdsize; /* total size of this command */
833 uint32_t cmd; /* LC_SYMTAB */
834 uint32_t cmdsize; /* sizeof(struct symtab_command) */
835 uint32_t symoff; /* symbol table offset */
836 uint32_t nsyms; /* number of symbol table entries */
837 uint32_t stroff; /* string table offset */
838 uint32_t strsize; /* string table size in bytes */
882 uint32_t cmd; /* LC_DYSYMTAB */
883 uint32_t cmdsize; /* sizeof(struct dysymtab_command) */
900 uint32_t ilocalsym; /* index to local symbols */
901 uint32_t nlocalsym; /* number of local symbols */
903 uint32_t iextdefsym;/* index to externally defined symbols */
904 uint32_t nextdefsym;/* number of externally defined symbols */
906 uint32_t iundefsym; /* index to undefined symbols */
907 uint32_t nundefsym; /* number of undefined symbols */
917 uint32_t tocoff; /* file offset to table of contents */
918 uint32_t ntoc; /* number of entries in table of contents */
929 uint32_t modtaboff; /* file offset to module table */
930 uint32_t nmodtab; /* number of module table entries */
941 uint32_t extrefsymoff; /* offset to referenced symbol table */
942 uint32_t nextrefsyms; /* number of referenced symbol table entries */
954 uint32_t indirectsymoff; /* file offset to the indirect symbol table */
955 uint32_t nindirectsyms; /* number of indirect symbol table entries */
984 uint32_t extreloff; /* offset to external relocation entries */
985 uint32_t nextrel; /* number of external relocation entries */
992 uint32_t locreloff; /* offset to local relocation entries */
993 uint32_t nlocrel; /* number of local relocation entries */
1010 uint32_t symbol_index; /* the defined external symbol
1012 uint32_t module_index; /* index into the module table this symbol
1018 uint32_t module_name; /* the module name (index into string table) */
1020 uint32_t iextdefsym; /* index into externally defined symbols */
1021 uint32_t nextdefsym; /* number of externally defined symbols */
1022 uint32_t irefsym; /* index into reference symbol table */
1023 uint32_t nrefsym; /* number of reference symbol table entries */
1024 uint32_t ilocalsym; /* index into symbols for local symbols */
1025 uint32_t nlocalsym; /* number of local symbols */
1027 uint32_t iextrel; /* index into external relocation entries */
1028 uint32_t nextrel; /* number of external relocation entries */
1030 uint32_t iinit_iterm; /* low 16 bits are the index into the init
1033 uint32_t ninit_nterm; /* low 16 bits are the number of init section
1037 uint32_t /* for this module address of the start of */
1039 uint32_t /* for this module size of */
1045 uint32_t module_name; /* the module name (index into string table) */
1047 uint32_t iextdefsym; /* index into externally defined symbols */
1048 uint32_t nextdefsym; /* number of externally defined symbols */
1049 uint32_t irefsym; /* index into reference symbol table */
1050 uint32_t nrefsym; /* number of reference symbol table entries */
1051 uint32_t ilocalsym; /* index into symbols for local symbols */
1052 uint32_t nlocalsym; /* number of local symbols */
1054 uint32_t iextrel; /* index into external relocation entries */
1055 uint32_t nextrel; /* number of external relocation entries */
1057 uint32_t iinit_iterm; /* low 16 bits are the index into the init
1060 uint32_t ninit_nterm; /* low 16 bits are the number of init section
1064 uint32_t /* for this module size of */
1079 uint32_t isym:24, /* index into the symbol table */
1088 uint32_t cmd; /* LC_TWOLEVEL_HINTS */
1089 uint32_t cmdsize; /* sizeof(struct twolevel_hints_command) */
1090 uint32_t offset; /* offset to the hint table */
1091 uint32_t nhints; /* number of hints in the hint table */
1111 uint32_t
1127 uint32_t cmd; /* LC_PREBIND_CKSUM */
1128 uint32_t cmdsize; /* sizeof(struct prebind_cksum_command) */
1129 uint32_t cksum; /* the check sum or zero */
1137 uint32_t cmd; /* LC_UUID */
1138 uint32_t cmdsize; /* sizeof(struct uuid_command) */
1147 uint32_t cmd; /* LC_RPATH */
1148 uint32_t cmdsize; /* includes string */
1157 uint32_t cmd; /* LC_CODE_SIGNATURE, LC_SEGMENT_SPLIT_INFO,
1160 uint32_t cmdsize; /* sizeof(struct linkedit_data_command) */
1161 uint32_t dataoff; /* file offset of data in __LINKEDIT segment */
1162 uint32_t datasize; /* file size of data in __LINKEDIT segment */
1170 uint32_t cmd; /* LC_ENCRYPTION_INFO */
1171 uint32_t cmdsize; /* sizeof(struct encryption_info_command) */
1172 uint32_t cryptoff; /* file offset of encrypted range */
1173 uint32_t cryptsize; /* file size of encrypted range */
1174 uint32_t cryptid; /* which enryption system,
1183 uint32_t cmd; /* LC_ENCRYPTION_INFO_64 */
1184 uint32_t cmdsize; /* sizeof(struct encryption_info_command_64) */
1185 uint32_t cryptoff; /* file offset of encrypted range */
1186 uint32_t cryptsize; /* file size of encrypted range */
1187 uint32_t cryptid; /* which enryption system,
1189 uint32_t pad; /* padding to make this struct's size a multiple
1198 uint32_t cmd; /* LC_VERSION_MIN_MACOSX or
1200 uint32_t cmdsize; /* sizeof(struct min_version_command) */
1201 uint32_t version; /* X.Y.Z is encoded in nibbles xxxx.yy.zz */
1202 uint32_t sdk; /* X.Y.Z is encoded in nibbles xxxx.yy.zz */
1214 uint32_t cmd; /* LC_DYLD_INFO or LC_DYLD_INFO_ONLY */
1215 uint32_t cmdsize; /* sizeof(struct dyld_info_command) */
1228 uint32_t rebase_off; /* file offset to rebase info */
1229 uint32_t rebase_size; /* size of rebase info */
1243 uint32_t bind_off; /* file offset to binding info */
1244 uint32_t bind_size; /* size of binding info */
1261 uint32_t weak_bind_off; /* file offset to weak binding info */
1262 uint32_t weak_bind_size; /* size of weak binding info */
1276 uint32_t lazy_bind_off; /* file offset to lazy binding info */
1277 uint32_t lazy_bind_size; /* size of lazy binding infs */
1312 uint32_t export_off; /* file offset to lazy binding info */
1313 uint32_t export_size; /* size of lazy binding infs */
1388 uint32_t cmd; /* LC_SYMSEG */
1389 uint32_t cmdsize; /* sizeof(struct symseg_command) */
1390 uint32_t offset; /* symbol segment offset */
1391 uint32_t size; /* symbol segment size in bytes */
1401 uint32_t cmd; /* LC_IDENT */
1402 uint32_t cmdsize; /* strings that follow this command */
1412 uint32_t cmd; /* LC_FVMFILE */
1413 uint32_t cmdsize; /* includes pathname string */
1415 uint32_t header_addr; /* files virtual address */
1426 uint32_t cmd; /* LC_MAIN only used in MH_EXECUTE filetypes */
1427 uint32_t cmdsize; /* 24 */
1438 uint32_t cmd; /* LC_SOURCE_VERSION */
1439 uint32_t cmdsize; /* 16 */
1450 uint32_t offset; /* from mach_header to start of data range*/