Searched refs:Dynobj (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Ddynobj.cc37 // Class Dynobj.
42 Dynobj::Dynobj(const std::string& name, Input_file* input_file, off_t offset) function in class:gold::Dynobj
81 : Dynobj(name, input_file, offset),
857 Dynobj::compute_bucket_count(const std::vector<uint32_t>& hashcodes,
896 Dynobj::elf_hash(const char* name)
923 Dynobj::create_elf_hash_table(const std::vector<Symbol*>& dynsyms,
933 dynsym_hashvals[i] = Dynobj::elf_hash(dynsyms[i]->name());
936 Dynobj::compute_bucket_count(dynsym_hashvals, false);
963 Dynobj
[all...]
H A Ddynobj.h39 class Dynobj : public Object class in namespace:gold
45 Dynobj(const std::string& name, Input_file* input_file, off_t offset = 0);
110 virtual Dynobj*
171 class Sized_dynobj : public Dynobj
637 Dynobj*
H A Dsymtab.h48 class Dynobj;
1573 Dynobj*
1918 typedef Unordered_map<const Symbol*, Dynobj*> Copied_symbol_dynobjs;
H A Dobject.h48 class Dynobj;
443 // We keep the flag here rather than in Dynobj for convenience when
466 // is overridden in the Dynobj class.
467 Dynobj*
854 // is overridden in the Dynobj class.
855 virtual Dynobj*
2873 typedef std::vector<Dynobj*> Dynobj_list;
H A Dobject.cc2980 Dynobj* dynobj = static_cast<Dynobj*>(obj);
3026 const Dynobj::Needed& needed((*p)->needed());
3028 Dynobj::Needed::const_iterator pneeded;
H A Dsymtab.cc2331 Dynobj* dynobj = static_cast<Dynobj*>(object);
2371 Dynobj*
3320 Dynobj* dynobj = static_cast<Dynobj*>(sym->object());
H A Dincremental.cc1121 Dynobj* dynobj = obj->dynobj();
1689 Dynobj* dynobj = obj->dynobj();
2684 : Dynobj(name, NULL), ibase_(ibase),
H A Dincremental.h1335 // Similar to Object or Dynobj, but operates on Output_file and contains
2052 // An incremental Dynobj. This class represents a shared object that has
2057 class Sized_incr_dynobj : public Dynobj
H A Dlayout.cc4423 Dynobj::create_gnu_hash_table(*pdynamic_symbols,
4461 Dynobj::create_elf_hash_table(*pdynamic_symbols,
H A Darm.cc1786 as_arm_dynobj(Dynobj* dynobj)

Completed in 276 milliseconds