Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/include/mach-o/
H A Dexternal.h41 struct mach_o_section_32_external struct
43 unsigned char sectname[16]; /* Section name. */
44 unsigned char segname[16]; /* Segment that the section belongs to. */
45 unsigned char addr[4]; /* Address of this section in memory. */
46 unsigned char size[4]; /* Size in bytes of this section. */
47 unsigned char offset[4]; /* File offset of this section. */
48 unsigned char align[4]; /* log2 of this section's alignment. */
49 unsigned char reloff[4]; /* File offset of this section's relocs. */
50 unsigned char nreloc[4]; /* Number of relocs for this section. */
51 unsigned char flags[4]; /* Section flags/attributes. */
[all …]
/netbsd-src/external/gpl3/binutils/dist/include/mach-o/
H A Dexternal.h41 struct mach_o_section_32_external struct
43 unsigned char sectname[16]; /* Section name. */
44 unsigned char segname[16]; /* Segment that the section belongs to. */
45 unsigned char addr[4]; /* Address of this section in memory. */
46 unsigned char size[4]; /* Size in bytes of this section. */
47 unsigned char offset[4]; /* File offset of this section. */
48 unsigned char align[4]; /* log2 of this section's alignment. */
49 unsigned char reloff[4]; /* File offset of this section's relocs. */
50 unsigned char nreloc[4]; /* Number of relocs for this section. */
51 unsigned char flags[4]; /* Section flags/attributes. */
[all …]