Home
last modified time | relevance | path

Searched refs:entry_ (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-m68k.c1489 struct elf_m68k_got_entry entry_; in elf_m68k_get_got_entry() local
1512 entry_.key_ = *key; in elf_m68k_get_got_entry()
1513 ptr = htab_find_slot (got->entries, &entry_, (howto != SEARCH in elf_m68k_get_got_entry()
1740 struct elf_m68k_bfd2got_entry entry_; in elf_m68k_get_bfd2got_entry() local
1762 entry_.bfd = abfd; in elf_m68k_get_bfd2got_entry()
1763 ptr = htab_find_slot (multi_got->bfd2got, &entry_, (howto != SEARCH in elf_m68k_get_bfd2got_entry()
2459 struct elf_m68k_got_entry entry_; in elf_m68k_find_got_entry_ptr() local
2462 entry_.key_ = *key; in elf_m68k_find_got_entry_ptr()
2463 ptr = htab_find_slot (got->entries, &entry_, NO_INSERT); in elf_m68k_find_got_entry_ptr()
Delf32-score7.c891 score_elf_got_entry_hash (const void *entry_) in score_elf_got_entry_hash() argument
893 const struct score_got_entry *entry = (struct score_got_entry *) entry_; in score_elf_got_entry_hash()
Delf32-score.c1012 score_elf_got_entry_hash (const void *entry_) in score_elf_got_entry_hash() argument
1014 const struct score_got_entry *entry = (struct score_got_entry *)entry_; in score_elf_got_entry_hash()
Delf32-bfin.c1944 bfinfdpic_relocs_info_hash (const void *entry_) in bfinfdpic_relocs_info_hash() argument
1946 const struct bfinfdpic_relocs_info *entry = entry_; in bfinfdpic_relocs_info_hash()
Delfxx-mips.c1753 mips_elf_la25_stub_hash (const void *entry_) in mips_elf_la25_stub_hash() argument
1757 entry = (struct mips_elf_la25_stub *) entry_; in mips_elf_la25_stub_hash()
3020 mips_elf_got_entry_hash (const void *entry_) in mips_elf_got_entry_hash() argument
3022 const struct mips_got_entry *entry = (struct mips_got_entry *)entry_; in mips_elf_got_entry_hash()
3075 mips_got_page_entry_hash (const void *entry_) in mips_got_page_entry_hash() argument
3079 entry = (const struct mips_got_page_entry *) entry_; in mips_got_page_entry_hash()
Delf32-frv.c1095 frvfdpic_relocs_info_hash (const void *entry_) in frvfdpic_relocs_info_hash() argument
1097 const struct frvfdpic_relocs_info *entry = entry_; in frvfdpic_relocs_info_hash()
/toolchain/binutils/binutils-2.25/gold/
Dscript.h546 std::string entry_; variable
Dscript.cc1088 : entry_(), symbol_assignments_(), symbol_definitions_(), in Script_options()
1674 if (!this->entry_.empty()) in print()
1675 fprintf(f, "ENTRY(%s)\n", this->entry_.c_str()); in print()
Dincremental.cc1051 : entry_(entry), strtab_(strtab) in Unused_symbol_visitor()
1059 this->entry_->add_unused_global_symbol(symbol_key); in visit()
1063 Incremental_archive_entry* entry_; member in gold::Unused_symbol_visitor
DChangeLog5867 * output.h (class Output_file_header): Remove entry_ field.