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

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
sections-1.d 6 align: 0 nreloc: 0 reloff: (00000000)?00000000
11 align: 0 nreloc: 0 reloff: (00000000)?00000000
16 align: 0 nreloc: 0 reloff: (00000000)?00000000
21 align: 0 nreloc: 0 reloff: (00000000)?00000000
26 align: 0 nreloc: 0 reloff: (00000000)?00000000
31 align: 0 nreloc: 0 reloff: (00000000)?00000000
36 align: 0 nreloc: 0 reloff: (00000000)?00000000
41 align: 0 nreloc: 0 reloff: (00000000)?00000000
46 align: 0 nreloc: 0 reloff: (00000000)?00000000
51 align: 0 nreloc: 0 reloff: (00000000)?0000000
    [all...]
sections-3.d 7 align: 0 nreloc: 0 reloff: (00000000)?00000000
12 align: 2 nreloc: 0 reloff: (00000000)?00000000
17 align: 2 nreloc: 0 reloff: (00000000)?00000000
  /external/google-breakpad/src/common/mac/
macho_utilities.cc 84 s[i].reloff = ByteSwap(s[i].reloff);
  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 49 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_32_external
67 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_64_external
  /external/llvm/tools/obj2yaml/
macho2yaml.cpp 61 TempSec.reloff = Sec.reloff;
  /external/llvm/tools/yaml2obj/
yaml2macho.cpp 102 TempSec.reloff = Sec.reloff;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 340 uint32_t reloff; member in struct:llvm::MachO::section
354 uint32_t reloff; member in struct:llvm::MachO::section_64
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldmacho.go 90 reloff uint32
215 s.reloff = e4(p[48:])
250 s.reloff = e4(p[56:])
303 if m.f.Seek(m.base+int64(sect.reloff), 0) < 0 {
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldmacho.go 90 reloff uint32
215 s.reloff = e4(p[48:])
250 s.reloff = e4(p[56:])
303 if m.f.Seek(m.base+int64(sect.reloff), 0) < 0 {
  /external/llvm/include/llvm/ObjectYAML/
MachOYAML.h 32 llvm::yaml::Hex32 reloff; member in struct:llvm::MachOYAML::Section
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 67 bfd_vma reloff; member in struct:bfd_mach_o_section
335 structures (and the reloff and nreloc fields in the section headers are
mach-o.c     [all...]
  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 260 IO.mapRequired("reloff", Section.reloff);
424 IO.mapRequired("reloff", Section.reloff);
439 IO.mapRequired("reloff", Section.reloff);
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 1101 auto reloff = buf_.size() - o; local
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 553 uint32_t reloff; member in struct:llvm::MachO::section
567 uint32_t reloff; member in struct:llvm::MachO::section_64
1051 sys::swapByteOrder(sect.reloff);
1063 sys::swapByteOrder(sect.reloff);
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 313 Section.RelocationTableOffset = Sect.reloff;
325 Section.RelocationTableOffset = Sect.reloff;
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-mach-o.c 140 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_32
157 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_64
972 /* reloff left as zero. */
997 /* reloff left as zero. */
    [all...]
  /external/llvm/tools/dsymutil/
MachOUtils.cpp 260 Sect.offset = Sect.reloff = Sect.nreloc = 0;
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/v8/src/
gdb-jit.cc 211 uint32_t reloff; member in struct:v8::internal::MachOSectionHeader
245 header->reloff = 0;
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
zipfile.py 172 sig, diskno, reloff, disks = struct.unpack(structEndArchive64Locator, data)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
zipfile.py 169 sig, diskno, reloff, disks = struct.unpack(structEndArchive64Locator, data)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
zipfile.py 172 sig, diskno, reloff, disks = struct.unpack(structEndArchive64Locator, data)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
zipfile.py 172 sig, diskno, reloff, disks = struct.unpack(structEndArchive64Locator, data)
    [all...]

Completed in 1026 milliseconds

1 2