Home
last modified time | relevance | path

Searched refs:GET_PLT_ENTRY_SIZE (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf64-x86-64.c694 #define GET_PLT_ENTRY_SIZE(abfd) \ macro
2422 plt_entry_size = GET_PLT_ENTRY_SIZE (info->output_bfd); in elf_x86_64_allocate_dynrelocs()
3083 htab->elf.splt->size += GET_PLT_ENTRY_SIZE (output_bfd); in elf_x86_64_size_dynamic_sections()
3085 htab->elf.splt->size += GET_PLT_ENTRY_SIZE (output_bfd); in elf_x86_64_size_dynamic_sections()
3389 const unsigned int plt_entry_size = GET_PLT_ENTRY_SIZE (info->output_bfd); in elf_x86_64_relocate_section()
Delf32-i386.c655 #define GET_PLT_ENTRY_SIZE(abfd) \ macro
2192 plt_entry_size = GET_PLT_ENTRY_SIZE (info->output_bfd); in elf_i386_allocate_dynrelocs()
3176 plt_entry_size = GET_PLT_ENTRY_SIZE (output_bfd); in elf_i386_relocate_section()
4436 plt_entry_size = GET_PLT_ENTRY_SIZE (output_bfd); in elf_i386_finish_dynamic_symbol()
DChangeLog-20122486 (get_elf_x86_64_backend_data, GET_PLT_ENTRY_SIZE): New macros.
2489 (elf_x86_64_adjust_dynamic_symbol): Use GET_PLT_ENTRY_SIZE.
DChangeLog-20111220 (GET_PLT_ENTRY_SIZE): New macro.
1225 (elf_i386_allocate_dynrelocs): Use GET_PLT_ENTRY_SIZE.