HomeSort by relevance Sort by last modified time
    Searched defs:relobj (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.25/gold/testsuite/
binary_unittest.cc 122 Sized_relobj_file<size, big_endian>* relobj = local
126 CHECK(relobj->symbol_section_and_value(0, &value, &is_ordinary) == 0);
129 CHECK(relobj->symbol_section_and_value(1, &value, &is_ordinary) == 1);
132 CHECK(relobj->symbol_section_and_value(2, &value, &is_ordinary) == 1);
135 CHECK(relobj->symbol_section_and_value(3, &value, &is_ordinary)
  /toolchain/binutils/binutils-2.25/gold/
mapfile.cc 205 const Sized_relobj_file<size, big_endian>* relobj,
208 unsigned int symcount = relobj->symbol_count();
209 for (unsigned int i = relobj->local_symbol_count(); i < symcount; ++i)
211 const Symbol* sym = relobj->global_symbol(i);
215 && sym->object() == relobj
236 Mapfile::print_input_section(Relobj* relobj, unsigned int shndx)
240 std::string name = relobj->section_name(shndx);
247 if (!relobj->is_section_included(shndx))
254 os = relobj->output_section(shndx)
354 Relobj* relobj = *p; local
    [all...]
arm.cc 509 // If SYMBOL is not null, this is a global symbol, we ignore RELOBJ and
510 // R_SYM. Otherwise, this is a local symbol and RELOBJ must non-NULL
512 Key(Stub_type stub_type, const Symbol* symbol, const Relobj* relobj,
523 gold_assert(relobj != NULL && r_sym != invalid_index);
525 this->u_.relobj = relobj;
550 // Return the relobj if there is one.
551 const Relobj*
552 relobj() cons function in class:__anon74181::Reloc_stub::Key
614 const Relobj* relobj; member in union:__anon74181::Reloc_stub::Key::__anon74183
674 relobj() const function in class:__anon74181::Cortex_a8_stub
    [all...]
incremental.cc 1557 const Relobj* relobj = static_cast<const Relobj*>(obj); local
    [all...]
symtab.cc 357 Relobj* relobj = static_cast<Relobj*>(this->object()); local
361 && !relobj->is_section_included(shndx)
362 && !symtab->is_section_folded(relobj, shndx))
493 Relobj* relobj = static_cast<Relobj*>(this->u_.from_object.object); local
494 return relobj->output_section(shndx);
2649 Relobj* relobj = static_cast<Relobj*>(symobj); local
2972 Relobj* relobj = static_cast<Relobj*>(symobj); local
    [all...]
output.cc 733 Sized_relobj<size, big_endian>* relobj,
747 this->u2_.relobj = relobj;
756 Sized_relobj<size, big_endian>* relobj,
774 this->u1_.relobj = relobj;
782 Sized_relobj<size, big_endian>* relobj,
801 this->u1_.relobj = relobj;
802 this->u2_.relobj = relobj
957 Sized_relobj_file<size, big_endian>* relobj = local
1013 Sized_relobj_file<size, big_endian>* relobj = local
1084 Sized_relobj_file<size, big_endian>* relobj = local
1147 Sized_relobj_file<size, big_endian>* relobj = local
2116 Output_section::Input_section::relobj() const function in class:gold::Output_section::Input_section
    [all...]
script-sections.cc 1444 relobj() const function in class:gold::Input_section_info
1571 Relobj* relobj = p->relobj(); local
    [all...]
output.h 663 add_input_section(Relobj* object, unsigned int shndx)
673 output_offset(const Relobj* object, unsigned int shndx,
682 is_merge_section_for(const Relobj* object, unsigned int shndx) const
709 do_add_input_section(Relobj*, unsigned int)
714 do_output_offset(const Relobj*, unsigned int, section_offset_type,
720 do_is_merge_section_for(const Relobj*, unsigned int) const
1036 Sized_relobj<size, big_endian>* relobj,
1042 Output_reloc(Sized_relobj<size, big_endian>* relobj,
1048 Output_reloc(Sized_relobj<size, big_endian>* relobj,
1060 Sized_relobj<size, big_endian>* relobj, unsigned int shndx
1198 Sized_relobj<size, big_endian>* relobj; member in union:gold::Output_reloc::__anon74208
1214 Sized_relobj<size, big_endian>* relobj; member in union:gold::Output_reloc::__anon74209
1526 Sized_relobj<size, big_endian>* relobj = reloc.get_relobj(); local
2786 relobj() const function in class:gold::Output_relaxed_input_section
    [all...]
aarch64.cc 443 // Add a static reloc for the GOT entry at OFFSET. RELOBJ is an object
448 Sized_relobj_file<size, big_endian>* relobj,
451 this->static_relocs_.push_back(Static_reloc(got_offset, r_type, relobj,
493 Sized_relobj_file<size, big_endian>* object = reloc.relobj();
495 reloc.relobj()->local_symbol(reloc.index());
509 reloc.index(), reloc.relobj()->name().c_str());
583 Sized_relobj_file<size, big_endian>* relobj, unsigned int index)
586 this->u_.local.relobj = relobj;
615 relobj() cons function in class:__anon74173::Output_data_got_aarch64::Static_reloc
647 Sized_relobj_file<size, big_endian>* relobj; member in struct:__anon74173::Output_data_got_aarch64::Static_reloc::__anon74174::__anon74176
953 relobj() function in class:__anon74173::Output_data_got_aarch64::Erratum_stub
1210 relobj() const function in class:__anon74173::Output_data_got_aarch64::Reloc_stub::Key
1271 const Relobj* relobj; member in union:__anon74173::Output_data_got_aarch64::Reloc_stub::Key::__anon74178
2490 Relobj* relobj = this->relobj(); local
2759 The_aarch64_relobj* relobj = static_cast<The_aarch64_relobj*>( local
    [all...]
powerpc.cc 548 do_output_section_name(const Relobj*, const char* name, size_t* plen) const
602 do_plt_address_for_local(const Relobj*, unsigned int) const;
611 do_tls_offset_for_local(const Relobj* object,
970 Sized_relobj_file<size, big_endian>* relobj,
983 <Powerpc_relobj<size, big_endian>*>(relobj);
995 Sized_relobj_file<size, big_endian>* relobj,
1006 <Powerpc_relobj<size, big_endian>*>(relobj);
1032 check_non_pic(Relobj*, unsigned int r_type);
1101 get_size_for_reloc(unsigned int, Relobj*)
3781 const Sized_relobj_file<size, big_endian>* relobj = p->first.object_; local
8257 const Sized_relobj<size, big_endian>* relobj local
    [all...]
mips.cc 2127 relobj() const function in class:__anon74199::Mips_output_data_got::Static_reloc
2159 Sized_relobj_file<size, big_endian>* relobj; member in struct:__anon74199::Mips_output_data_got::Static_reloc::__anon74201::__anon74203
7997 Mips_relobj<size, big_endian>* relobj = local
8048 Mips_relobj<size, big_endian>* relobj = local
    [all...]

Completed in 1454 milliseconds