index
:
platform/upstream/nasm
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
pristine-tar
sandbox/kevinthierry/bump-2.11.06
sandbox/kevinthierry/upstream
sandbox/pcoval/devel
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
upstream-2.10.07
Domain: System / Toolchain;
Dongkyun Son <dongkyun.s@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
output
/
outelf64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-21
Unify all-zero buffers; add fwritezero()
H. Peter Anvin
1
-1
/
+1
2009-01-18
Generate warning for unknown section atributes
Charles Crayne
1
-1
/
+2
2008-11-06
ELF: use rbtree for symbol searches
H. Peter Anvin
1
-39
/
+24
2008-11-05
Fix BR #916647
Victor van den Elzen
1
-2
/
+2
2008-10-31
Move all version strings to a single compilation unit (ver.c)
H. Peter Anvin
1
-3
/
+1
2008-10-27
output: add common file outlib.c for common functions; realsize()
H. Peter Anvin
1
-14
/
+2
2008-10-26
ELF64 support for PC relative offset to IE GOT entry
Charles Crayne
1
-4
/
+14
2008-10-25
Flag thread local symbols in symbol table
Charles Crayne
1
-0
/
+8
2008-10-25
ELF64 segment definitions for TLS
Charles Crayne
1
-0
/
+10
2008-10-18
ELF64: once again, fix generation of "naked" OUT_REL*ADR
H. Peter Anvin
1
-10
/
+9
2008-10-17
ELF64: PLT32, GOTPCREL, and GOTPCREL64 really need exactitude
H. Peter Anvin
1
-3
/
+3
2008-10-17
ELF64: the "size" argument to OUT_REL*ADR isn't really the size
H. Peter Anvin
1
-3
/
+3
2008-10-17
ELF64: actually generate relative GOT/PLT references correctly
H. Peter Anvin
1
-12
/
+10
2008-10-17
ELF64: GOTOFF64 doesn't need a gsym at all
H. Peter Anvin
1
-2
/
+1
2008-10-17
ELF64: We apparently don't need exactitude for GOTOFF64
H. Peter Anvin
1
-1
/
+1
2008-10-17
ELF64: GOT and PLT references need a symbol (a slot!) to reference
H. Peter Anvin
1
-26
/
+33
2008-10-17
ELF64: unbreak generating no-segment addresses
H. Peter Anvin
1
-111
/
+138
2008-10-17
ELF64: use the RELA addend field instead of relying on the code stream
H. Peter Anvin
1
-80
/
+94
2008-10-15
ELF64: fix various GOT relocations
H. Peter Anvin
1
-9
/
+35
2008-10-12
Fix typo in previous outelf64.c commit
Charles Crayne
1
-1
/
+0
2008-10-12
RIP rel relocations for PIC released for testing.
Charles Crayne
1
-12
/
+45
2008-06-21
ctype.h: wrapper ctype functions with a cast to (unsigned char)
H. Peter Anvin
1
-8
/
+8
2008-06-20
Move the output format macros into the macros.pl mechanism
H. Peter Anvin
1
-10
/
+2
2008-06-09
Move all the RAA code out of nasmlib
H. Peter Anvin
1
-1
/
+2
2008-06-09
Move all the SAA code out of nasmlib
H. Peter Anvin
1
-1
/
+1
2008-06-08
Replace the WSAA macros with functions
H. Peter Anvin
1
-109
/
+109
2008-06-08
WSAA: make the WSAA macros contain their own buffer
H. Peter Anvin
1
-114
/
+112
2008-06-05
Avoid obscure segfault in DWARF generation
Charles Crayne
1
-1
/
+1
2008-04-10
Temporaries in macros need a unique prefix; WSAA*() macros to header
H. Peter Anvin
1
-70
/
+1
2008-02-24
Dwarf3 support for ELF32
Charles Crayne
1
-81
/
+4
2008-02-23
Dwarf support tweeks and clean-up
Charles Crayne
1
-176
/
+161
2008-02-16
Clear up WRITE macros causing compile failures with Watcom
H. Peter Anvin
1
-44
/
+59
2008-02-13
Upgrade dwarf3 support for elf64
Charles Crayne
1
-63
/
+174
2008-02-06
Test version of dwarf debugging format for elf64
Charles Crayne
1
-14
/
+662
2008-01-27
Prevent segfault in stabs64_typevalue
Charles Crayne
1
-1
/
+1
2008-01-16
Increase GLOBAL_TEMP_BASE
Charles Crayne
1
-1
/
+1
2008-01-11
Temporary fix for large number of sections
Charles Crayne
1
-2
/
+1
2007-12-29
regularized spelling of license to match name of LICENSE file
Beroset
1
-1
/
+1
2007-11-13
Support setting OSABI value in ELF header.
root
1
-4
/
+43
2007-11-13
Cast 64-bit switch expressions to (int) to keep OpenWatcom happy
H. Peter Anvin
1
-2
/
+2
2007-11-13
Address data is int64_t; simplify writing an address object
H. Peter Anvin
1
-4
/
+4
2007-11-10
Clean up a few more 32-bit bottlenecks
Charles Crayne
1
-15
/
+17
2007-11-09
Don't combine type and size into a single argument
H. Peter Anvin
1
-18
/
+16
2007-11-06
Pass 64-bit instruction lengths to back-ends.
Charles Crayne
1
-2
/
+2
2007-11-05
Upgrade label functions to 64-bit
Charles Crayne
1
-3
/
+3
2007-10-28
Adjust stabs symbol index to match symbol table.
Charles Crayne
1
-17
/
+80
2007-10-21
Clean up elf symbol table section
Charles Crayne
1
-12
/
+12
2007-10-18
Avoid unnecessary warning on redefinition of section (bug 801180)
root
1
-3
/
+6
2007-10-17
Generate stabs entries for any executable section
Charles Crayne
1
-7
/
+7
2007-10-11
Additional uses of bool and enum
H. Peter Anvin
1
-4
/
+4
[prev]
[next]