Home
last modified time | relevance | path

Searched refs:modoff (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dmach-o.c3908 unsigned int modoff; in bfd_mach_o_read_prebound_dylib() local
3916 modoff = bfd_h_get_32 (abfd, raw.linked_modules); in bfd_mach_o_read_prebound_dylib()
3917 if (nameoff > command->len || modoff > command->len) in bfd_mach_o_read_prebound_dylib()
3929 cmd->linked_modules_offset = command->offset + modoff; in bfd_mach_o_read_prebound_dylib()
3932 cmd->linked_modules = str + modoff - (sizeof (raw) + BFD_MACH_O_LC_SIZE); in bfd_mach_o_read_prebound_dylib()