Home
last modified time | relevance | path

Searched refs:find_shdr (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dobject.cc586 Object::find_shdr( in find_shdr() function in gold::Object
655 s = this->template find_shdr<size, big_endian>(pshdrs, ".eh_frame", in find_eh_frame()
3326 Object::find_shdr<32,false>(const unsigned char*, const char*, const char*,
3337 Object::find_shdr<32,true>(const unsigned char*, const char*, const char*,
3348 Object::find_shdr<64,false>(const unsigned char*, const char*, const char*,
3359 Object::find_shdr<64,true>(const unsigned char*, const char*, const char*,
Dobject.h994 find_shdr(const unsigned char* pshdrs, const char* name,
Dpowerpc.cc1867 s = this->template find_shdr<size, big_endian>(pshdrs, in do_find_special_sections()
1885 s = this->template find_shdr<size, big_endian>(pshdrs, ".rela.toc", in do_find_special_sections()
2140 s = this->template find_shdr<size, big_endian>(pshdrs, ".opd", names, in do_read_symbols()
DChangeLog-08153530 * object.h (class Sized_relobj_file): Move find_shdr..
3533 (Sized_relobj_file::find_eh_frame): Update find_shdr call.
3536 (Powerpc_relobj::do_find_special_sections): Update find_shdr call.
4817 * object.h (Sized_relobj_file::find_shdr): New function.
4819 * object.cc (Sized_relobj_file::find_shdr): New function.
4820 (Sized_relobj_file::find_eh_frame): Use find_shdr.