// Code generated by "stringer -type=RelocTypeGeneric,RelocTypeX86_64,RelocTypeARM,RelocTypeARM64 -output reloctype_string.go"; DO NOT EDIT.

package macho

import 

func _() {
	// An "invalid array index" compiler error signifies that the constant values have changed.
	// Re-run the stringer command to generate them again.
	var  [1]struct{}
	_ = [GENERIC_RELOC_VANILLA-0]
	_ = [GENERIC_RELOC_PAIR-1]
	_ = [GENERIC_RELOC_SECTDIFF-2]
	_ = [GENERIC_RELOC_PB_LA_PTR-3]
	_ = [GENERIC_RELOC_LOCAL_SECTDIFF-4]
	_ = [GENERIC_RELOC_TLV-5]
}

const _RelocTypeGeneric_name = "GENERIC_RELOC_VANILLAGENERIC_RELOC_PAIRGENERIC_RELOC_SECTDIFFGENERIC_RELOC_PB_LA_PTRGENERIC_RELOC_LOCAL_SECTDIFFGENERIC_RELOC_TLV"

var _RelocTypeGeneric_index = [...]uint8{0, 21, 39, 61, 84, 112, 129}

func ( RelocTypeGeneric) () string {
	if  < 0 ||  >= RelocTypeGeneric(len(_RelocTypeGeneric_index)-1) {
		return "RelocTypeGeneric(" + strconv.FormatInt(int64(), 10) + ")"
	}
	return _RelocTypeGeneric_name[_RelocTypeGeneric_index[]:_RelocTypeGeneric_index[+1]]
}
func _() {
	// An "invalid array index" compiler error signifies that the constant values have changed.
	// Re-run the stringer command to generate them again.
	var  [1]struct{}
	_ = [X86_64_RELOC_UNSIGNED-0]
	_ = [X86_64_RELOC_SIGNED-1]
	_ = [X86_64_RELOC_BRANCH-2]
	_ = [X86_64_RELOC_GOT_LOAD-3]
	_ = [X86_64_RELOC_GOT-4]
	_ = [X86_64_RELOC_SUBTRACTOR-5]
	_ = [X86_64_RELOC_SIGNED_1-6]
	_ = [X86_64_RELOC_SIGNED_2-7]
	_ = [X86_64_RELOC_SIGNED_4-8]
	_ = [X86_64_RELOC_TLV-9]
}

const _RelocTypeX86_64_name = "X86_64_RELOC_UNSIGNEDX86_64_RELOC_SIGNEDX86_64_RELOC_BRANCHX86_64_RELOC_GOT_LOADX86_64_RELOC_GOTX86_64_RELOC_SUBTRACTORX86_64_RELOC_SIGNED_1X86_64_RELOC_SIGNED_2X86_64_RELOC_SIGNED_4X86_64_RELOC_TLV"

var _RelocTypeX86_64_index = [...]uint8{0, 21, 40, 59, 80, 96, 119, 140, 161, 182, 198}

func ( RelocTypeX86_64) () string {
	if  < 0 ||  >= RelocTypeX86_64(len(_RelocTypeX86_64_index)-1) {
		return "RelocTypeX86_64(" + strconv.FormatInt(int64(), 10) + ")"
	}
	return _RelocTypeX86_64_name[_RelocTypeX86_64_index[]:_RelocTypeX86_64_index[+1]]
}
func _() {
	// An "invalid array index" compiler error signifies that the constant values have changed.
	// Re-run the stringer command to generate them again.
	var  [1]struct{}
	_ = [ARM_RELOC_VANILLA-0]
	_ = [ARM_RELOC_PAIR-1]
	_ = [ARM_RELOC_SECTDIFF-2]
	_ = [ARM_RELOC_LOCAL_SECTDIFF-3]
	_ = [ARM_RELOC_PB_LA_PTR-4]
	_ = [ARM_RELOC_BR24-5]
	_ = [ARM_THUMB_RELOC_BR22-6]
	_ = [ARM_THUMB_32BIT_BRANCH-7]
	_ = [ARM_RELOC_HALF-8]
	_ = [ARM_RELOC_HALF_SECTDIFF-9]
}

const _RelocTypeARM_name = "ARM_RELOC_VANILLAARM_RELOC_PAIRARM_RELOC_SECTDIFFARM_RELOC_LOCAL_SECTDIFFARM_RELOC_PB_LA_PTRARM_RELOC_BR24ARM_THUMB_RELOC_BR22ARM_THUMB_32BIT_BRANCHARM_RELOC_HALFARM_RELOC_HALF_SECTDIFF"

var _RelocTypeARM_index = [...]uint8{0, 17, 31, 49, 73, 92, 106, 126, 148, 162, 185}

func ( RelocTypeARM) () string {
	if  < 0 ||  >= RelocTypeARM(len(_RelocTypeARM_index)-1) {
		return "RelocTypeARM(" + strconv.FormatInt(int64(), 10) + ")"
	}
	return _RelocTypeARM_name[_RelocTypeARM_index[]:_RelocTypeARM_index[+1]]
}
func _() {
	// An "invalid array index" compiler error signifies that the constant values have changed.
	// Re-run the stringer command to generate them again.
	var  [1]struct{}
	_ = [ARM64_RELOC_UNSIGNED-0]
	_ = [ARM64_RELOC_SUBTRACTOR-1]
	_ = [ARM64_RELOC_BRANCH26-2]
	_ = [ARM64_RELOC_PAGE21-3]
	_ = [ARM64_RELOC_PAGEOFF12-4]
	_ = [ARM64_RELOC_GOT_LOAD_PAGE21-5]
	_ = [ARM64_RELOC_GOT_LOAD_PAGEOFF12-6]
	_ = [ARM64_RELOC_POINTER_TO_GOT-7]
	_ = [ARM64_RELOC_TLVP_LOAD_PAGE21-8]
	_ = [ARM64_RELOC_TLVP_LOAD_PAGEOFF12-9]
	_ = [ARM64_RELOC_ADDEND-10]
}

const _RelocTypeARM64_name = "ARM64_RELOC_UNSIGNEDARM64_RELOC_SUBTRACTORARM64_RELOC_BRANCH26ARM64_RELOC_PAGE21ARM64_RELOC_PAGEOFF12ARM64_RELOC_GOT_LOAD_PAGE21ARM64_RELOC_GOT_LOAD_PAGEOFF12ARM64_RELOC_POINTER_TO_GOTARM64_RELOC_TLVP_LOAD_PAGE21ARM64_RELOC_TLVP_LOAD_PAGEOFF12ARM64_RELOC_ADDEND"

var _RelocTypeARM64_index = [...]uint16{0, 20, 42, 62, 80, 101, 128, 158, 184, 212, 243, 261}

func ( RelocTypeARM64) () string {
	if  < 0 ||  >= RelocTypeARM64(len(_RelocTypeARM64_index)-1) {
		return "RelocTypeARM64(" + strconv.FormatInt(int64(), 10) + ")"
	}
	return _RelocTypeARM64_name[_RelocTypeARM64_index[]:_RelocTypeARM64_index[+1]]
}