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

  /src/external/gpl3/binutils/dist/include/mach-o/
external.h 207 unsigned char ilocalsym[4]; /* Index of. */ member in struct:mach_o_dysymtab_command_external
234 unsigned char ilocalsym[4]; member in struct:mach_o_dylib_module_external
252 unsigned char ilocalsym[4]; member in struct:mach_o_dylib_module_64_external
  /src/external/gpl3/binutils.old/dist/include/mach-o/
external.h 207 unsigned char ilocalsym[4]; /* Index of. */ member in struct:mach_o_dysymtab_command_external
234 unsigned char ilocalsym[4]; member in struct:mach_o_dylib_module_external
252 unsigned char ilocalsym[4]; member in struct:mach_o_dylib_module_64_external
  /src/external/gpl3/gdb/dist/include/mach-o/
external.h 207 unsigned char ilocalsym[4]; /* Index of. */ member in struct:mach_o_dysymtab_command_external
234 unsigned char ilocalsym[4]; member in struct:mach_o_dylib_module_external
252 unsigned char ilocalsym[4]; member in struct:mach_o_dylib_module_64_external
  /src/external/gpl3/gdb.old/dist/include/mach-o/
external.h 207 unsigned char ilocalsym[4]; /* Index of. */ member in struct:mach_o_dysymtab_command_external
234 unsigned char ilocalsym[4]; member in struct:mach_o_dylib_module_external
252 unsigned char ilocalsym[4]; member in struct:mach_o_dylib_module_64_external
  /src/external/gpl3/binutils/dist/bfd/
mach-o.h 219 unsigned long ilocalsym; member in struct:bfd_mach_o_dylib_module
292 unsigned long ilocalsym; /* Index to local symbols. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c 2163 cmd->ilocalsym = 0;
2296 bfd_h_put_32 (abfd, module->ilocalsym, &w.ilocalsym);
2319 bfd_h_put_32 (abfd, module->ilocalsym, &n.ilocalsym);
2413 bfd_h_put_32 (abfd, cmd->ilocalsym, &raw.ilocalsym);
4321 cmd->ilocalsym = bfd_h_get_32 (abfd, raw.ilocalsym);
4381 module->ilocalsym = bfd_h_get_32 (abfd, buf + 20)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.h 219 unsigned long ilocalsym; member in struct:bfd_mach_o_dylib_module
292 unsigned long ilocalsym; /* Index to local symbols. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c 2162 cmd->ilocalsym = 0;
2295 bfd_h_put_32 (abfd, module->ilocalsym, &w.ilocalsym);
2318 bfd_h_put_32 (abfd, module->ilocalsym, &n.ilocalsym);
2412 bfd_h_put_32 (abfd, cmd->ilocalsym, &raw.ilocalsym);
4320 cmd->ilocalsym = bfd_h_get_32 (abfd, raw.ilocalsym);
4380 module->ilocalsym = bfd_h_get_32 (abfd, buf + 20)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
mach-o.h 219 unsigned long ilocalsym; member in struct:bfd_mach_o_dylib_module
292 unsigned long ilocalsym; /* Index to local symbols. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c 2160 cmd->ilocalsym = 0;
2293 bfd_h_put_32 (abfd, module->ilocalsym, &w.ilocalsym);
2316 bfd_h_put_32 (abfd, module->ilocalsym, &n.ilocalsym);
2410 bfd_h_put_32 (abfd, cmd->ilocalsym, &raw.ilocalsym);
4318 cmd->ilocalsym = bfd_h_get_32 (abfd, raw.ilocalsym);
4378 module->ilocalsym = bfd_h_get_32 (abfd, buf + 20)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
mach-o.h 219 unsigned long ilocalsym; member in struct:bfd_mach_o_dylib_module
292 unsigned long ilocalsym; /* Index to local symbols. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c 2160 cmd->ilocalsym = 0;
2293 bfd_h_put_32 (abfd, module->ilocalsym, &w.ilocalsym);
2316 bfd_h_put_32 (abfd, module->ilocalsym, &n.ilocalsym);
2410 bfd_h_put_32 (abfd, cmd->ilocalsym, &raw.ilocalsym);
4327 cmd->ilocalsym = bfd_h_get_32 (abfd, raw.ilocalsym);
4387 module->ilocalsym = bfd_h_get_32 (abfd, buf + 20)
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
loader.d 1464 uint ilocalsym;
1647 uint ilocalsym;
1712 uint ilocalsym;
3020 uint ilocalsym;
3068 uint ilocalsym;
3089 uint ilocalsym;
  /src/external/gpl3/binutils/dist/binutils/
od-macho.c 467 dysymtab->ilocalsym, dysymtab->nlocalsym);
469 dysymtab->ilocalsym + dysymtab->nlocalsym);
537 module->ilocalsym, module->nlocalsym);
  /src/external/gpl3/binutils.old/dist/binutils/
od-macho.c 467 dysymtab->ilocalsym, dysymtab->nlocalsym);
469 dysymtab->ilocalsym + dysymtab->nlocalsym);
537 module->ilocalsym, module->nlocalsym);
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h 705 uint32_t ilocalsym; member in struct:llvm::MachO::dysymtab_command
736 uint32_t ilocalsym; member in struct:llvm::MachO::dylib_module
752 uint32_t ilocalsym; member in struct:llvm::MachO::dylib_module_64
1241 sys::swapByteOrder(dst.ilocalsym);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOLayoutBuilder.cpp 102 MLC.dysymtab_command_data.ilocalsym = 0;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MachOYAML.cpp 341 IO.mapRequired("ilocalsym", LoadCommand.ilocalsym);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp 817 W.printNumber("ilocalsym", DLC.ilocalsym);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 1631 if (Dysymtab.nlocalsym != 0 && Dysymtab.ilocalsym > Symtab.nsyms) {
1632 Err = malformedError("ilocalsym in LC_DYSYMTAB load command "
1636 uint64_t BigSize = Dysymtab.ilocalsym;
1639 Err = malformedError("ilocalsym plus nlocalsym in LC_DYSYMTAB load "
4496 Cmd.ilocalsym = 0;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 8834 outs() << " ilocalsym " << dyst.ilocalsym;
8835 if (dyst.ilocalsym > nsyms)
8841 big_size = dyst.ilocalsym;

Completed in 82 milliseconds