Lines Matching defs:plt_header_size
437 u64 *plt_header_size, u64 *plt_entry_size)
441 *plt_header_size = 20;
445 *plt_header_size = 32;
449 *plt_header_size = 32;
453 *plt_header_size = 48;
457 *plt_header_size = 128;
466 *plt_header_size = *plt_entry_size;
469 *plt_header_size = shdr_plt->sh_entsize;
678 u64 plt_offset, plt_header_size, plt_entry_size;
706 if (!get_plt_sizes(dso, &ehdr, &shdr_plt, &plt_header_size, &plt_entry_size))
710 plt_sym = symbol__new(shdr_plt.sh_offset, plt_header_size, STB_GLOBAL, STT_FUNC, ".plt");
723 if (!get_plt_sizes(dso, &ehdr, &plt_sec_shdr, &plt_header_size, &plt_entry_size))
803 plt_offset += plt_header_size;