summaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-180/+180
* ELF: Don't set non_ir_ref_regular in check_relocsH.J. Lu2017-11-281-1/+0
* x86: Remove func_pointer_refcountH.J. Lu2017-11-031-17/+22
* x86: Add elf_x86_backend_dataH.J. Lu2017-10-141-26/+9
* x86: Add _bfd_x86_elf_finish_dynamic_sectionsH.J. Lu2017-10-141-253/+71
* x86: Add _bfd_x86_elf_hide_symbolH.J. Lu2017-10-121-1/+3
* x86: Set GOT refcount to 1H.J. Lu2017-10-101-3/+3
* x86: Use zero_undefweak in elf_x86_link_hash_entryH.J. Lu2017-10-061-4/+4
* x86: Add VERIFY_COPY_RELOCH.J. Lu2017-10-061-7/+1
* x86: Add VERIFY_PLT_ENTRYH.J. Lu2017-10-061-11/+1
* x86: Add COPY_INPUT_RELOC_PH.J. Lu2017-10-061-8/+1
* x86: Add GENERATE_DYNAMIC_RELOCATION_PH.J. Lu2017-10-061-34/+16
* x86: Add POINTER_LOCAL_IFUNC_P/PLT_LOCAL_IFUNC_PH.J. Lu2017-10-061-8/+2
* x86: Add GENERATE_RELATIVE_RELOC_PH.J. Lu2017-10-061-4/+1
* Add RESOLVED_LOCALLY_PH.J. Lu2017-10-061-16/+5
* x86: Add NEED_DYNAMIC_RELOCATION_PH.J. Lu2017-10-061-45/+7
* x86: Add TLS_TRANSITION_IE_TO_LE_PH.J. Lu2017-10-061-4/+1
* x86-64: Don't pass output_bfd to info->callbacks->minfoH.J. Lu2017-09-261-1/+0
* Fix an assertion failure when parsing a fuzzed x86_64 ELF binary.Nick Clifton2017-09-261-1/+2
* x86: Cache section contents and relocationsH.J. Lu2017-09-141-2/+13
* x86: Update UNDEFINED_WEAK_RESOLVED_TO_ZEROH.J. Lu2017-09-091-8/+2
* x86: Properly handle __ehdr_startH.J. Lu2017-09-091-5/+11
* x86: Replace elf_x86_plt_layout_table with elf_x86_init_tableH.J. Lu2017-09-081-21/+21
* x86; Don't add elf64-x86-64.lo nor elf64.lo together with elfxx-x86.loH.J. Lu2017-09-071-0/+11
* x86: Remove _bfd_{i386,x86_64}_elf_convert_loadH.J. Lu2017-09-071-145/+25
* x86-64: Add R_X86_64_converted_reloc_bitH.J. Lu2017-09-061-11/+31
* x86: Don't change r_type when performing TLS transitionsH.J. Lu2017-09-061-11/+12
* x86-64: Properly set converted_relocH.J. Lu2017-09-051-1/+1
* x86-64: Improve GOTPCREL relocation conversionH.J. Lu2017-09-051-107/+25
* x86: Add _bfd_x86_elf_size_dynamic_sectionsH.J. Lu2017-09-021-403/+3
* x86: Define PLT_CIE_LENGTH and PLT_FDE_* in elfxx-x86.hH.J. Lu2017-09-021-4/+0
* x86: Add _bfd_x86_elf_allocate_dynrelocsH.J. Lu2017-09-021-410/+2
* x86: Add is_x86_elfH.J. Lu2017-09-021-10/+6
* x86: Add elf_x86_compute_jump_table_sizeH.J. Lu2017-09-021-6/+3
* x86: Move GOT_TLS_* in elf32-i386.c to elfxx-x86.hH.J. Lu2017-09-021-12/+0
* x86-64: Check ELF_COMMON_DEF_P for common symbolsH.J. Lu2017-09-011-1/+1
* x86: Add _bfd_x86_elf_gc_mark_hookH.J. Lu2017-09-011-22/+0
* x86: Add _bfd_x86_elf_adjust_dynamic_symbolH.J. Lu2017-09-011-194/+0
* x86: Add _bfd_x86_elf_mkobjectH.J. Lu2017-09-011-10/+0
* x86: Add _bfd_x86_elf_link_setup_gnu_propertiesH.J. Lu2017-09-011-376/+34
* x86: Correct unwind information for the second PLTH.J. Lu2017-09-011-2/+3
* x86: Add _bfd_x86_elf_get_synthetic_symtabH.J. Lu2017-08-301-181/+7
* x86: Add _bfd_x86_elf_link_hash_table_createH.J. Lu2017-08-301-299/+119
* Remove elf_x86_64_next_tls_desc_index/elf_x86_64_srelplt2H.J. Lu2017-08-301-6/+0
* x86: Re-indent elf32-i386.c/elf64-x86-64.cH.J. Lu2017-08-291-2/+2
* Add elfxx-x86.h and elfxx-x86.cH.J. Lu2017-08-291-903/+240
* x86: Simplify bad return in get_synthetic_symtabH.J. Lu2017-08-291-11/+7
* x86: Check valid PLT sections before checking dynamic relocationsH.J. Lu2017-08-291-11/+14
* x86: Check for valid PLT section sizeH.J. Lu2017-08-281-3/+11