Searched defs:macho_section_64 (Results 1 – 1 of 1) sorted by relevance
234 struct macho_section_64 struct236 char sectname[MACH_O_NAMELEN]; /* Section name */237 char segment[MACH_O_NAMELEN]; /* Segment of this section */238 uint64_t addr; /* Address in memory */239 uint64_t size; /* Section size */240 uint32_t offset; /* File offset */241 uint32_t align; /* Log2 of section alignment */242 uint32_t reloff; /* File offset of section relocations */243 uint32_t nreloc; /* Number of relocs for this section */244 uint32_t flags; /* Flags */[all …]