• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/

Lines Matching +defs:name +defs:pos

221 	  const char *name;
227 name = _bfd_coff_internal_syment_name (abfd, &sym, buf);
228 if (name == NULL)
230 h = bfd_link_hash_lookup (info->hash, name, FALSE, FALSE, TRUE);
235 && CONST_STRNEQ (name, "__imp_"))
236 h = bfd_link_hash_lookup (info->hash, name + 6, FALSE, FALSE, TRUE);
245 if (! (*info->callbacks->add_archive_element) (info, abfd, name))
339 const char *name;
348 name = _bfd_coff_internal_syment_name (abfd, &sym, buf);
349 if (name == NULL)
352 /* We must copy the name into memory if we got it from the
400 name, FALSE, copy, FALSE);
409 name);
416 hashing the constants to an internal symbol name, and
442 && CONST_STRNEQ (name, "??_")
443 && strcmp (name, coff_section_data (abfd, section)->comdat->name) == 0)
447 name, FALSE, copy, FALSE);
451 && strcmp (coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat->name,
452 coff_section_data (abfd, section)->comdat->name) == 0)
459 (info, abfd, name, flags, section, value,
510 abfd, name, (*sym_hash)->type, sym.n_type);
586 if (CONST_STRNEQ (stab->name, ".stab")
587 && (!stab->name[5]
588 || (stab->name[5] == '.' && ISDIGIT (stab->name[6]))))
748 && strlen (o->name) > SCNNMLEN)
750 /* This section has a long name which must go in the string
755 if (_bfd_stringtab_add (finfo.strtab, o->name, FALSE, FALSE)
971 file_ptr pos;
977 pos = obj_sym_filepos (abfd) + finfo.last_file_index * symesz;
978 if (bfd_seek (abfd, pos, SEEK_SET) != 0
1097 file_ptr pos;
1099 pos = obj_sym_filepos (abfd) + obj_raw_syment_count (abfd) * symesz;
1100 if (bfd_seek (abfd, pos, SEEK_SET) != 0)
1238 char *name;
1246 s = get_name (s, &name);
1267 asec = bfd_get_section_by_name (abfd, name);
1531 /* If some symbols are stripped based on the name, work out the
1532 name and decide whether to skip this symbol. */
1537 const char *name;
1540 name = _bfd_coff_internal_syment_name (input_bfd, &isym, buf);
1541 if (name == NULL)
1546 && (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE,
1550 && bfd_is_local_label_name (input_bfd, name))))
1563 const char *name;
1573 name = _bfd_coff_internal_syment_name (input_bfd, &isym, buf);
1574 if (name == NULL)
1578 the same name. */
1579 if (*name == '~' || *name == '.' || *name == '$'
1580 || (*name == bfd_get_symbol_leading_char (input_bfd)
1581 && (name[1] == '~' || name[1] == '.' || name[1] == '$')))
1582 name = "";
1584 mh = coff_debug_merge_hash_lookup (&finfo->debug_merge, name,
1635 (*epp)->name = name_copy;
1692 if (strcmp (me->name, mel->name) != 0
1728 const char *name;
1731 /* This symbol has a long name. Enter it in the string
1736 name = _bfd_coff_internal_syment_name (input_bfd, &isym, NULL);
1737 if (name == NULL)
1739 indx = _bfd_stringtab_add (finfo->strtab, name, hash, copy);
1827 file_ptr pos;
1834 pos = obj_sym_filepos (output_bfd);
1835 pos += finfo->last_file_index * osymesz;
1836 if (bfd_seek (output_bfd, pos, SEEK_SET) != 0
1922 generate two symbols with the same name, but only one
2060 file_ptr pos;
2073 pos = obj_sym_filepos (output_bfd);
2074 pos += finfo->last_bf_index * osymesz;
2075 if (bfd_seek (output_bfd, pos, SEEK_SET) != 0
2125 file_ptr pos;
2228 pos = o->output_section->line_filepos;
2229 pos += o->output_section->lineno_count * linesz;
2231 if (bfd_seek (output_bfd, pos, SEEK_SET) != 0
2256 file_ptr pos;
2259 pos = obj_sym_filepos (output_bfd) + syment_base * osymesz;
2261 if (bfd_seek (output_bfd, pos, SEEK_SET) != 0
2403 const char *name;
2412 name = (_bfd_coff_internal_syment_name
2414 if (name == NULL)
2418 (finfo->info, name, input_bfd, o,
2463 file_ptr pos;
2579 pos = obj_sym_filepos (output_bfd);
2580 pos += obj_raw_syment_count (output_bfd) * symesz;
2581 if (bfd_seek (output_bfd, pos, SEEK_SET) != 0
2740 : link_order->u.reloc.p->u.name),
2741 howto->name, link_order->u.reloc.p->addend,
2785 link_order->u.reloc.p->u.name,
2803 (finfo->info, link_order->u.reloc.p->u.name, (bfd *) NULL,
3020 const char *name;
3024 name = "*ABS*";
3026 name = NULL;
3029 name = _bfd_coff_internal_syment_name (input_bfd, sym, buf);
3030 if (name == NULL)
3035 (info, (h ? &h->root : NULL), name, howto->name,