enum Debug::MachO::LoadCommand

Defined in:

debug/mach_o.cr

Enum Members

SEGMENT = 1_u32
SYMTAB = 2_u32
SYMSEG = 3_u32
THREAD = 4_u32
UNIXTHREAD = 5_u32
LOADFVMLIB = 6_u32
IDFVMLIB = 7_u32
IDENT = 8_u32
FVMFILE = 9_u32
PREPAGE = 10_u32
DYSYMTAB = 11_u32
LOAD_DYLIB = 12_u32
ID_DYLIB = 13_u32
LOAD_DYLINKER = 14_u32
ID_DYLINKER = 15_u32
PREBOUND_DYLIB = 16_u32
ROUTINES = 17_u32
SUB_FRAMEWORK = 18_u32
SUB_UMBRELLA = 19_u32
SUB_CLIENT = 20_u32
SUB_LIBRARY = 21_u32
TWOLEVEL_HINTS = 22_u32
PREBIND_CKSUM = 23_u32
LOAD_WEAK_DYLIB = 2147483672_u32
SEGMENT_64 = 25_u32
ROUTINES_64 = 26_u32
UUID = 27_u32
RPATH = 2147483676_u32
CODE_SIGNATURE = 29_u32
SEGMENT_SPLIT_INFO = 30_u32
REEXPORT_DYLIB = 2147483679_u32
LAZY_LOAD_DYLIB = 32_u32
ENCRYPTION_INFO = 33_u32
DYLD_INFO = 34_u32
DYLD_INFO_ONLY = 2147483682_u32
LOAD_UPWARD_DYLIB = 2147483683_u32
VERSION_MIN_MACOSX = 36_u32
VERSION_MIN_IPHONEOS = 37_u32
FUNCTION_STARTS = 38_u32
DYLD_ENVIRONMENT = 39_u32
MAIN = 2147483688_u32
DATA_IN_CODE = 41_u32
SOURCE_VERSION = 42_u32
DYLIB_CODE_SIGN_DRS = 43_u32
ENCRYPTION_INFO_64 = 44_u32
LINKER_OPTION = 45_u32

Instance Method Summary

Instance methods inherited from struct Enum

&(other : self) &, +(other : Int) +, -(other : Int) -, <=>(other : self) <=>, ==(other : self) ==, ^(other : self) ^, clone clone, each(&block) each, hash(hasher) hash, includes?(other : self) includes?, to_f32 : Float32 to_f32, to_f64 : Float64 to_f64, to_i : Int32 to_i, to_i16 : Int16 to_i16, to_i32 : Int32 to_i32, to_i64 : Int64 to_i64, to_i8 : Int8 to_i8, to_json(json : JSON::Builder) to_json, to_s(io : IO) : Nil
to_s : String
to_s
, to_u16 : UInt16 to_u16, to_u32 : UInt32 to_u32, to_u64 : UInt64 to_u64, to_u8 : UInt8 to_u8, to_yaml(yaml : YAML::Nodes::Builder) to_yaml, |(other : self) |, ~ ~

Constructor methods inherited from struct Enum

from_value(value) : self from_value, from_value?(value) : self? from_value?, new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new
, parse(string) : self parse, parse?(string) : self? parse?

Class methods inherited from struct Enum

each(&block) each, names : Array(String) names, values : Array(self) values

Instance methods inherited from module Comparable(self)

<(other : T) <, <=(other : T) <=, <=>(other : T) <=>, ==(other : T) ==, >(other : T) >, >=(other : T) >=

Instance methods inherited from struct Value

==(other) ==, dup dup

Instance methods inherited from class Object

!=(other) !=, !~(other) !~, ==(other) ==, ===(other : JSON::Any)
===(other : YAML::Any)
===(other)
===
, =~(other) =~, class class, dup dup, hash(hasher)
hash
hash
, inspect(io : IO)
inspect
inspect
, itself itself, not_nil! not_nil!, pretty_inspect(width = 79, newline = "\n", indent = 0) : String pretty_inspect, pretty_print(pp : PrettyPrint) : Nil pretty_print, tap(&block) tap, to_json(io : IO)
to_json
to_json
, to_pretty_json(indent : String = " ")
to_pretty_json(io : IO, indent : String = " ")
to_pretty_json
, to_s
to_s(io : IO)
to_s
, to_yaml(io : IO)
to_yaml
to_yaml
, try(&block) try, unsafe_as(type : T.class) forall T unsafe_as

Constructor methods inherited from class Object

from_json(string_or_io, root : String) : self
from_json(string_or_io) : self
from_json
, from_yaml(string_or_io : String | IO) : self from_yaml

Instance Method Detail

def code_signature? #

[View source]
def data_in_code? #

[View source]
def dyld_environment? #

[View source]
def dyld_info? #

[View source]
def dyld_info_only? #

[View source]
def dylib_code_sign_drs? #

[View source]
def dysymtab? #

[View source]
def encryption_info? #

[View source]
def encryption_info_64? #

[View source]
def function_starts? #

[View source]
def fvmfile? #

[View source]
def id_dylib? #

[View source]
def id_dylinker? #

[View source]
def ident? #

[View source]
def idfvmlib? #

[View source]
def lazy_load_dylib? #

[View source]
def linker_option? #

[View source]
def load_dylib? #

[View source]
def load_dylinker? #

[View source]
def load_upward_dylib? #

[View source]
def load_weak_dylib? #

[View source]
def loadfvmlib? #

[View source]
def main? #

[View source]
def prebind_cksum? #

[View source]
def prebound_dylib? #

[View source]
def prepage? #

[View source]
def reexport_dylib? #

[View source]
def routines? #

[View source]
def routines_64? #

[View source]
def rpath? #

[View source]
def segment? #

[View source]
def segment_64? #

[View source]
def segment_split_info? #

[View source]
def source_version? #

[View source]
def sub_client? #

[View source]
def sub_framework? #

[View source]
def sub_library? #

[View source]
def sub_umbrella? #

[View source]
def symseg? #

[View source]
def symtab? #

[View source]
def thread? #

[View source]
def twolevel_hints? #

[View source]
def unixthread? #

[View source]
def uuid? #

[View source]
def version_min_iphoneos? #

[View source]
def version_min_macosx? #

[View source]