HomeSort by relevance Sort by last modified time
    Searched refs:locreloff (Results 1 - 25 of 31) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/include/mach-o/
external.h 223 unsigned char locreloff[4]; member in struct:mach_o_dysymtab_command_external
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 184 @ CHECK: locreloff: 0
darwin-Thumb-reloc.s 146 @ CHECK: locreloff: 0
  /toolchain/binutils/binutils-2.27/bfd/
mach-o.h 338 locreloff and nlocrel fields are non-zero indicates that the relocation
363 unsigned long locreloff; /* Offset to local relocation entries. */ member in struct:bfd_mach_o_dysymtab_command
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 484 uint32_t locreloff; member in struct:llvm::MachO::dysymtab_command
  /prebuilts/go/darwin-x86/src/cmd/link/internal/loadmacho/
ldmacho.go 159 locreloff uint32
302 c.dsym.locreloff = e4(p[72:])
  /prebuilts/go/linux-x86/src/cmd/link/internal/loadmacho/
ldmacho.go 159 locreloff uint32
302 c.dsym.locreloff = e4(p[72:])
  /external/llvm/include/llvm/Support/
MachO.h 697 uint32_t locreloff; member in struct:llvm::MachO::dysymtab_command
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MachO.h 699 uint32_t locreloff; member in struct:llvm::MachO::dysymtab_command
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MachO.h 715 uint32_t locreloff; member in struct:llvm::MachO::dysymtab_command
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
MachO.h 703 uint32_t locreloff; member in struct:llvm::MachO::dysymtab_command
1239 sys::swapByteOrder(dst.locreloff);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
MachO.h 703 uint32_t locreloff; member in struct:llvm::MachO::dysymtab_command
1239 sys::swapByteOrder(dst.locreloff);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
MachO.h 704 uint32_t locreloff; member in struct:llvm::MachO::dysymtab_command
1240 sys::swapByteOrder(dst.locreloff);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
MachO.h 704 uint32_t locreloff; member in struct:llvm::MachO::dysymtab_command
1240 sys::swapByteOrder(dst.locreloff);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
MachO.h 704 uint32_t locreloff; member in struct:llvm::MachO::dysymtab_command
1240 sys::swapByteOrder(dst.locreloff);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
MachO.h 704 uint32_t locreloff; member in struct:llvm::MachO::dysymtab_command
1240 sys::swapByteOrder(dst.locreloff);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MachO.h 715 uint32_t locreloff; member in struct:llvm::MachO::dysymtab_command
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
MachO.h 703 uint32_t locreloff; member in struct:llvm::MachO::dysymtab_command
1239 sys::swapByteOrder(dst.locreloff);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
MachO.h 703 uint32_t locreloff; member in struct:llvm::MachO::dysymtab_command
1239 sys::swapByteOrder(dst.locreloff);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/
MachO.h 704 uint32_t locreloff; member in struct:llvm::MachO::dysymtab_command
1240 sys::swapByteOrder(dst.locreloff);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/
MachO.h 704 uint32_t locreloff; member in struct:llvm::MachO::dysymtab_command
1240 sys::swapByteOrder(dst.locreloff);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/BinaryFormat/
MachO.h 704 uint32_t locreloff; member in struct:llvm::MachO::dysymtab_command
1240 sys::swapByteOrder(dst.locreloff);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/BinaryFormat/
MachO.h 704 uint32_t locreloff; member in struct:llvm::MachO::dysymtab_command
1240 sys::swapByteOrder(dst.locreloff);
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
od-macho.c 488 dysymtab->locreloff, dysymtab->nlocrel);
490 dysymtab->locreloff + dysymtab->nlocrel * BFD_MACH_O_RELENT_SIZE);
    [all...]
  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 305 IO.mapRequired("locreloff", LoadCommand.locreloff);

Completed in 172 milliseconds

1 2