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

  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 211 unsigned char iundefsym[4]; member in struct:mach_o_dysymtab_command_external
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 172 @ CHECK: iundefsym: 3
darwin-Thumb-reloc.s 134 @ CHECK: iundefsym: 1
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 280 unsigned long iundefsym; /* Index to undefined symbols. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 472 uint32_t iundefsym; member in struct:llvm::MachO::dysymtab_command
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldmacho.go 134 iundefsym uint32
277 c.dsym.iundefsym = e4(p[24:])
macho.go 774 ml.data[4] = uint32(n) /* iundefsym */
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldmacho.go 134 iundefsym uint32
277 c.dsym.iundefsym = e4(p[24:])
macho.go 774 ml.data[4] = uint32(n) /* iundefsym */
  /external/llvm/lib/Object/
MachOObjectFile.cpp 424 if (Dysymtab.nundefsym != 0 && Dysymtab.iundefsym > Symtab.nsyms) {
429 BigSize = Dysymtab.iundefsym;
432 Err = malformedError("iundefsym plus nundefsym in LC_DYSYMTAB load "
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 685 uint32_t iundefsym; member in struct:llvm::MachO::dysymtab_command
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-macho.c 453 dysymtab->iundefsym, dysymtab->nundefsym);
455 dysymtab->iundefsym + dysymtab->nundefsym);
    [all...]
  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 293 IO.mapRequired("iundefsym", LoadCommand.iundefsym);
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 754 W.printNumber("iundefsym", DLC.iundefsym);
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 1326 milliseconds