Searched refs:convert_to_section_size_type (Results 1 - 25 of 88) sorted by relevance

1234

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Ddwp.h119 convert_to_section_size_type(const From from) function in namespace:gold
H A Dattributes.cc288 convert_to_section_size_type(read_from_pointer<32>(&p));
323 convert_to_section_size_type(read_from_pointer<32>(&p));
448 convert_to_section_size_type(this->data_size());
453 gold_assert(convert_to_section_size_type(buffer.size()) == oview_size);
H A Dmerge.cc267 convert_to_section_size_type(this->pomd_->entsize());
308 section_size_type entsize = convert_to_section_size_type(this->entsize());
310 convert_to_section_size_type(this->addralign());
342 section_size_type entsize = convert_to_section_size_type(this->entsize());
H A Dgold.h203 convert_to_section_size_type(const From from) function in namespace:gold
H A Dgc.h261 convert_to_section_size_type(reloc.get_r_offset());
338 convert_to_section_size_type(reloc.get_r_offset());
H A Dcopy-relocs.cc205 convert_to_section_size_type(dynbss->current_data_size());
H A Dreloc.cc773 view_size = convert_to_section_size_type(shdr.get_sh_size());
784 view_size = convert_to_section_size_type(output_section_size);
1282 convert_to_section_size_type(reloc.get_r_offset());
1356 convert_to_section_size_type(reloc.get_r_offset());
1436 convert_to_section_size_type(loc.offset);
1438 convert_to_section_size_type(isym.get_st_size());
H A Dbinary.cc140 section_size_type filesize = convert_to_section_size_type(f.filesize());
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Ddwp.h119 convert_to_section_size_type(const From from) function in namespace:gold
H A Dattributes.cc288 convert_to_section_size_type(read_from_pointer<32>(&p));
323 convert_to_section_size_type(read_from_pointer<32>(&p));
448 convert_to_section_size_type(this->data_size());
453 gold_assert(convert_to_section_size_type(buffer.size()) == oview_size);
H A Dmerge.cc267 convert_to_section_size_type(this->pomd_->entsize());
308 section_size_type entsize = convert_to_section_size_type(this->entsize());
310 convert_to_section_size_type(this->addralign());
342 section_size_type entsize = convert_to_section_size_type(this->entsize());
H A Dgold.h199 convert_to_section_size_type(const From from) function in namespace:gold
H A Dgc.h261 convert_to_section_size_type(reloc.get_r_offset());
338 convert_to_section_size_type(reloc.get_r_offset());
H A Dcopy-relocs.cc205 convert_to_section_size_type(dynbss->current_data_size());
H A Dreloc.cc773 view_size = convert_to_section_size_type(shdr.get_sh_size());
784 view_size = convert_to_section_size_type(output_section_size);
1282 convert_to_section_size_type(reloc.get_r_offset());
1356 convert_to_section_size_type(reloc.get_r_offset());
1436 convert_to_section_size_type(loc.offset);
1438 convert_to_section_size_type(isym.get_st_size());
H A Dbinary.cc140 section_size_type filesize = convert_to_section_size_type(f.filesize());
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Ddwp.h119 convert_to_section_size_type(const From from) function in namespace:gold
H A Dattributes.cc288 convert_to_section_size_type(read_from_pointer<32>(&p));
323 convert_to_section_size_type(read_from_pointer<32>(&p));
448 convert_to_section_size_type(this->data_size());
453 gold_assert(convert_to_section_size_type(buffer.size()) == oview_size);
H A Dmerge.cc267 convert_to_section_size_type(this->pomd_->entsize());
308 section_size_type entsize = convert_to_section_size_type(this->entsize());
310 convert_to_section_size_type(this->addralign());
342 section_size_type entsize = convert_to_section_size_type(this->entsize());
H A Dgold.h203 convert_to_section_size_type(const From from) function in namespace:gold
H A Dgc.h261 convert_to_section_size_type(reloc.get_r_offset());
338 convert_to_section_size_type(reloc.get_r_offset());
H A Dcopy-relocs.cc205 convert_to_section_size_type(dynbss->current_data_size());
H A Dreloc.cc773 view_size = convert_to_section_size_type(shdr.get_sh_size());
784 view_size = convert_to_section_size_type(output_section_size);
1282 convert_to_section_size_type(reloc.get_r_offset());
1356 convert_to_section_size_type(reloc.get_r_offset());
1436 convert_to_section_size_type(loc.offset);
1438 convert_to_section_size_type(isym.get_st_size());
H A Dbinary.cc140 section_size_type filesize = convert_to_section_size_type(f.filesize());
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dbinary_unittest.cc106 CHECK(len == convert_to_section_size_type(st.st_size));

Completed in 379 milliseconds

1234