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

  /src/external/gpl3/binutils/dist/ld/
pdb.c 3765 static const char linker_fn[] = "* Linker *\0"; local
3798 *sym_byte_size += offsetof (struct objname, name) + sizeof (linker_fn);
3832 + sizeof (linker_fn) - sizeof (uint16_t), &name->size);
3835 memcpy (name->name, linker_fn, sizeof (linker_fn));
3837 ptr += offsetof (struct objname, name) + sizeof (linker_fn);
4025 static const char linker_fn[] = "* Linker *"; local
4036 len += sizeof (linker_fn); /* Object name. */
4152 memcpy (ptr, linker_fn, sizeof (linker_fn));
    [all...]
pdb.c 3765 static const char linker_fn[] = "* Linker *\0"; local
3798 *sym_byte_size += offsetof (struct objname, name) + sizeof (linker_fn);
3832 + sizeof (linker_fn) - sizeof (uint16_t), &name->size);
3835 memcpy (name->name, linker_fn, sizeof (linker_fn));
3837 ptr += offsetof (struct objname, name) + sizeof (linker_fn);
4025 static const char linker_fn[] = "* Linker *"; local
4036 len += sizeof (linker_fn); /* Object name. */
4152 memcpy (ptr, linker_fn, sizeof (linker_fn));
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
pdb.c 3766 static const char linker_fn[] = "* Linker *\0"; local
3799 *sym_byte_size += offsetof (struct objname, name) + sizeof (linker_fn);
3833 + sizeof (linker_fn) - sizeof (uint16_t), &name->size);
3836 memcpy (name->name, linker_fn, sizeof (linker_fn));
3838 ptr += offsetof (struct objname, name) + sizeof (linker_fn);
4026 static const char linker_fn[] = "* Linker *"; local
4037 len += sizeof (linker_fn); /* Object name. */
4153 memcpy (ptr, linker_fn, sizeof (linker_fn));
    [all...]
pdb.c 3766 static const char linker_fn[] = "* Linker *\0"; local
3799 *sym_byte_size += offsetof (struct objname, name) + sizeof (linker_fn);
3833 + sizeof (linker_fn) - sizeof (uint16_t), &name->size);
3836 memcpy (name->name, linker_fn, sizeof (linker_fn));
3838 ptr += offsetof (struct objname, name) + sizeof (linker_fn);
4026 static const char linker_fn[] = "* Linker *"; local
4037 len += sizeof (linker_fn); /* Object name. */
4153 memcpy (ptr, linker_fn, sizeof (linker_fn));
    [all...]

Completed in 49 milliseconds