Searched refs:gotplt_base (Results 1 – 1 of 1) sorted by relevance
2374 typename elfcpp::Elf_types<size>::Elf_Addr gotplt_base, in fill_plt_entry() argument2392 ((gotplt_base + got_offset) - (plt_base + plt_offset + 8)) >> 16; in fill_plt_entry()2403 reloc = (gotplt_base + got_offset) - (plt_base + plt_offset + 8); in fill_plt_entry()2413 reloc = (gotplt_base - (plt_base + plt_offset + 8)) >> 16; in fill_plt_entry()2423 reloc = gotplt_base - (plt_base + plt_offset + 8); in fill_plt_entry()