summaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
Commit message (Expand)AuthorAgeFilesLines
...
* x86: Add _bfd_x86_elf_size_dynamic_sectionsH.J. Lu2017-09-021-399/+3
* i386: Update sgotplt_jump_table_size settingH.J. Lu2017-09-021-1/+2
* 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-452/+3
* x86: Add is_x86_elfH.J. Lu2017-09-021-10/+6
* x86: Add elf_x86_compute_jump_table_sizeH.J. Lu2017-09-021-5/+2
* i386: Check VxWorks with htab->is_vxworksH.J. Lu2017-09-021-15/+8
* x86: Move GOT_TLS_* in elf32-i386.c to elfxx-x86.hH.J. Lu2017-09-021-15/+0
* 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-337/+18
* x86: Correct unwind information for the second PLTH.J. Lu2017-09-011-0/+14
* x86: Add _bfd_x86_elf_get_synthetic_symtabH.J. Lu2017-08-301-202/+11
* x86: Add _bfd_x86_elf_link_hash_table_createH.J. Lu2017-08-301-301/+114
* x86: Re-indent elf32-i386.c/elf64-x86-64.cH.J. Lu2017-08-291-1/+1
* Add elfxx-x86.h and elfxx-x86.cH.J. Lu2017-08-291-889/+246
* 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-6/+13
* x86: Initialize def_protectedH.J. Lu2017-08-271-0/+1
* Disallow copy relocation against protected data symbolH.J. Lu2017-08-261-59/+64
* x86: Remove redundant "symbol" in commentsH.J. Lu2017-08-251-1/+1
* Revert commit aab921adcb656e4eefcc7d0f14241f3d7504400eH.J. Lu2017-08-241-3/+2
* x86: Increment PLT count only for function symbolsH.J. Lu2017-08-231-2/+3
* x86: Clear extern_protected_data for GNU_PROPERTY_NO_COPY_ON_PROTECTEDH.J. Lu2017-08-231-48/+68
* x86: Allocate space for symbol names with symbol tableH.J. Lu2017-08-111-42/+33
* Do not choose a non-ELF format input file to hold the linker created GOT sect...Nick Clifton2017-08-071-15/+24
* x86: Lookup __tls_get_addr or ___tls_get_addr onceH.J. Lu2017-08-061-29/+25
* Improve "unrecognized relocation" error messages to add the suggestion that t...Nick Clifton2017-07-241-8/+2
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-7/+7
* x86: Resolve local undefined weak symbol to 0H.J. Lu2017-06-221-5/+7
* x86: Support Intel Shadow Stack with SHSTK propertyH.J. Lu2017-06-221-4/+14
* x86: Support Intel IBT with IBT property and IBT-enable PLTH.J. Lu2017-06-221-36/+520
* Always define referenced __start_SECNAME/__stop_SECNAMEH.J. Lu2017-06-131-5/+7
* ELF: Pass bfd_link_info to merge_gnu_propertiesH.J. Lu2017-06-121-1/+2
* x86: Dump local IFUNC functions in the map fileH.J. Lu2017-06-081-9/+18
* Rename non_ir_ref to non_ir_ref_regularAlan Modra2017-05-161-1/+1
* x86: Merge X86_ISA_1_USED/X86_ISA_1_NEEDED propertiesH.J. Lu2017-05-121-1/+2
* x86: Generate PLT relocations for -z nowH.J. Lu2017-05-111-15/+1
* Add missing initializer to silence GCC 4.2H.J. Lu2017-05-081-1/+1
* i386: Improve PLT generation and synthetic PLT symbolsH.J. Lu2017-05-081-396/+825
* x86: Check plt_got before using .plt.gotH.J. Lu2017-04-281-1/+3
* x86: Create dynamic sections in create_dynamic_sectionsH.J. Lu2017-04-271-68/+63
* i386: Simplify VxWorks for non-PICH.J. Lu2017-04-271-32/+30
* x86: Add DT_PLTRELSZ/DT_PLTREL/DT_JMPREL for PLT relocationH.J. Lu2017-04-261-7/+7
* i386: Force symbol dynamic if it isn't undefined weakH.J. Lu2017-04-241-9/+8
* i386: Set ELF_MAXPAGESIZE to 0x1000 for VxWorksH.J. Lu2017-04-241-0/+2
* i386: Avoid dynamic symbol with GOT reference in PIEH.J. Lu2017-04-211-18/+43
* Wrap long linesAlan Modra2017-04-131-4/+9