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

Lines Matching +defs:mh +defs:data

454    CT_MIPS_REL32	Address in data
574 /* Get word-sized data. */
578 /* Put out word-sized data. */
1126 void *data ATTRIBUTE_UNUSED)
1251 access data when neither GP-relative nor PC-relative addressing
1258 bfd_boolean jal_shuffle, bfd_byte *data)
1267 extend = bfd_get_16 (abfd, data);
1268 insn = bfd_get_16 (abfd, data + 2);
1280 bfd_put_32 (abfd, val, data);
1285 bfd_boolean jal_shuffle, bfd_byte *data)
1293 val = bfd_get_32 (abfd, data);
1313 bfd_put_16 (abfd, insn, data + 2);
1314 bfd_put_16 (abfd, extend, data);
1320 bfd_boolean relocatable, void *data, bfd_vma gp)
1352 (bfd_byte *) data
1374 bfd_byte *data;
1394 asymbol *symbol ATTRIBUTE_UNUSED, void *data,
1408 n->data = data;
1425 void *data, asection *input_section,
1432 return _bfd_mips_elf_generic_reloc (abfd, reloc_entry, symbol, data,
1436 return _bfd_mips_elf_hi16_reloc (abfd, reloc_entry, symbol, data,
1446 void *data, asection *input_section,
1450 bfd_byte *location = (bfd_byte *) data + reloc_entry->address;
1480 ret = _bfd_mips_elf_generic_reloc (abfd, &hi->rel, symbol, hi->data,
1490 return _bfd_mips_elf_generic_reloc (abfd, reloc_entry, symbol, data,
1501 asymbol *symbol, void *data ATTRIBUTE_UNUSED,
1546 bfd_byte *location = (bfd_byte *) data + reloc_entry->address;
1772 mips_elf_output_extsym (struct mips_elf_link_hash_entry *h, void *data)
1774 struct extsym_info *einfo = data;
1862 else if (strcmp (name, ".data") == 0)
2807 mips_elf_sort_hash_table_f (struct mips_elf_link_hash_entry *h, void *data)
2809 struct mips_elf_hash_sort_data *hsd = data;
3000 be the master GOT data. */
5200 asection *section = bfd_get_section_by_name (abfd, ".data");
5207 to the base of the .data section. So substract the section
5288 lw $4,%got_disp(.data)($gp)
5292 then the linker will resolve both relocations to .data and the program
5849 /* Fall through. XXX Can we treat this as allocated data? */
5875 elf_data_section->name = ".data";
5879 elf_data_symbol->name = ".data";
6084 /* __rld_map is a four byte word located in the .data section
6777 struct mips_elf_link_hash_entry *mh;
6779 mh = (struct mips_elf_link_hash_entry *) h;
6780 mh->need_fn_stub = TRUE;
9626 /* Copy data from a MIPS ELF indirect symbol to its direct symbol,
9998 bfd_byte *data,
10020 if (!bfd_get_section_contents (input_bfd, input_section, data, 0, sz))
10095 data, gp);
10097 r = bfd_perform_relocation (input_bfd, *parent, data,
10147 return data;
10244 ".text", ".init", ".fini", ".data",
10612 information describing how the small data area would
10646 /* There is one gptab for initialized data, and one for
10647 uninitialized data. */
10661 /* The linker script always combines .gptab.data and
10670 o->name = ".gptab.data";
10979 /* Merge backend specific data from an object file to the output
11065 /* Ignore synthetic sections and empty .text, .data and .bss sections
11071 && strcmp (sec->name, ".data")
11213 /* Print normal ELF private data. */