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
/
outbin.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-28
bin: Use nasm_zalloc for default section creation
Cyrill Gorcunov
1
-12
/
+7
2011-02-28
bin: Use nasm_zalloc helper for section allocation in a sake of simplicity
Cyrill Gorcunov
1
-25
/
+19
2011-02-27
output/outbin.c: initialize section align/start attributes upon creation
Keith Kanios
1
-0
/
+4
2010-07-06
outbin: Cleanup bin_cleanup
Cyrill Gorcunov
1
-5
/
+7
2010-07-06
outbin: Simplify reverse address computing
Cyrill Gorcunov
1
-2
/
+2
2010-07-06
BR3025702: outbin -- Fix byte ordering
Cyrill Gorcunov
1
-2
/
+2
2010-05-06
Add support for one-byte relocations
H. Peter Anvin
1
-30
/
+28
2010-04-22
outbin: Drop current_section variable
Cyrill Gorcunov
1
-7
/
+3
2010-04-22
outbin: Prune ancient format_mode variable
Cyrill Gorcunov
1
-42
/
+22
2010-04-22
bin: Implement sectalign handler
Cyrill Gorcunov
1
-3
/
+24
2010-04-21
Rename SEGALIGN to SECTALIGN
Cyrill Gorcunov
1
-3
/
+3
2010-04-21
ofmt: Implement null_segalign stubs
Cyrill Gorcunov
1
-0
/
+3
2010-02-11
output/outbin.c: Fix misprinted alignment bound
Cyrill Gorcunov
1
-1
/
+1
2010-02-11
Use ALIGN helper
Cyrill Gorcunov
1
-7
/
+5
2009-10-31
stdscan: switch to stdscan_get/set routines
Cyrill Gorcunov
1
-4
/
+2
2009-08-11
Fix some format strings for nasm_error
Victor van den Elzen
1
-2
/
+2
2009-08-01
output/outbin.c -- use list helpers
Cyrill Gorcunov
1
-15
/
+15
2009-07-18
Drop the ofmt and errfunc arguments to label definition functions
H. Peter Anvin
1
-4
/
+2
2009-07-18
Remove function pointers in output, simplify error handling
H. Peter Anvin
1
-85
/
+74
2009-07-12
Hash even backend-specific directives, unify null functions
H. Peter Anvin
1
-8
/
+11
2009-07-12
Don't fclose() the output in the backend
H. Peter Anvin
1
-1
/
+0
2009-07-06
outbin: be consistent in spelling "Intel hex" with those caps
H. Peter Anvin
1
-1
/
+1
2009-07-06
outbin: minor cleanups
H. Peter Anvin
1
-6
/
+8
2009-07-05
outbin: when using saa_rnbytes() we have to saa_rewind()
H. Peter Anvin
1
-0
/
+2
2009-07-05
outbin: when writing S-records, write head record
H. Peter Anvin
1
-0
/
+3
2009-07-05
outbin: add support for Intel hex and Motorola S-records
H. Peter Anvin
1
-29
/
+289
2009-07-05
Make it possible for outputs to be either text or binary
H. Peter Anvin
1
-4
/
+9
2009-06-28
Add new copyright headers to the output modules
H. Peter Anvin
1
-6
/
+35
2009-06-27
Move backend-specific code to output/; break out null debug stuff
H. Peter Anvin
1
-2
/
+2
2009-04-30
outbin: replace fprintf(rf, not_defined); with fputs(not_defined, rf);
H. Peter Anvin
1
-5
/
+5
2009-02-21
outbin: fix typo: "sections" not "section"
H. Peter Anvin
1
-2
/
+2
2009-02-21
BR 2611906: proper error message for start < origin
H. Peter Anvin
1
-30
/
+31
2008-10-27
output: add common file outlib.c for common functions; realsize()
H. Peter Anvin
1
-14
/
+2
2008-10-22
BR 2148448: fix relative addresses in bin output
H. Peter Anvin
1
-1
/
+2
2008-06-21
ctype.h: wrapper ctype functions with a cast to (unsigned char)
H. Peter Anvin
1
-6
/
+6
2008-06-20
Move the output format macros into the macros.pl mechanism
H. Peter Anvin
1
-9
/
+1
2008-06-09
Move all the SAA code out of nasmlib
H. Peter Anvin
1
-0
/
+1
2007-12-29
regularized spelling of license to match name of LICENSE file
Beroset
1
-1
/
+1
2007-11-15
outbin.c: fix one missed change from type -> size
H. Peter Anvin
1
-1
/
+1
2007-11-13
Address data is int64_t; simplify writing an address object
H. Peter Anvin
1
-11
/
+2
2007-11-09
Don't combine type and size into a single argument
H. Peter Anvin
1
-32
/
+39
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
/
+4
2007-10-19
Formatting: kill off "stealth whitespace"
H. Peter Anvin
1
-4
/
+4
2007-10-11
Additional uses of bool and enum
H. Peter Anvin
1
-1
/
+0
2007-10-02
Portability fixes
H. Peter Anvin
1
-0
/
+2
2007-09-16
Minor fixes needed to compile with MSVC++ 2005
H. Peter Anvin
1
-1
/
+2
2007-09-04
Provide 64-bit support for ORG directive
Chuck Crayne
1
-24
/
+21
2007-08-30
Finishing touches on perfect hash tokenizer; actually turn the thing on
H. Peter Anvin
1
-0
/
+1
2007-04-14
Placated unreferenced types.
Keith Kanios
1
-0
/
+3
[next]