Searched refs:do_section_contents (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | plugin.h | 505 do_section_contents(unsigned int shndx, section_size_type* plen,
|
D | dynobj.h | 212 do_section_contents(unsigned int shndx, section_size_type* plen, in do_section_contents() function
|
D | incremental.h | 1908 do_section_contents(unsigned int shndx, section_size_type* plen, 2119 do_section_contents(unsigned int shndx, section_size_type* plen,
|
D | object.h | 840 do_section_contents(unsigned int shndx, section_size_type* plen, 2332 do_section_contents(unsigned int shndx, section_size_type* plen, in do_section_contents() function
|
D | dwp.cc | 285 do_section_contents(unsigned int, section_size_type*, bool); 812 Sized_relobj_dwo<size, big_endian>::do_section_contents( in do_section_contents() function in gold::Sized_relobj_dwo
|
D | incremental.cc | 2285 Sized_relobj_incr<size, big_endian>::do_section_contents( in do_section_contents() function in gold::Sized_relobj_incr 2869 Sized_incr_dynobj<size, big_endian>::do_section_contents( in do_section_contents() function in gold::Sized_incr_dynobj
|
D | object.cc | 182 { return this->do_section_contents(shndx, plen, cache); } in section_contents() 2819 const unsigned char* buffer = this->do_section_contents(shndx, &buffer_size, in decompressed_section_contents()
|
D | plugin.cc | 1228 Sized_pluginobj<size, big_endian>::do_section_contents( in do_section_contents() function in gold::Sized_pluginobj
|
D | ChangeLog | 4025 * dynobj.h (Sized_dynobj::do_section_contents): Refactor code from 4032 (Sized_relobj_incr::do_section_contents): Adjust parameter list and 4034 (Sized_incr_dynobj::do_section_contents): Adjust parameter list and 4036 * incremental.h (Sized_relobj_incr::do_section_contents): Adjust 4038 (Sized_incr_dynobj::do_section_contents): Likewise. 4049 do_section_contents. 4058 do_section_contents directly. 4059 * object.h (Object::do_section_contents): Adjust parameter list and 4061 (Object::do_decompressed_section_contents): Call do_section_contents 4063 (Sized_relobj_file::do_section_contents): Adjust parameter list and [all …]
|