Struct mach_object::DyLibTocEntry [] [src]

pub struct DyLibTocEntry {
    pub symbol_index: u32,
    pub module_index: u32,
}

a table of contents entry

Fields

the defined external symbol (index into the symbol table)

index into the module table this symbol is defined in