aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-06x86: Add POINTER_LOCAL_IFUNC_P/PLT_LOCAL_IFUNC_PH.J. Lu1-8/+2
2017-10-06x86: Add GENERATE_RELATIVE_RELOC_PH.J. Lu1-4/+1
2017-10-06Add RESOLVED_LOCALLY_PH.J. Lu1-16/+5
2017-10-06x86: Add NEED_DYNAMIC_RELOCATION_PH.J. Lu1-45/+7
2017-10-06x86: Add TLS_TRANSITION_IE_TO_LE_PH.J. Lu1-4/+1
2017-09-26x86-64: Don't pass output_bfd to info->callbacks->minfoH.J. Lu1-1/+0
2017-09-26Fix an assertion failure when parsing a fuzzed x86_64 ELF binary.Nick Clifton1-1/+2
2017-09-14x86: Cache section contents and relocationsH.J. Lu1-2/+13
2017-09-09x86: Update UNDEFINED_WEAK_RESOLVED_TO_ZEROH.J. Lu1-8/+2
2017-09-09x86: Properly handle __ehdr_startH.J. Lu1-5/+11
2017-09-08x86: Replace elf_x86_plt_layout_table with elf_x86_init_tableH.J. Lu1-21/+21
2017-09-07x86; Don't add elf64-x86-64.lo nor elf64.lo together with elfxx-x86.loH.J. Lu1-0/+11
2017-09-07x86: Remove _bfd_{i386,x86_64}_elf_convert_loadH.J. Lu1-145/+25
2017-09-06x86-64: Add R_X86_64_converted_reloc_bitH.J. Lu1-11/+31
2017-09-06x86: Don't change r_type when performing TLS transitionsH.J. Lu1-11/+12
2017-09-05x86-64: Properly set converted_relocH.J. Lu1-1/+1
2017-09-05x86-64: Improve GOTPCREL relocation conversionH.J. Lu1-107/+25
2017-09-02x86: Add _bfd_x86_elf_size_dynamic_sectionsH.J. Lu1-403/+3
2017-09-02x86: Define PLT_CIE_LENGTH and PLT_FDE_* in elfxx-x86.hH.J. Lu1-4/+0
2017-09-02x86: Add _bfd_x86_elf_allocate_dynrelocsH.J. Lu1-410/+2
2017-09-02x86: Add is_x86_elfH.J. Lu1-10/+6
2017-09-02x86: Add elf_x86_compute_jump_table_sizeH.J. Lu1-6/+3
2017-09-02x86: Move GOT_TLS_* in elf32-i386.c to elfxx-x86.hH.J. Lu1-12/+0
2017-09-01x86-64: Check ELF_COMMON_DEF_P for common symbolsH.J. Lu1-1/+1
2017-09-01x86: Add _bfd_x86_elf_gc_mark_hookH.J. Lu1-22/+0
2017-09-01x86: Add _bfd_x86_elf_adjust_dynamic_symbolH.J. Lu1-194/+0
2017-09-01x86: Add _bfd_x86_elf_mkobjectH.J. Lu1-10/+0
2017-09-01x86: Add _bfd_x86_elf_link_setup_gnu_propertiesH.J. Lu1-376/+34
2017-09-01x86: Correct unwind information for the second PLTH.J. Lu1-2/+3
2017-08-30x86: Add _bfd_x86_elf_get_synthetic_symtabH.J. Lu1-181/+7
2017-08-30x86: Add _bfd_x86_elf_link_hash_table_createH.J. Lu1-299/+119
2017-08-30Remove elf_x86_64_next_tls_desc_index/elf_x86_64_srelplt2H.J. Lu1-6/+0
2017-08-29x86: Re-indent elf32-i386.c/elf64-x86-64.cH.J. Lu1-2/+2
2017-08-29Add elfxx-x86.h and elfxx-x86.cH.J. Lu1-903/+240
2017-08-29x86: Simplify bad return in get_synthetic_symtabH.J. Lu1-11/+7
2017-08-29x86: Check valid PLT sections before checking dynamic relocationsH.J. Lu1-11/+14
2017-08-28x86: Check for valid PLT section sizeH.J. Lu1-3/+11
2017-08-27x86: Initialize def_protectedH.J. Lu1-0/+1
2017-08-26Disallow copy relocation against protected data symbolH.J. Lu1-63/+76
2017-08-25x86: Remove redundant "symbol" in commentsH.J. Lu1-1/+1
2017-08-24x86-64: Check relocations with -z nocopyrelocH.J. Lu1-12/+27
2017-08-24Revert commit aab921adcb656e4eefcc7d0f14241f3d7504400eH.J. Lu1-3/+2
2017-08-23x86-64: Properly report output type when PIC is neededH.J. Lu1-6/+16
2017-08-23x86: Increment PLT count only for function symbolsH.J. Lu1-2/+3
2017-08-23x86: Clear extern_protected_data for GNU_PROPERTY_NO_COPY_ON_PROTECTEDH.J. Lu1-47/+67
2017-08-11x86: Allocate space for symbol names with symbol tableH.J. Lu1-42/+33
2017-08-07Do not choose a non-ELF format input file to hold the linker created GOT sect...Nick Clifton1-2/+3
2017-08-06x86: Lookup __tls_get_addr or ___tls_get_addr onceH.J. Lu1-29/+27
2017-07-24Improve "unrecognized relocation" error messages to add the suggestion that t...Nick Clifton1-8/+1
2017-07-18Fix spelling typos.Yuri Chornovian1-2/+2