Searched refs:plt_rel (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dlayout.cc4716 const Output_data* plt_rel,
4727 if (plt_rel != NULL && plt_rel->output_section() != NULL)
4729 odyn->add_section_size(elfcpp::DT_PLTRELSZ, plt_rel->output_section());
4730 odyn->add_section_address(elfcpp::DT_JMPREL, plt_rel->output_section());
4737 && plt_rel != NULL
4738 && plt_rel->output_section() != NULL))
4741 bool have_plt_rel = plt_rel != NULL && plt_rel->output_section() != NULL;
4745 : plt_rel
[all...]
H A Dlayout.h901 const Output_data* plt_rel,
H A Dpowerpc.cc3368 Reloc_section* plt_rel,
3371 rel_(plt_rel),
3634 Reloc_section* plt_rel = new Reloc_section(false); local
3636 elfcpp::SHF_ALLOC, plt_rel,
3639 = new Output_data_plt_powerpc<size, big_endian>(this, plt_rel,
3652 Output_section* rela_plt_os = plt_rel->output_section();
3367 Output_data_plt_powerpc(Target_powerpc<size, big_endian>* targ, Reloc_section* plt_rel, const char* name) argument

Completed in 74 milliseconds