Searched refs:convert_types (Results 1 - 25 of 48) sorted by relevance

12

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Ddwp.h109 convert_types(const From from) function in namespace:gold
116 // A common case of convert_types<>: convert to section_size_type.
120 { return convert_types<section_size_type, From>(from); }
H A Dattributes.cc95 write_unsigned_LEB_128(buffer, convert_types<uint64_t, int>(tag));
100 convert_types<uint64_t, int>(this->int_value_));
218 uint32_t voa_size_as_u32 = convert_types<uint32_t, size_t>(voa_size);
233 convert_types<uint32_t, size_t>(voa_size - 4 - vendor_length);
321 int tag = convert_types<int, uint64_t>(val);
335 tag = convert_types<int, uint64_t>(val);
351 int_arg = convert_types<unsigned int, uint64_t>(val);
364 int_arg = convert_types<unsigned int, uint64_t>(val);
H A Dgold.h193 convert_types(const From from) function in namespace:gold
200 // A common case of convert_types<>: convert to section_size_type.
204 { return convert_types<section_size_type, From>(from); }
H A Doutput.h1740 convert_types<Address, uint64_t>(address),
1753 convert_types<Address, uint64_t>(address),
1827 convert_types<Address, uint64_t>(address),
1840 convert_types<Address, uint64_t>(address),
1941 convert_types<Address, uint64_t>(address),
1955 convert_types<Address, uint64_t>(address),
2056 convert_types<Address, uint64_t>(address),
2057 convert_types<Addend, uint64_t>(addend),
2069 convert_types<Address, uint64_t>(address),
2070 convert_types<Adden
[all...]
H A Darchive.cc296 unsigned long nsyms = convert_types<unsigned long, Entry_type>(
312 this->armap_[i].file_offset = convert_types<off_t, Entry_type>(
H A Dreloc.cc758 output_section_size = convert_types<Address, off_t>(os->data_size());
764 convert_types<Address, off_t>(os->postprocessing_buffer_size());
1128 convert_types<section_offset_type, Address>(offset);
H A Darm.cc1227 convert_types<section_offset_type, uint32_t>(this->original_size_)))
5301 convert_types<uint32_t, uint64_t>(relobj->section_addralign(shndx));
5309 convert_types<uint32_t, uint64_t>(relobj->section_size(shndx));
5347 off_t off = convert_types<off_t, uint64_t>(this->original_size_);
5365 off_t off = convert_types<off_t, uint64_t>(this->original_size_);
5485 convert_types<section_offset_type>(original_size);
5487 convert_types<section_offset_type>(this->data_size());
5496 size_t in_chunk_size = convert_types<size_t>(in_end - in_start + 1);
5500 convert_types<size_t>(out_end - out_start + 1);
5534 convert_types<section_offset_typ
[all...]
H A Dtarget-reloc.h896 convert_types<section_offset_type, Address>(offset);
H A Dicf.cc376 loc.offset = convert_types<off_t, long long>(it_a->first
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Ddwp.h109 convert_types(const From from) function in namespace:gold
116 // A common case of convert_types<>: convert to section_size_type.
120 { return convert_types<section_size_type, From>(from); }
H A Dattributes.cc95 write_unsigned_LEB_128(buffer, convert_types<uint64_t, int>(tag));
100 convert_types<uint64_t, int>(this->int_value_));
218 uint32_t voa_size_as_u32 = convert_types<uint32_t, size_t>(voa_size);
233 convert_types<uint32_t, size_t>(voa_size - 4 - vendor_length);
321 int tag = convert_types<int, uint64_t>(val);
335 tag = convert_types<int, uint64_t>(val);
351 int_arg = convert_types<unsigned int, uint64_t>(val);
364 int_arg = convert_types<unsigned int, uint64_t>(val);
H A Dgold.h189 convert_types(const From from) function in namespace:gold
196 // A common case of convert_types<>: convert to section_size_type.
200 { return convert_types<section_size_type, From>(from); }
H A Doutput.h1740 convert_types<Address, uint64_t>(address),
1753 convert_types<Address, uint64_t>(address),
1827 convert_types<Address, uint64_t>(address),
1840 convert_types<Address, uint64_t>(address),
1941 convert_types<Address, uint64_t>(address),
1955 convert_types<Address, uint64_t>(address),
2056 convert_types<Address, uint64_t>(address),
2057 convert_types<Addend, uint64_t>(addend),
2069 convert_types<Address, uint64_t>(address),
2070 convert_types<Adden
[all...]
H A Darchive.cc303 unsigned long nsyms = convert_types<unsigned long, Entry_type>(
319 this->armap_[i].file_offset = convert_types<off_t, Entry_type>(
H A Dreloc.cc758 output_section_size = convert_types<Address, off_t>(os->data_size());
764 convert_types<Address, off_t>(os->postprocessing_buffer_size());
1128 convert_types<section_offset_type, Address>(offset);
H A Darm.cc1227 convert_types<section_offset_type, uint32_t>(this->original_size_)))
5301 convert_types<uint32_t, uint64_t>(relobj->section_addralign(shndx));
5309 convert_types<uint32_t, uint64_t>(relobj->section_size(shndx));
5347 off_t off = convert_types<off_t, uint64_t>(this->original_size_);
5365 off_t off = convert_types<off_t, uint64_t>(this->original_size_);
5485 convert_types<section_offset_type>(original_size);
5487 convert_types<section_offset_type>(this->data_size());
5496 size_t in_chunk_size = convert_types<size_t>(in_end - in_start + 1);
5500 convert_types<size_t>(out_end - out_start + 1);
5534 convert_types<section_offset_typ
[all...]
H A Dicf.cc376 loc.offset = convert_types<off_t, long long>(it_a->first
H A Dtarget-reloc.h896 convert_types<section_offset_type, Address>(offset);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Ddwp.h109 convert_types(const From from) function in namespace:gold
116 // A common case of convert_types<>: convert to section_size_type.
120 { return convert_types<section_size_type, From>(from); }
H A Dattributes.cc95 write_unsigned_LEB_128(buffer, convert_types<uint64_t, int>(tag));
100 convert_types<uint64_t, int>(this->int_value_));
218 uint32_t voa_size_as_u32 = convert_types<uint32_t, size_t>(voa_size);
233 convert_types<uint32_t, size_t>(voa_size - 4 - vendor_length);
321 int tag = convert_types<int, uint64_t>(val);
335 tag = convert_types<int, uint64_t>(val);
351 int_arg = convert_types<unsigned int, uint64_t>(val);
364 int_arg = convert_types<unsigned int, uint64_t>(val);
H A Dgold.h193 convert_types(const From from) function in namespace:gold
200 // A common case of convert_types<>: convert to section_size_type.
204 { return convert_types<section_size_type, From>(from); }
H A Doutput.h1740 convert_types<Address, uint64_t>(address),
1753 convert_types<Address, uint64_t>(address),
1827 convert_types<Address, uint64_t>(address),
1840 convert_types<Address, uint64_t>(address),
1941 convert_types<Address, uint64_t>(address),
1955 convert_types<Address, uint64_t>(address),
2056 convert_types<Address, uint64_t>(address),
2057 convert_types<Addend, uint64_t>(addend),
2069 convert_types<Address, uint64_t>(address),
2070 convert_types<Adden
[all...]
H A Darchive.cc296 unsigned long nsyms = convert_types<unsigned long, Entry_type>(
312 this->armap_[i].file_offset = convert_types<off_t, Entry_type>(
H A Dreloc.cc758 output_section_size = convert_types<Address, off_t>(os->data_size());
764 convert_types<Address, off_t>(os->postprocessing_buffer_size());
1128 convert_types<section_offset_type, Address>(offset);
H A Darm.cc1227 convert_types<section_offset_type, uint32_t>(this->original_size_)))
5301 convert_types<uint32_t, uint64_t>(relobj->section_addralign(shndx));
5309 convert_types<uint32_t, uint64_t>(relobj->section_size(shndx));
5347 off_t off = convert_types<off_t, uint64_t>(this->original_size_);
5365 off_t off = convert_types<off_t, uint64_t>(this->original_size_);
5485 convert_types<section_offset_type>(original_size);
5487 convert_types<section_offset_type>(this->data_size());
5496 size_t in_chunk_size = convert_types<size_t>(in_end - in_start + 1);
5500 convert_types<size_t>(out_end - out_start + 1);
5534 convert_types<section_offset_typ
[all...]

Completed in 429 milliseconds

12