Searched refs:shdr_plt (Results 1 – 1 of 1) sorted by relevance
463 *plt_entry_size = shdr_plt->sh_entsize; in get_plt_sizes()466 *plt_entry_size = shdr_plt->sh_addralign == 8 ? 8 : 16; in get_plt_sizes()470 *plt_header_size = shdr_plt->sh_entsize; in get_plt_sizes()471 *plt_entry_size = shdr_plt->sh_entsize; in get_plt_sizes()680 GElf_Shdr shdr_plt, plt_sec_shdr; in dso__synthesize_plt_symbols() local703 f = dso__find_symbol_nocache(dso, shdr_plt.sh_offset); in dso__synthesize_plt_symbols()704 if (f && f->start < shdr_plt.sh_offset && f->end > shdr_plt.sh_offset) in dso__synthesize_plt_symbols()705 f->end = shdr_plt.sh_offset; in dso__synthesize_plt_symbols()727 plt_sym->end = plt_sym->start + shdr_plt.sh_size; in dso__synthesize_plt_symbols()732 plt_offset = shdr_plt.sh_offset; in dso__synthesize_plt_symbols()[all …]