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

  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 224 unsigned char nlocrel[4]; member in struct:mach_o_dysymtab_command_external
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 185 @ CHECK: nlocrel: 0
darwin-Thumb-reloc.s 147 @ CHECK: nlocrel: 0
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 333 locreloff and nlocrel fields are non-zero indicates that the relocation
359 unsigned long nlocrel; /* Number of local relocation entries. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c     [all...]
  /external/llvm/include/llvm/Support/
MachO.h 740 uint32_t nlocrel; member in struct:llvm::MachO::dysymtab_command
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-macho.c 481 dysymtab->locreloff, dysymtab->nlocrel);
483 dysymtab->locreloff + dysymtab->nlocrel * BFD_MACH_O_RELENT_SIZE);
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 762 W.printNumber("nlocrel", DLC.nlocrel);
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 254 milliseconds