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

/haiku-buildtools/binutils/gold/
H A Dx86_64.cc1849 unsigned int plt_size = (count + extra) * plt_entry_size; local
1851 this->aplt_offset_ = plt_size;
1853 plt_size += count * aplt_entry_size;
1854 this->set_data_size(plt_size);
H A Dpowerpc.cc4045 plt_size() const function in class:__anon572::Stub_table
8185 value = (stub_table->stub_address() + stub_table->plt_size()
/haiku-buildtools/binutils/bfd/
H A Delf32-arm.c19036 bfd_vma plt_size = 0; local
19046 plt_size += 2 * ARRAY_SIZE(elf32_arm_plt_thumb_stub);
19050 first_insn = read_code32 (abfd, addr + plt_size) & 0xffffff00;
19054 plt_size += 4 * ARRAY_SIZE (elf32_arm_plt_entry);
19057 plt_size += 4 * ARRAY_SIZE (elf32_arm_plt_entry_long);
19059 plt_size += 4 * ARRAY_SIZE (elf32_arm_plt_entry_short);
19065 return plt_size;
19146 bfd_vma plt_size = elf32_arm_plt_size (abfd, data, offset); local
19147 if (plt_size == (bfd_vma) -1)
19179 offset += plt_size;
[all...]

Completed in 287 milliseconds