Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dgetsect.d308 const(section_64)* getsectbynamefromheader_64( in version() local
379 const(section_64)* getsectbyname( in version() local
H A Dloader.d736 struct section_64 in version() struct
745 ulong addr; in version()
748 ulong size; in version()
751 uint offset; in version()
754 uint align_; in version()
757 uint reloff; in version()
760 uint nreloc; in version()
763 uint flags; in version()
766 uint reserved1; in version()
769 uint reserved2; in version()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h577 struct section_64 { struct
578 char sectname[16];
579 char segname[16];
580 uint64_t addr;
581 uint64_t size;
582 uint32_t offset;
583 uint32_t align;
584 uint32_t reloff;
585 uint32_t nreloc;
586 uint32_t flags;
[all …]