Searched refs:modoff (Results 1 – 1 of 1) sorted by relevance
3800 unsigned int modoff; in bfd_mach_o_read_prebound_dylib() local3809 modoff = bfd_h_get_32 (abfd, raw.linked_modules); in bfd_mach_o_read_prebound_dylib()3810 if (nameoff > command->len || modoff > command->len) in bfd_mach_o_read_prebound_dylib()3822 cmd->linked_modules_offset = command->offset + modoff; in bfd_mach_o_read_prebound_dylib()3825 cmd->linked_modules = str + modoff - (sizeof (raw) + BFD_MACH_O_LC_SIZE); in bfd_mach_o_read_prebound_dylib()