HomeSort by: relevance | last modified time | path
    Searched defs:uuid_cmd (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
mach-o.c 6041 bfd_mach_o_load_command *uuid_cmd = NULL; local
6042 int ncmd = bfd_mach_o_lookup_command (abfd, BFD_MACH_O_LC_UUID, &uuid_cmd);
6043 if (ncmd != 1 || uuid_cmd == NULL)
6045 return &uuid_cmd->command.uuid;
6048 /* Return true if ABFD is a dSYM file and its UUID matches UUID_CMD. */
6051 bfd_mach_o_dsym_for_uuid_p (bfd *abfd, const bfd_mach_o_uuid_command *uuid_cmd)
6056 BFD_ASSERT (uuid_cmd);
6070 if (memcmp (uuid_cmd->uuid, dsym_uuid_cmd->uuid,
6071 sizeof (uuid_cmd->uuid)) != 0)
6077 /* Find a BFD in DSYM_FILENAME which matches ARCH and UUID_CMD
6113 bfd_mach_o_uuid_command *uuid_cmd; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.c 6040 bfd_mach_o_load_command *uuid_cmd = NULL; local
6041 int ncmd = bfd_mach_o_lookup_command (abfd, BFD_MACH_O_LC_UUID, &uuid_cmd);
6042 if (ncmd != 1 || uuid_cmd == NULL)
6044 return &uuid_cmd->command.uuid;
6047 /* Return true if ABFD is a dSYM file and its UUID matches UUID_CMD. */
6050 bfd_mach_o_dsym_for_uuid_p (bfd *abfd, const bfd_mach_o_uuid_command *uuid_cmd)
6055 BFD_ASSERT (uuid_cmd);
6069 if (memcmp (uuid_cmd->uuid, dsym_uuid_cmd->uuid,
6070 sizeof (uuid_cmd->uuid)) != 0)
6076 /* Find a BFD in DSYM_FILENAME which matches ARCH and UUID_CMD
6112 bfd_mach_o_uuid_command *uuid_cmd; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
mach-o.c 6038 bfd_mach_o_load_command *uuid_cmd = NULL; local
6039 int ncmd = bfd_mach_o_lookup_command (abfd, BFD_MACH_O_LC_UUID, &uuid_cmd);
6040 if (ncmd != 1 || uuid_cmd == NULL)
6042 return &uuid_cmd->command.uuid;
6045 /* Return true if ABFD is a dSYM file and its UUID matches UUID_CMD. */
6048 bfd_mach_o_dsym_for_uuid_p (bfd *abfd, const bfd_mach_o_uuid_command *uuid_cmd)
6053 BFD_ASSERT (uuid_cmd);
6067 if (memcmp (uuid_cmd->uuid, dsym_uuid_cmd->uuid,
6068 sizeof (uuid_cmd->uuid)) != 0)
6074 /* Find a BFD in DSYM_FILENAME which matches ARCH and UUID_CMD
6110 bfd_mach_o_uuid_command *uuid_cmd; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
mach-o.c 6040 bfd_mach_o_load_command *uuid_cmd = NULL; local
6041 int ncmd = bfd_mach_o_lookup_command (abfd, BFD_MACH_O_LC_UUID, &uuid_cmd);
6042 if (ncmd != 1 || uuid_cmd == NULL)
6044 return &uuid_cmd->command.uuid;
6047 /* Return true if ABFD is a dSYM file and its UUID matches UUID_CMD. */
6050 bfd_mach_o_dsym_for_uuid_p (bfd *abfd, const bfd_mach_o_uuid_command *uuid_cmd)
6055 BFD_ASSERT (uuid_cmd);
6069 if (memcmp (uuid_cmd->uuid, dsym_uuid_cmd->uuid,
6070 sizeof (uuid_cmd->uuid)) != 0)
6076 /* Find a BFD in DSYM_FILENAME which matches ARCH and UUID_CMD
6112 bfd_mach_o_uuid_command *uuid_cmd; local
    [all...]

Completed in 25 milliseconds