Home
last modified time | relevance | path

Searched defs:mach_o_section_64_external (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/include/mach-o/
Dexternal.h59 struct mach_o_section_64_external struct
61 unsigned char sectname[16]; /* Section name. */
62 unsigned char segname[16]; /* Segment that the section belongs to. */
63 unsigned char addr[8]; /* Address of this section in memory. */
64 unsigned char size[8]; /* Size in bytes of this section. */
65 unsigned char offset[4]; /* File offset of this section. */
66 unsigned char align[4]; /* log2 of this section's alignment. */
67 unsigned char reloff[4]; /* File offset of this section's relocs. */
68 unsigned char nreloc[4]; /* Number of relocs for this section. */
69 unsigned char flags[4]; /* Section flags/attributes. */
[all …]