Home
last modified time | relevance | path

Searched refs:do_section_entsize (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dplugin.h514 do_section_entsize(unsigned int shndx);
Ddynobj.h232 do_section_entsize(unsigned int ) in do_section_entsize() function
Dobject.h537 { return this->do_section_entsize(shndx); } in section_entsize()
857 do_section_entsize(unsigned int shndx) = 0;
2351 do_section_entsize(unsigned int shndx);
Dincremental.h1917 do_section_entsize(unsigned int shndx);
2128 do_section_entsize(unsigned int shndx);
Dincremental.cc2314 Sized_relobj_incr<size, big_endian>::do_section_entsize(unsigned int) in do_section_entsize() function in gold::Sized_relobj_incr
2890 Sized_incr_dynobj<size, big_endian>::do_section_entsize(unsigned int) in do_section_entsize() function in gold::Sized_incr_dynobj
Dplugin.cc1251 Sized_pluginobj<size, big_endian>::do_section_entsize(unsigned int) in do_section_entsize() function in gold::Sized_pluginobj
Ddwp.cc329 do_section_entsize(unsigned int) in do_section_entsize() function in gold::Sized_relobj_dwo
Dobject.cc2522 Sized_relobj_file<size, big_endian>::do_section_entsize(unsigned int shndx) in do_section_entsize() function in gold::Sized_relobj_file
DChangeLog6406 (Sized_incr_relobj::do_section_entsize): New function.
6434 (Sized_incr_dynobj::do_section_entsize): New function.
12982 * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
12986 * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
13005 * dynobj.h (Sized_dynobj::do_section_entsize): New function.
13019 (Sized_relobj::do_section_entsize): New function.
13021 (Object::do_section_entsize): New pure virtual function.
13023 (Relobj::do_section_entsize): New function.
13027 * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
13028 * plugin.h (Sized_pluginobj::do_section_entsize): New function.