Home
last modified time | relevance | path

Searched refs:write_symbol (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dbinary.cc244 this->write_symbol<size, big_endian>("", &strtab, 0, 0, 0, &pout); in sized_convert()
245 this->write_symbol<size, big_endian>(start_symbol_name, &strtab, 0, filesize, in sized_convert()
247 this->write_symbol<size, big_endian>(end_symbol_name, &strtab, filesize, 0, in sized_convert()
249 this->write_symbol<size, big_endian>(size_symbol_name, &strtab, filesize, 0, in sized_convert()
348 Binary_to_elf::write_symbol( in write_symbol() function in gold::Binary_to_elf
Dbinary.h97 write_symbol(const std::string&, const Stringpool_template<char>*,
DChangeLog-08151818 (Binary_to_elf::write_symbol): Add st_size parameter.
1819 * binary.h (Binary_to_elf::write_symbol): Add st_size parameter.