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

  /src/external/gpl3/binutils/dist/include/mach-o/
external.h 218 unsigned char nextrefsyms[4]; member in struct:mach_o_dysymtab_command_external
  /src/external/gpl3/binutils.old/dist/include/mach-o/
external.h 218 unsigned char nextrefsyms[4]; member in struct:mach_o_dysymtab_command_external
  /src/external/gpl3/gdb/dist/include/mach-o/
external.h 218 unsigned char nextrefsyms[4]; member in struct:mach_o_dysymtab_command_external
  /src/external/gpl3/gdb.old/dist/include/mach-o/
external.h 218 unsigned char nextrefsyms[4]; member in struct:mach_o_dysymtab_command_external
  /src/external/gpl3/binutils/dist/bfd/
mach-o.h 329 unsigned long nextrefsyms; /* Number of referenced symbol table entries. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c 2156 || cmd->nextrefsyms != 0)
2373 if (cmd->nextrefsyms != 0)
2380 for (i = 0; i < cmd->nextrefsyms; i++)
2424 bfd_h_put_32 (abfd, cmd->nextrefsyms, &raw.nextrefsyms);
4332 cmd->nextrefsyms = bfd_h_get_32 (abfd, raw.nextrefsyms);
4476 if (cmd->nextrefsyms != 0)
4483 || cmd->nextrefsyms > (filesize - cmd->extrefsymoff) / 4)
4488 if (_bfd_mul_overflow (cmd->nextrefsyms,
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.h 329 unsigned long nextrefsyms; /* Number of referenced symbol table entries. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c 2155 || cmd->nextrefsyms != 0)
2372 if (cmd->nextrefsyms != 0)
2379 for (i = 0; i < cmd->nextrefsyms; i++)
2423 bfd_h_put_32 (abfd, cmd->nextrefsyms, &raw.nextrefsyms);
4331 cmd->nextrefsyms = bfd_h_get_32 (abfd, raw.nextrefsyms);
4475 if (cmd->nextrefsyms != 0)
4482 || cmd->nextrefsyms > (filesize - cmd->extrefsymoff) / 4)
4487 if (_bfd_mul_overflow (cmd->nextrefsyms,
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
mach-o.h 329 unsigned long nextrefsyms; /* Number of referenced symbol table entries. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c 2153 || cmd->nextrefsyms != 0)
2370 if (cmd->nextrefsyms != 0)
2377 for (i = 0; i < cmd->nextrefsyms; i++)
2421 bfd_h_put_32 (abfd, cmd->nextrefsyms, &raw.nextrefsyms);
4329 cmd->nextrefsyms = bfd_h_get_32 (abfd, raw.nextrefsyms);
4473 if (cmd->nextrefsyms != 0)
4480 || cmd->nextrefsyms > (filesize - cmd->extrefsymoff) / 4)
4485 if (_bfd_mul_overflow (cmd->nextrefsyms,
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
mach-o.h 329 unsigned long nextrefsyms; /* Number of referenced symbol table entries. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c 2153 || cmd->nextrefsyms != 0)
2370 if (cmd->nextrefsyms != 0)
2377 for (i = 0; i < cmd->nextrefsyms; i++)
2421 bfd_h_put_32 (abfd, cmd->nextrefsyms, &raw.nextrefsyms);
4338 cmd->nextrefsyms = bfd_h_get_32 (abfd, raw.nextrefsyms);
4482 if (cmd->nextrefsyms != 0)
4489 || cmd->nextrefsyms > (filesize - cmd->extrefsymoff) / 4)
4494 if (_bfd_mul_overflow (cmd->nextrefsyms,
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
od-macho.c 489 dysymtab->extrefsymoff, dysymtab->nextrefsyms);
492 + dysymtab->nextrefsyms * BFD_MACH_O_REFERENCE_SIZE);
512 || dysymtab->nextrefsyms > 0)
632 if (dysymtab->nextrefsyms > 0)
637 for (i = 0; i < dysymtab->nextrefsyms; i++)
  /src/external/gpl3/binutils.old/dist/binutils/
od-macho.c 489 dysymtab->extrefsymoff, dysymtab->nextrefsyms);
492 + dysymtab->nextrefsyms * BFD_MACH_O_REFERENCE_SIZE);
512 || dysymtab->nextrefsyms > 0)
632 if (dysymtab->nextrefsyms > 0)
637 for (i = 0; i < dysymtab->nextrefsyms; i++)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOLayoutBuilder.cpp 305 MLC.dysymtab_command_data.nextrefsyms != 0 ||
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
loader.d 1532 uint nextrefsyms;
3036 uint nextrefsyms;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MachOYAML.cpp 352 IO.mapRequired("nextrefsyms", LoadCommand.nextrefsyms);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp 828 W.printNumber("nextrefsyms", DLC.nextrefsyms);
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h 716 uint32_t nextrefsyms; member in struct:llvm::MachO::dysymtab_command
1252 sys::swapByteOrder(dst.nextrefsyms);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 524 BigSize = Dysymtab.nextrefsyms;
528 return malformedError("extrefsymoff field plus nextrefsyms field times "
533 Dysymtab.nextrefsyms *
4507 Cmd.nextrefsyms = 0;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 8909 outs() << " nextrefsyms " << dyst.nextrefsyms;
8910 big_size = dyst.nextrefsyms;

Completed in 99 milliseconds