HomeSort by relevance Sort by last modified time
    Searched refs:modtaboff (Results 1 - 16 of 16) sorted by null

  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 215 unsigned char modtaboff[4]; member in struct:mach_o_dysymtab_command_external
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 176 @ CHECK: modtaboff: 0
darwin-Thumb-reloc.s 138 @ CHECK: modtaboff: 0
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 301 unsigned long modtaboff; /* File offset to module table. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 476 uint32_t modtaboff; member in struct:llvm::MachO::dysymtab_command
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldmacho.go 138 modtaboff uint32
281 c.dsym.modtaboff = e4(p[40:])
macho.go 779 ml.data[8] = 0 /* modtaboff */
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldmacho.go 138 modtaboff uint32
281 c.dsym.modtaboff = e4(p[40:])
macho.go 779 ml.data[8] = 0 /* modtaboff */
  /external/llvm/include/llvm/Support/
MachO.h 689 uint32_t modtaboff; member in struct:llvm::MachO::dysymtab_command
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-macho.c 461 dysymtab->modtaboff, dysymtab->nmodtab);
463 dysymtab->modtaboff + dysymtab->nmodtab
    [all...]
  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 297 IO.mapRequired("modtaboff", LoadCommand.modtaboff);
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 758 W.printNumber("modtaboff", DLC.modtaboff);
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 261 milliseconds