Lines Matching refs:address
70 address() const in address() function
1032 Address address, bool is_relative, bool is_symbolless,
1037 unsigned int shndx, Address address, bool is_relative,
1044 Output_data* od, Address address, bool is_relative,
1050 unsigned int shndx, Address address, bool is_relative,
1057 Address address, bool is_relative);
1061 Address address, bool is_relative);
1065 Output_reloc(unsigned int type, Output_data* od, Address address,
1069 unsigned int shndx, Address address, bool is_relative);
1076 Address address);
1080 unsigned int shndx, Address address);
1266 Address address, Addend addend, bool is_relative, in Output_reloc() argument
1268 : rel_(gsym, type, od, address, is_relative, is_symbolless, in Output_reloc()
1275 unsigned int shndx, Address address, Addend addend, in Output_reloc() argument
1277 : rel_(gsym, type, relobj, shndx, address, is_relative, in Output_reloc()
1285 Output_data* od, Address address, in Output_reloc() argument
1289 : rel_(relobj, local_sym_index, type, od, address, is_relative, in Output_reloc()
1296 unsigned int shndx, Address address, in Output_reloc() argument
1300 : rel_(relobj, local_sym_index, type, shndx, address, is_relative, in Output_reloc()
1308 Address address, Addend addend, bool is_relative) in Output_reloc() argument
1309 : rel_(os, type, od, address, is_relative), addend_(addend) in Output_reloc()
1314 unsigned int shndx, Address address, Addend addend, in Output_reloc() argument
1316 : rel_(os, type, relobj, shndx, address, is_relative), addend_(addend) in Output_reloc()
1321 Output_reloc(unsigned int type, Output_data* od, Address address, in Output_reloc() argument
1323 : rel_(type, od, address, is_relative), addend_(addend) in Output_reloc()
1327 unsigned int shndx, Address address, Addend addend, in Output_reloc() argument
1329 : rel_(type, relobj, shndx, address, is_relative), addend_(addend) in Output_reloc()
1337 Address address, Addend addend) in Output_reloc() argument
1338 : rel_(type, arg, od, address), addend_(addend) in Output_reloc()
1343 unsigned int shndx, Address address, Addend addend) in Output_reloc() argument
1344 : rel_(type, arg, relobj, shndx, address), addend_(addend) in Output_reloc()
1416 uint64_t address, uint64_t addend) = 0;
1423 Relobj* relobj, unsigned int shndx, uint64_t address,
1431 unsigned int type, Output_data* od, uint64_t address,
1441 uint64_t address, uint64_t addend) = 0;
1448 Output_data* od, uint64_t address,
1458 unsigned int shndx, uint64_t address,
1572 add_global(Symbol* gsym, unsigned int type, Output_data* od, Address address) in add_global() argument
1574 this->add(od, Output_reloc_type(gsym, type, od, address, in add_global()
1581 unsigned int shndx, Address address) in add_global() argument
1583 this->add(od, Output_reloc_type(gsym, type, relobj, shndx, address, in add_global()
1589 uint64_t address, uint64_t addend) in add_global_generic() argument
1593 convert_types<Address, uint64_t>(address), in add_global_generic()
1599 Relobj* relobj, unsigned int shndx, uint64_t address, in add_global_generic() argument
1606 convert_types<Address, uint64_t>(address), in add_global_generic()
1615 Address address) in add_global_relative() argument
1617 this->add(od, Output_reloc_type(gsym, type, od, address, true, true, in add_global_relative()
1624 unsigned int shndx, Address address) in add_global_relative() argument
1626 this->add(od, Output_reloc_type(gsym, type, relobj, shndx, address, in add_global_relative()
1635 Output_data* od, Address address) in add_symbolless_global_addend() argument
1637 this->add(od, Output_reloc_type(gsym, type, od, address, false, true, in add_symbolless_global_addend()
1645 unsigned int shndx, Address address) in add_symbolless_global_addend() argument
1647 this->add(od, Output_reloc_type(gsym, type, relobj, shndx, address, in add_symbolless_global_addend()
1656 Output_data* od, Address address) in add_local() argument
1659 address, false, false, false, false)); in add_local()
1665 Output_data* od, unsigned int shndx, Address address) in add_local() argument
1668 address, false, false, false, false)); in add_local()
1673 unsigned int type, Output_data* od, uint64_t address, in add_local_generic() argument
1680 convert_types<Address, uint64_t>(address), in add_local_generic()
1687 uint64_t address, uint64_t addend) in add_local_generic() argument
1693 convert_types<Address, uint64_t>(address), in add_local_generic()
1702 Output_data* od, Address address) in add_local_relative() argument
1705 address, true, true, false, false)); in add_local_relative()
1711 Output_data* od, unsigned int shndx, Address address) in add_local_relative() argument
1714 address, true, true, false, false)); in add_local_relative()
1720 Output_data* od, unsigned int shndx, Address address, in add_local_relative() argument
1724 address, true, true, false, in add_local_relative()
1734 Output_data* od, Address address) in add_symbolless_local_addend() argument
1737 address, false, true, false, false)); in add_symbolless_local_addend()
1744 Address address) in add_symbolless_local_addend() argument
1747 address, false, true, false, false)); in add_symbolless_local_addend()
1757 Output_data* od, Address address) in add_local_section() argument
1760 address, false, false, true, false)); in add_local_section()
1766 Output_data* od, unsigned int shndx, Address address) in add_local_section() argument
1769 address, false, false, true, false)); in add_local_section()
1778 Output_data* od, Address address) in add_output_section() argument
1779 { this->add(od, Output_reloc_type(os, type, od, address, false)); } in add_output_section()
1784 unsigned int shndx, Address address) in add_output_section() argument
1785 { this->add(od, Output_reloc_type(os, type, relobj, shndx, address, false)); } in add_output_section()
1789 Output_data* od, uint64_t address, in add_output_section_generic() argument
1794 convert_types<Address, uint64_t>(address), in add_output_section_generic()
1801 unsigned int shndx, uint64_t address, in add_output_section_generic() argument
1808 convert_types<Address, uint64_t>(address), in add_output_section_generic()
1816 Output_data* od, Address address) in add_output_section_relative() argument
1817 { this->add(od, Output_reloc_type(os, type, od, address, true)); } in add_output_section_relative()
1823 unsigned int shndx, Address address) in add_output_section_relative() argument
1824 { this->add(od, Output_reloc_type(os, type, relobj, shndx, address, true)); } in add_output_section_relative()
1829 add_absolute(unsigned int type, Output_data* od, Address address) in add_absolute() argument
1830 { this->add(od, Output_reloc_type(type, od, address, false)); } in add_absolute()
1835 unsigned int shndx, Address address) in add_absolute() argument
1836 { this->add(od, Output_reloc_type(type, relobj, shndx, address, false)); } in add_absolute()
1841 add_relative(unsigned int type, Output_data* od, Address address) in add_relative() argument
1842 { this->add(od, Output_reloc_type(type, od, address, true)); } in add_relative()
1847 unsigned int shndx, Address address) in add_relative() argument
1848 { this->add(od, Output_reloc_type(type, relobj, shndx, address, true)); } in add_relative()
1855 Address address) in add_target_specific() argument
1856 { this->add(od, Output_reloc_type(type, arg, od, address)); } in add_target_specific()
1861 unsigned int shndx, Address address) in add_target_specific() argument
1862 { this->add(od, Output_reloc_type(type, arg, relobj, shndx, address)); } in add_target_specific()
1888 Address address, Addend addend) in add_global() argument
1890 this->add(od, Output_reloc_type(gsym, type, od, address, addend, in add_global()
1897 unsigned int shndx, Address address, in add_global() argument
1900 this->add(od, Output_reloc_type(gsym, type, relobj, shndx, address, in add_global()
1906 uint64_t address, uint64_t addend) in add_global_generic() argument
1909 convert_types<Address, uint64_t>(address), in add_global_generic()
1916 Relobj* relobj, unsigned int shndx, uint64_t address, in add_global_generic() argument
1922 convert_types<Address, uint64_t>(address), in add_global_generic()
1934 Address address, Addend addend, bool use_plt_offset) in add_global_relative() argument
1936 this->add(od, Output_reloc_type(gsym, type, od, address, addend, true, in add_global_relative()
1943 unsigned int shndx, Address address, Addend addend, in add_global_relative() argument
1946 this->add(od, Output_reloc_type(gsym, type, relobj, shndx, address, in add_global_relative()
1955 Address address, Addend addend) in add_symbolless_global_addend() argument
1957 this->add(od, Output_reloc_type(gsym, type, od, address, addend, in add_symbolless_global_addend()
1965 unsigned int shndx, Address address, in add_symbolless_global_addend() argument
1968 this->add(od, Output_reloc_type(gsym, type, relobj, shndx, address, in add_symbolless_global_addend()
1977 Output_data* od, Address address, Addend addend) in add_local() argument
1979 this->add(od, Output_reloc_type(relobj, local_sym_index, type, od, address, in add_local()
1986 Output_data* od, unsigned int shndx, Address address, in add_local() argument
1990 address, addend, false, false, false, in add_local()
1996 unsigned int type, Output_data* od, uint64_t address, in add_local_generic() argument
2002 convert_types<Address, uint64_t>(address), in add_local_generic()
2010 uint64_t address, uint64_t addend) in add_local_generic() argument
2015 convert_types<Address, uint64_t>(address), in add_local_generic()
2025 Output_data* od, Address address, Addend addend, in add_local_relative() argument
2028 this->add(od, Output_reloc_type(relobj, local_sym_index, type, od, address, in add_local_relative()
2036 Output_data* od, unsigned int shndx, Address address, in add_local_relative() argument
2040 address, addend, true, true, false, in add_local_relative()
2050 Output_data* od, Address address, Addend addend) in add_symbolless_local_addend() argument
2052 this->add(od, Output_reloc_type(relobj, local_sym_index, type, od, address, in add_symbolless_local_addend()
2060 Address address, Addend addend) in add_symbolless_local_addend() argument
2063 address, addend, false, true, false, in add_symbolless_local_addend()
2074 Output_data* od, Address address, Addend addend) in add_local_section() argument
2076 this->add(od, Output_reloc_type(relobj, input_shndx, type, od, address, in add_local_section()
2083 Output_data* od, unsigned int shndx, Address address, in add_local_section() argument
2087 address, addend, false, false, true, in add_local_section()
2095 Address address, Addend addend) in add_output_section() argument
2096 { this->add(od, Output_reloc_type(os, type, od, address, addend, false)); } in add_output_section()
2101 unsigned int shndx, Address address, Addend addend) in add_output_section() argument
2103 this->add(od, Output_reloc_type(os, type, relobj, shndx, address, in add_output_section()
2109 Output_data* od, uint64_t address, in add_output_section_generic() argument
2113 convert_types<Address, uint64_t>(address), in add_output_section_generic()
2121 unsigned int shndx, uint64_t address, in add_output_section_generic() argument
2127 convert_types<Address, uint64_t>(address), in add_output_section_generic()
2136 Output_data* od, Address address, Addend addend) in add_output_section_relative() argument
2137 { this->add(od, Output_reloc_type(os, type, od, address, addend, true)); } in add_output_section_relative()
2143 unsigned int shndx, Address address, in add_output_section_relative() argument
2147 address, addend, true)); in add_output_section_relative()
2153 add_absolute(unsigned int type, Output_data* od, Address address, in add_absolute() argument
2155 { this->add(od, Output_reloc_type(type, od, address, addend, false)); } in add_absolute()
2160 unsigned int shndx, Address address, Addend addend) in add_absolute() argument
2162 this->add(od, Output_reloc_type(type, relobj, shndx, address, addend, in add_absolute()
2169 add_relative(unsigned int type, Output_data* od, Address address, in add_relative() argument
2171 { this->add(od, Output_reloc_type(type, od, address, addend, true)); } in add_relative()
2176 unsigned int shndx, Address address, Addend addend) in add_relative() argument
2178 this->add(od, Output_reloc_type(type, relobj, shndx, address, addend, in add_relative()
2187 Address address, Addend addend) in add_target_specific() argument
2188 { this->add(od, Output_reloc_type(type, arg, od, address, addend)); } in add_target_specific()
2193 unsigned int shndx, Address address, Addend addend) in add_target_specific() argument
2195 this->add(od, Output_reloc_type(type, arg, relobj, shndx, address, in add_target_specific()
3744 set_address_and_file_offset(uint64_t address, off_t file_offset,
3860 get_input_sections(uint64_t address, const std::string& fill,
4583 return os->has_load_address() ? os->load_address() : os->address(); in first_section_load_address()