summaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
Commit message (Expand)AuthorAgeFilesLines
* Free linker hash table from bfd_close.Alan Modra2014-06-131-5/+5
* Don't call bfd_link_hash_table_freeAlan Modra2014-06-131-4/+1
* Move link_hash_table_free functions earlierAlan Modra2014-06-131-15/+15
* Make bfd.link_next field a unionAlan Modra2014-06-131-1/+1
* bfd target vector rationalisationAlan Modra2014-05-021-10/+10
* Update copyright yearsAlan Modra2014-03-051-3/+1
* Create the second PLT for BND relocationsH.J. Lu2014-02-191-37/+416
* Revert the last changeH.J. Lu2014-01-151-5/+2
* Don't discard relocs against __ehdr_startH.J. Lu2014-01-141-2/+5
* Revert the last changeH.J. Lu2014-01-141-7/+2
* Don't update reloc count if there are any non pc-relative relocsH.J. Lu2014-01-141-2/+7
* Default elf_backend_post_process_headers to set OSABIH.J. Lu2013-12-171-2/+0
* Re-indent elf_x86_64_section_from_shdrH.J. Lu2013-11-191-4/+2
* Add R_X86_64_PC32_BND and R_X86_64_PLT32_BNDH.J. Lu2013-11-171-3/+25
* Make room for PLT0 directlyH.J. Lu2013-11-151-1/+1
* Set CPU type in BFD backend for x86_64-nacl* and i?86-nacl* targetsRoland McGrath2013-11-071-1/+19
* Pass ignored unresolved relocations to ld backendH.J. Lu2013-11-051-1/+2
* BFD: elf64-x86-64-nacl: Correct 9-byte nop sequence used in PLT0 entry.Roland McGrath2013-10-291-1/+1
* * elf64-x86-64.c (elf_x86_64_check_tls_transition): AllowJakub Jelinek2013-08-291-20/+104
* bfd/Roland McGrath2013-08-261-0/+3
* Add get_elf_x86_64_arch_dataH.J. Lu2013-08-231-4/+6
* Handle R_X86_64_DTPOFF64H.J. Lu2013-06-281-0/+5
* bfd/elf-ifunc.c: Add header size arg to _bfd_elf_allocate_ifunc_dyn_relocs.Will Newton2013-05-071-0/+1
* Set non_ir_ref if a symbol is referenced by a non-shared objectH.J. Lu2013-03-301-1/+2
* * elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc.Alan Modra2013-03-271-1/+3
* * elf-bfd.h (struct elf_backend_data <merge_symbol>): Update proto.Alan Modra2013-03-251-28/+12
* * elf-bfd.h (struct core_elf_obj_tdata): New.Alan Modra2013-02-211-11/+11
* * elfcode.h (elf_checksum_contents): Free contents.Alan Modra2013-02-111-1/+1
* * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc.Alan Modra2013-02-101-13/+1
* Don't resolve size relocation against non-zero TLS symbolH.J. Lu2013-02-071-24/+0
* Resolve size relocation against non-zero TLS symbolH.J. Lu2013-01-181-0/+24
* Count size relocation as PC-relative relocationH.J. Lu2013-01-171-1/+5
* Update x86 size relocation checkH.J. Lu2013-01-161-16/+5
* Add x86 size relocation support to bfdH.J. Lu2013-01-161-10/+54
* Define R_X86_64_standard with R_X86_64_RELATIVE64H.J. Lu2013-01-151-1/+1
* Set bfd errror for normal and TLS symbol accessH.J. Lu2013-01-131-0/+1
* Check R_X86_64_standard for unrecognized relocationH.J. Lu2012-12-211-1/+4
* Properly adjust h->plt.refcountH.J. Lu2012-12-211-1/+4
* Don't check IFUNC relocations in elf_*_check_relocsH.J. Lu2012-12-161-76/+2
* Also check local IFUNC referencesH.J. Lu2012-12-161-3/+5
* Check local IFUNC callsH.J. Lu2012-12-131-3/+29
* Add Linux/x86_64 core support to i[3-7]86-*-linuxH.J. Lu2012-10-301-2/+2
* Replace _GLOBAL_OFFSET_TABLE_ lookup with htab->elf.hgotH.J. Lu2012-10-251-7/+2
* Ignore discarded section when converting mov to leaH.J. Lu2012-09-181-2/+3
* Replace return FALSE with abort in x86 finish_dynamic_symbolH.J. Lu2012-09-171-1/+1
* Add hdynamic to elf_link_hash_table for _DYNAMICH.J. Lu2012-09-021-1/+1
* Don't optimize relocation against _DYNAMICH.J. Lu2012-09-011-1/+4
* Convert mov to lea in size_dynamic_sectionsH.J. Lu2012-08-311-16/+147
* Convert mov to lea for loading local function addressH.J. Lu2012-08-311-0/+16
* Return FALSE on unresolvable relocationH.J. Lu2012-06-291-7/+10