Home
last modified time | relevance | path

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

/dports/devel/objconv/objconv-2.52/source/
H A Dmacho.h230 struct MAC_section_64 { /* for 64-bit architectures */ struct
231 char sectname[16]; /* name of this section */
232 char segname[16]; /* segment this section goes in */
233 uint64_t addr; /* memory address of this section */
234 uint64_t size; /* size in bytes of this section */
235 uint32_t offset; /* file offset of this section */
236 uint32_t align; /* section alignment (power of 2) */
237 uint32_t reloff; /* file offset of relocation entries */
238 uint32_t nreloc; /* number of relocation entries */
240 uint32_t reserved1; /* reserved (for offset or index) */
[all …]