Searched defs:dyld_chained_starts_in_segment (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/ |
D | MachO.h | 1082 struct dyld_chained_starts_in_segment { struct 1083 uint32_t size; ///< Size of this, including chain_starts entries 1084 uint16_t page_size; ///< Page size in bytes (0x1000 or 0x4000) 1085 uint16_t pointer_format; ///< DYLD_CHAINED_PTR* 1086 uint64_t segment_offset; ///< VM offset from the __TEXT segment 1087 uint32_t max_valid_pointer; ///< Values beyond this are not pointers on 32-bit 1088 uint16_t page_count; ///< Length of the page_start array 1089 uint16_t page_start[1]; ///< Page offset of first fixup on each page, or
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/ |
D | MachO.h | 1082 struct dyld_chained_starts_in_segment { struct 1083 uint32_t size; ///< Size of this, including chain_starts entries 1084 uint16_t page_size; ///< Page size in bytes (0x1000 or 0x4000) 1085 uint16_t pointer_format; ///< DYLD_CHAINED_PTR* 1086 uint64_t segment_offset; ///< VM offset from the __TEXT segment 1087 uint32_t max_valid_pointer; ///< Values beyond this are not pointers on 32-bit 1088 uint16_t page_count; ///< Length of the page_start array 1089 uint16_t page_start[1]; ///< Page offset of first fixup on each page, or
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/ |
D | MachO.h | 1082 struct dyld_chained_starts_in_segment { struct 1083 uint32_t size; ///< Size of this, including chain_starts entries 1084 uint16_t page_size; ///< Page size in bytes (0x1000 or 0x4000) 1085 uint16_t pointer_format; ///< DYLD_CHAINED_PTR* 1086 uint64_t segment_offset; ///< VM offset from the __TEXT segment 1087 uint32_t max_valid_pointer; ///< Values beyond this are not pointers on 32-bit 1088 uint16_t page_count; ///< Length of the page_start array 1089 uint16_t page_start[1]; ///< Page offset of first fixup on each page, or
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 1081 struct dyld_chained_starts_in_segment { struct 1082 uint32_t size; ///< Size of this, including chain_starts entries 1083 uint16_t page_size; ///< Page size in bytes (0x1000 or 0x4000) 1084 uint16_t pointer_format; ///< DYLD_CHAINED_PTR* 1085 uint64_t segment_offset; ///< VM offset from the __TEXT segment 1086 uint32_t max_valid_pointer; ///< Values beyond this are not pointers on 32-bit 1087 uint16_t page_count; ///< Length of the page_start array 1088 uint16_t page_start[1]; ///< Page offset of first fixup on each page, or
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/ |
D | MachO.h | 1082 struct dyld_chained_starts_in_segment { struct 1083 uint32_t size; ///< Size of this, including chain_starts entries 1084 uint16_t page_size; ///< Page size in bytes (0x1000 or 0x4000) 1085 uint16_t pointer_format; ///< DYLD_CHAINED_PTR* 1086 uint64_t segment_offset; ///< VM offset from the __TEXT segment 1087 uint32_t max_valid_pointer; ///< Values beyond this are not pointers on 32-bit 1088 uint16_t page_count; ///< Length of the page_start array 1089 uint16_t page_start[1]; ///< Page offset of first fixup on each page, or
|