HomeSort by relevance Sort by last modified time
    Searched defs:plt_entry_size (Results 1 - 16 of 16) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elfxx-sparc.h 81 unsigned int plt_entry_size; member in struct:_bfd_sparc_elf_link_hash_table
elf32-cris.c 602 #define PLT_ENTRY_SIZE 20
607 static const bfd_byte elf_cris_plt0_entry[PLT_ENTRY_SIZE] =
636 static const bfd_byte elf_cris_plt_entry[PLT_ENTRY_SIZE] =
664 static const bfd_byte elf_cris_pic_plt0_entry[PLT_ENTRY_SIZE] =
689 static const bfd_byte elf_cris_pic_plt_entry[PLT_ENTRY_SIZE] =
2065 int plt_entry_size = PLT_ENTRY_SIZE; local
2656 bfd_size_type plt_entry_size; local
2853 bfd_size_type plt_entry_size; local
    [all...]
elf32-i386.c 537 #define PLT_ENTRY_SIZE 16
541 Will be padded to PLT_ENTRY_SIZE with htab->plt0_pad_byte. */
554 static const bfd_byte elf_i386_plt_entry[PLT_ENTRY_SIZE] =
565 Will be padded to PLT_ENTRY_SIZE with htab->plt0_pad_byte. */
575 static const bfd_byte elf_i386_pic_plt_entry[PLT_ENTRY_SIZE] =
636 unsigned int plt_entry_size;
658 get_elf_i386_backend_data (abfd)->plt->plt_entry_size
668 PLT_ENTRY_SIZE, /* plt_entry_size */
634 unsigned int plt_entry_size; member in struct:elf_i386_plt_layout
2180 unsigned plt_entry_size; local
3156 unsigned plt_entry_size; local
4428 unsigned plt_entry_size; local
    [all...]
elf64-x86-64.c 541 #define PLT_ENTRY_SIZE 16
546 static const bfd_byte elf_x86_64_plt0_entry[PLT_ENTRY_SIZE] =
555 static const bfd_byte elf_x86_64_plt_entry[PLT_ENTRY_SIZE] =
568 static const bfd_byte elf_x86_64_bnd_plt0_entry[PLT_ENTRY_SIZE] =
578 static const bfd_byte elf_x86_64_legacy_plt_entry[PLT_ENTRY_SIZE] =
588 static const bfd_byte elf_x86_64_bnd_plt_entry[PLT_ENTRY_SIZE] =
661 unsigned int plt_entry_size; /* Size of each PLT entry. */
697 get_elf_x86_64_backend_data (abfd)->plt_entry_size
704 sizeof (elf_x86_64_plt_entry), /* plt_entry_size */
712 PLT_ENTRY_SIZE, /* plt_plt_insn_end *
659 unsigned int plt_entry_size; \/* Size of each PLT entry. *\/ member in struct:elf_x86_64_backend_data
2410 unsigned int plt_entry_size; local
3389 const unsigned int plt_entry_size = GET_PLT_ENTRY_SIZE (info->output_bfd); local
    [all...]
elf32-ppc.c 3192 int plt_entry_size; member in struct:ppc_elf_link_hash_table
    [all...]
elfnn-aarch64.c 211 #define PLT_ENTRY_SIZE (32)
227 static const bfd_byte elfNN_aarch64_small_plt0_entry[PLT_ENTRY_SIZE] =
1836 bfd_size_type plt_entry_size; member in struct:elf_aarch64_link_hash_table
    [all...]
elf32-arm.c 2992 bfd_size_type plt_entry_size; member in struct:elf32_arm_link_hash_table
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
target.h 1003 plt_entry_size() const function in class:gold::Sized_target
    [all...]
i386.cc 264 : Output_data_plt_i386(layout, plt_entry_size, got_plt, got_irelative)
270 { return plt_entry_size; }
280 static const int plt_entry_size = 16; member in class:__anon115866::Output_data_plt_i386_standard
312 static const unsigned char first_plt_entry[plt_entry_size];
315 static const unsigned char plt_entry[plt_entry_size];
342 static const unsigned char first_plt_entry[plt_entry_size];
345 static const unsigned char plt_entry[plt_entry_size];
525 plt_entry_size() const;
1548 Target_i386::plt_entry_size() const function in class:__anon115866::Target_i386
3954 static const int plt_entry_size = 64; member in class:__anon115866::Output_data_plt_i386_nacl
    [all...]
incremental.cc 1820 unsigned int plt_entry_size; member in struct:gold::Got_plt_view_info
    [all...]
sparc.cc 211 plt_entry_size() const;
1881 Target_sparc<size, big_endian>::plt_entry_size() const function in class:__anon115893::Target_sparc
    [all...]
tilegx.cc 81 Output_data_plt_tilegx(Layout* layout, uint64_t plt_entry_size,
86 : Output_section_data((plt_count + 1) * plt_entry_size,
95 this->free_list_.init((plt_count + 1) * plt_entry_size, false);
96 this->free_list_.remove(0, plt_entry_size);
144 { return plt_entry_size; }
216 static const int plt_entry_size = 40; member in class:__anon115903::Output_data_plt_tilegx
218 static const unsigned char first_plt_entry[plt_entry_size];
220 static const unsigned char plt_entry[plt_entry_size];
391 plt_entry_size() const;
2599 Target_tilegx<size, big_endian>::plt_entry_size() const function in class:__anon115903::Target_tilegx
    [all...]
x86_64.cc 103 Output_data_plt_x86_64(Layout* layout, uint64_t plt_entry_size,
108 : Output_section_data((plt_count + 1) * plt_entry_size,
109 plt_entry_size, false),
117 this->free_list_.init((plt_count + 1) * plt_entry_size, false);
118 this->free_list_.remove(0, plt_entry_size);
336 : Output_data_plt_x86_64<size>(layout, plt_entry_size,
345 : Output_data_plt_x86_64<size>(layout, plt_entry_size,
353 { return plt_entry_size; }
388 static const int plt_entry_size = 16; member in class:__anon115905::Output_data_plt_x86_64_standard
393 static const unsigned char first_plt_entry[plt_entry_size];
1807 Target_x86_64<size>::plt_entry_size() const function in class:__anon115905::Target_x86_64
4653 static const int plt_entry_size = 64; member in class:__anon115905::Output_data_plt_x86_64_nacl
    [all...]
aarch64.cc 4578 static const int plt_entry_size = 16; member in class:__anon115844::Output_data_got_aarch64::Output_data_plt_aarch64_standard
5640 Target_aarch64<size, big_endian>::plt_entry_size() const function in class:__anon115844::Output_data_got_aarch64::Target_aarch64
    [all...]
powerpc.cc 762 plt_entry_size() const function in class:__anon115888::Target_powerpc
3089 plt_entry_size() const function in class:__anon115888::Output_data_plt_powerpc
    [all...]
mips.cc 2302 plt_entry_size() const function in class:__anon115870::Mips_output_data_plt
3023 plt_entry_size() const function in class:__anon115870::Target_mips
    [all...]

Completed in 2602 milliseconds