HomeSort by: relevance | last modified time | path
    Searched refs:iextdefsym (Results 1 - 21 of 21) sorted by relevancy

  /src/external/gpl3/binutils/dist/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
  /src/external/gpl3/binutils.old/dist/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
  /src/external/gpl3/gdb/dist/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
  /src/external/gpl3/gdb.old/dist/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
  /src/external/gpl3/binutils/dist/bfd/
mach-o.h 205 unsigned long iextdefsym; member in struct:bfd_mach_o_dylib_module
294 unsigned long iextdefsym; /* Index to externally defined symbols. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c 2178 cmd->iextdefsym = i;
2186 cmd->iundefsym = cmd->nextdefsym + cmd->iextdefsym;
2194 cmd->iextdefsym = 0;
2292 bfd_h_put_32 (abfd, module->iextdefsym, &w.iextdefsym);
2315 bfd_h_put_32 (abfd, module->iextdefsym, &n.iextdefsym);
2415 bfd_h_put_32 (abfd, cmd->iextdefsym, &raw.iextdefsym);
4323 cmd->iextdefsym = bfd_h_get_32 (abfd, raw.iextdefsym)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.h 205 unsigned long iextdefsym; member in struct:bfd_mach_o_dylib_module
294 unsigned long iextdefsym; /* Index to externally defined symbols. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c 2177 cmd->iextdefsym = i;
2185 cmd->iundefsym = cmd->nextdefsym + cmd->iextdefsym;
2193 cmd->iextdefsym = 0;
2291 bfd_h_put_32 (abfd, module->iextdefsym, &w.iextdefsym);
2314 bfd_h_put_32 (abfd, module->iextdefsym, &n.iextdefsym);
2414 bfd_h_put_32 (abfd, cmd->iextdefsym, &raw.iextdefsym);
4322 cmd->iextdefsym = bfd_h_get_32 (abfd, raw.iextdefsym)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
mach-o.h 205 unsigned long iextdefsym; member in struct:bfd_mach_o_dylib_module
294 unsigned long iextdefsym; /* Index to externally defined symbols. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c 2175 cmd->iextdefsym = i;
2183 cmd->iundefsym = cmd->nextdefsym + cmd->iextdefsym;
2191 cmd->iextdefsym = 0;
2289 bfd_h_put_32 (abfd, module->iextdefsym, &w.iextdefsym);
2312 bfd_h_put_32 (abfd, module->iextdefsym, &n.iextdefsym);
2412 bfd_h_put_32 (abfd, cmd->iextdefsym, &raw.iextdefsym);
4320 cmd->iextdefsym = bfd_h_get_32 (abfd, raw.iextdefsym)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
mach-o.h 205 unsigned long iextdefsym; member in struct:bfd_mach_o_dylib_module
294 unsigned long iextdefsym; /* Index to externally defined symbols. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c 2175 cmd->iextdefsym = i;
2183 cmd->iundefsym = cmd->nextdefsym + cmd->iextdefsym;
2191 cmd->iextdefsym = 0;
2289 bfd_h_put_32 (abfd, module->iextdefsym, &w.iextdefsym);
2312 bfd_h_put_32 (abfd, module->iextdefsym, &n.iextdefsym);
2412 bfd_h_put_32 (abfd, cmd->iextdefsym, &raw.iextdefsym);
4329 cmd->iextdefsym = bfd_h_get_32 (abfd, raw.iextdefsym)
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
loader.d 1472 uint iextdefsym;
1635 uint iextdefsym;
1700 uint iextdefsym;
3023 uint iextdefsym;
3064 uint iextdefsym;
3085 uint iextdefsym;
  /src/external/gpl3/binutils/dist/binutils/
od-macho.c 471 dysymtab->iextdefsym, dysymtab->nextdefsym);
473 dysymtab->iextdefsym + dysymtab->nextdefsym);
533 module->iextdefsym, module->nextdefsym);
  /src/external/gpl3/binutils.old/dist/binutils/
od-macho.c 471 dysymtab->iextdefsym, dysymtab->nextdefsym);
473 dysymtab->iextdefsym + dysymtab->nextdefsym);
533 module->iextdefsym, module->nextdefsym);
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h 707 uint32_t iextdefsym; member in struct:llvm::MachO::dysymtab_command
732 uint32_t iextdefsym; member in struct:llvm::MachO::dylib_module
748 uint32_t iextdefsym; member in struct:llvm::MachO::dylib_module_64
1243 sys::swapByteOrder(dst.iextdefsym);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOLayoutBuilder.cpp 104 MLC.dysymtab_command_data.iextdefsym = NumLocalSymbols;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MachOYAML.cpp 343 IO.mapRequired("iextdefsym", LoadCommand.iextdefsym);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp 819 W.printNumber("iextdefsym", DLC.iextdefsym);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 1643 if (Dysymtab.nextdefsym != 0 && Dysymtab.iextdefsym > Symtab.nsyms) {
1644 Err = malformedError("iextdefsym in LC_DYSYMTAB load command "
1648 BigSize = Dysymtab.iextdefsym;
1651 Err = malformedError("iextdefsym plus nextdefsym in LC_DYSYMTAB "
4498 Cmd.iextdefsym = 0;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 8847 outs() << " iextdefsym " << dyst.iextdefsym;
8848 if (dyst.iextdefsym > nsyms)
8853 big_size = dyst.iextdefsym;

Completed in 121 milliseconds