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

  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 209 unsigned char iextdefsym[4]; member in struct:mach_o_dysymtab_command_external
230 unsigned char iextdefsym[4]; member in struct:mach_o_dylib_module_external
248 unsigned char iextdefsym[4]; member in struct:mach_o_dylib_module_64_external
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 189 unsigned long iextdefsym; member in struct:bfd_mach_o_dylib_module
278 unsigned long iextdefsym; /* Index to externally defined symbols. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 470 uint32_t iextdefsym; member in struct:llvm::MachO::dysymtab_command
495 uint32_t iextdefsym; member in struct:llvm::MachO::dylib_module
511 uint32_t iextdefsym; member in struct:llvm::MachO::dylib_module_64
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 170 @ CHECK: iextdefsym: 3
darwin-Thumb-reloc.s 132 @ CHECK: iextdefsym: 0
  /external/llvm/include/llvm/Support/
MachO.h 683 uint32_t iextdefsym; member in struct:llvm::MachO::dysymtab_command
708 uint32_t iextdefsym; member in struct:llvm::MachO::dylib_module
724 uint32_t iextdefsym; member in struct:llvm::MachO::dylib_module_64
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readmacho.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-macho.c 449 dysymtab->iextdefsym, dysymtab->nextdefsym);
451 dysymtab->iextdefsym + dysymtab->nextdefsym);
511 module->iextdefsym, module->nextdefsym);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldmacho.go 132 iextdefsym uint32
275 c.dsym.iextdefsym = e4(p[16:])
macho.go 770 ml.data[2] = uint32(n) /* iextdefsym */
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldmacho.go 132 iextdefsym uint32
275 c.dsym.iextdefsym = e4(p[16:])
macho.go 770 ml.data[2] = uint32(n) /* iextdefsym */
  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 291 IO.mapRequired("iextdefsym", LoadCommand.iextdefsym);
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 752 W.printNumber("iextdefsym", DLC.iextdefsym);
  /external/llvm/lib/Object/
MachOObjectFile.cpp 416 BigSize = Dysymtab.iextdefsym;
419 Err = malformedError("iextdefsym plus nextdefsym in LC_DYSYMTAB "
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 492 milliseconds