Searched defs:section_64 (Results 1 – 3 of 3) sorted by relevance
308 const(section_64)* getsectbynamefromheader_64( in version() local379 const(section_64)* getsectbyname( in version() local
736 struct section_64 in version() struct745 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 …]
577 struct section_64 { struct578 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 …]