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

  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 222 unsigned char nextrel[4]; member in struct:mach_o_dysymtab_command_external
237 unsigned char nextrel[4]; member in struct:mach_o_dylib_module_external
255 unsigned char nextrel[4]; member in struct:mach_o_dylib_module_64_external
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 213 unsigned long nextrel; member in struct:bfd_mach_o_dylib_module
332 case the presents of this load command who's extreloff, nextrel,
352 unsigned long nextrel; /* Number of external relocation entries. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 483 uint32_t nextrel; member in struct:llvm::MachO::dysymtab_command
502 uint32_t nextrel; member in struct:llvm::MachO::dylib_module
518 uint32_t nextrel; member in struct:llvm::MachO::dylib_module_64
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 183 @ CHECK: nextrel: 0
darwin-Thumb-reloc.s 145 @ CHECK: nextrel: 0
  /external/llvm/include/llvm/Support/
MachO.h 696 uint32_t nextrel; member in struct:llvm::MachO::dysymtab_command
715 uint32_t nextrel; member in struct:llvm::MachO::dylib_module
731 uint32_t nextrel; member in struct:llvm::MachO::dylib_module_64
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-macho.c 477 dysymtab->extreloff, dysymtab->nextrel);
479 dysymtab->extreloff + dysymtab->nextrel * BFD_MACH_O_RELENT_SIZE);
517 module->iextrel, module->nextrel);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldmacho.go 145 nextrel uint32
288 c.dsym.nextrel = e4(p[68:])
macho.go 793 ml.data[15] = 0 /* nextrel */
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldmacho.go 145 nextrel uint32
288 c.dsym.nextrel = e4(p[68:])
macho.go 793 ml.data[15] = 0 /* nextrel */
  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 304 IO.mapRequired("nextrel", LoadCommand.nextrel);
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 765 W.printNumber("nextrel", DLC.nextrel);
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 690 milliseconds