Struct mach_object::DataInCodeEntry [] [src]

pub struct DataInCodeEntry {
    pub offset: u32,
    pub length: u16,
    pub kind: u16,
}

The LC_DATA_IN_CODE load commands uses a linkedit_data_command to point to an array of data_in_code_entry entries.

Each entry describes a range of data in a code section.

Fields