type RelocTypeGeneric … const GENERIC_RELOC_VANILLA … const GENERIC_RELOC_PAIR … const GENERIC_RELOC_SECTDIFF … const GENERIC_RELOC_PB_LA_PTR … const GENERIC_RELOC_LOCAL_SECTDIFF … const GENERIC_RELOC_TLV … func (r RelocTypeGeneric) GoString() string { … } type RelocTypeX86_64 … const X86_64_RELOC_UNSIGNED … const X86_64_RELOC_SIGNED … const X86_64_RELOC_BRANCH … const X86_64_RELOC_GOT_LOAD … const X86_64_RELOC_GOT … const X86_64_RELOC_SUBTRACTOR … const X86_64_RELOC_SIGNED_1 … const X86_64_RELOC_SIGNED_2 … const X86_64_RELOC_SIGNED_4 … const X86_64_RELOC_TLV … func (r RelocTypeX86_64) GoString() string { … } type RelocTypeARM … const ARM_RELOC_VANILLA … const ARM_RELOC_PAIR … const ARM_RELOC_SECTDIFF … const ARM_RELOC_LOCAL_SECTDIFF … const ARM_RELOC_PB_LA_PTR … const ARM_RELOC_BR24 … const ARM_THUMB_RELOC_BR22 … const ARM_THUMB_32BIT_BRANCH … const ARM_RELOC_HALF … const ARM_RELOC_HALF_SECTDIFF … func (r RelocTypeARM) GoString() string { … } type RelocTypeARM64 … const ARM64_RELOC_UNSIGNED … const ARM64_RELOC_SUBTRACTOR … const ARM64_RELOC_BRANCH26 … const ARM64_RELOC_PAGE21 … const ARM64_RELOC_PAGEOFF12 … const ARM64_RELOC_GOT_LOAD_PAGE21 … const ARM64_RELOC_GOT_LOAD_PAGEOFF12 … const ARM64_RELOC_POINTER_TO_GOT … const ARM64_RELOC_TLVP_LOAD_PAGE21 … const ARM64_RELOC_TLVP_LOAD_PAGEOFF12 … const ARM64_RELOC_ADDEND … func (r RelocTypeARM64) GoString() string { … }