Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/mach-o/
Dexternal.h215 unsigned char modtaboff[4]; member
/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.h301 unsigned long modtaboff; /* File offset to module table. */ member
Dmach-o.c2010 if (bfd_seek (abfd, cmd->modtaboff, SEEK_SET) != 0) in bfd_mach_o_write_dysymtab()
2159 bfd_h_put_32 (abfd, cmd->modtaboff, &raw.modtaboff); in bfd_mach_o_write_dysymtab()
4023 cmd->modtaboff = bfd_h_get_32 (abfd, raw.modtaboff); in bfd_mach_o_read_dysymtab()
4046 if (bfd_seek (abfd, cmd->modtaboff, SEEK_SET) != 0) in bfd_mach_o_read_dysymtab()
/toolchain/binutils/binutils-2.25/binutils/
Dod-macho.c459 dysymtab->modtaboff, dysymtab->nmodtab); in dump_dysymtab()
461 dysymtab->modtaboff + dysymtab->nmodtab in dump_dysymtab()