summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/map-file.s
Commit message (Expand)AuthorAgeFilesLines
* [ELF][X86] Allow PT_LOAD to have overlapping p_offset ranges on EM_X86_64Fangrui Song2019-09-161-38/+37
* [ELF] Split RW PT_LOAD on the PT_GNU_RELRO boundaryFangrui Song2019-03-151-16/+16
* [ELF] Simplify RelRo, TLS, NOBITS section ranks and make RW PT_LOAD start wit...Fangrui Song2019-03-141-11/+11
* [ELF] Make non-writable non-executable PROGBITS sections closer to .textFangrui Song2018-06-261-14/+14
* [lld] Mitigate relocation overflow [part 1 of 2].Han Shen2018-05-151-14/+15
* [ELF] - Revert of: r332038, r332054, r332060, r332061, r332062, r332063George Rimar2018-05-111-15/+14
* Mitigate relocation overflow [part 1 of 2].Han Shen2018-05-101-14/+15
* Add a CIE with length 0 unconditionally.Fangrui Song2018-05-081-1/+1
* Replace SharedSymbols with Defined when creating copy relocations.Rafael Espindola2018-04-261-2/+2
* Make "Size" column in the map file one characters shorter.Rui Ueyama2018-04-051-54/+54
* Fix column size in the map file.Rui Ueyama2018-04-051-54/+54
* [ELF] - Print LMA in a -Map file.George Rimar2018-04-051-54/+54
* Do not show alignment 0 because that is equivalent to 1.Rui Ueyama2018-04-041-16/+16
* [ELF] Add .eh_frame pieces to map fileRui Ueyama2018-03-141-3/+7
* Don't depend on "call foo" producing a X86_64_PC32.Rafael Espindola2018-02-161-3/+6
* [ELF] - Show .plt symbols in -Map output.George Rimar2017-12-061-40/+50
* Recommit r319747 "[ELF] - Show copy relocated symbols in a --Map file output."George Rimar2017-12-051-27/+47
* [ELF] - Revert r319747 "[ELF] - Show copy relocated symbols in a --Map file o...George Rimar2017-12-051-47/+27
* [ELF] - Show copy relocated symbols in a --Map file output.George Rimar2017-12-051-27/+47
* Currently lld creates a single section to collect all commons. There is no wayDmitry Mikulin2017-09-081-1/+1
* Avoid crash with local abs symbol.Rafael Espindola2017-08-111-4/+7
* [ELF] - Do not omit common symbols when -Map is given.George Rimar2017-08-111-0/+1
* Change the format of the map file.Rui Ueyama2017-04-281-23/+20
* Speed up the -Map option.Rui Ueyama2017-04-281-5/+5
* [ELF] Fail the link early if the map file path is invalidJames Henderson2017-04-041-1/+1
* Revert "Add terminator to .eh_frame sections"Rafael Espindola2017-02-281-2/+2
* Add terminator to .eh_frame sectionsRui Ueyama2017-02-271-2/+2
* Convert EhOutputSection to be a synthetic section.Rafael Espindola2017-02-231-0/+1
* Replace MergeOutputSection with a synthetic section.Rafael Espindola2017-02-031-0/+1
* Print alignment in decimal instead of hexadecimal.Rui Ueyama2017-01-311-3/+3
* Return early if writeMapFile failed.Rui Ueyama2017-01-181-0/+4
* Add -print-map and -M options.Rui Ueyama2017-01-151-1/+3
* Try to fix the windows bots.Rafael Espindola2017-01-141-5/+5
* Implement -Map.Rafael Espindola2017-01-131-0/+54
OpenPOWER on IntegriCloud