search for: ldump

Displaying 8 results from an estimated 8 matches for "ldump".

Did you mean: dump
2016 Feb 08
3
[LLD] Incorrect comparision of pointers to function defined in DSO
...oid *v) {} void *data = &set_data; % cat main.c int printf(const char *, ...); extern void *data; void set_data(void *v); int main(void) { printf("%p = %p\n", &set_data, data); } % clang -fPIC -shared so.c -o libdump.so % clang -c main.c % clang main.o -Wl,-rpath -Wl,. -L. -ldump % ./a.out 0x400600 = 0x400600 # The same addresses % lld -flavor gnu --sysroot=/ --build-id --no-add-needed --eh-frame-hdr \ -m elf_x86_64 --hash-style=both \ -dynamic-linker /lib64/ld-linux-x86-64.so.2 \ /usr/lib/x86_64-linux-gnu/crt1.o /usr/lib/x86_64-linux-gnu/crti.o \ /usr/lib...
2016 Feb 08
2
[LLD] Incorrect comparision of pointers to function defined in DSO
...*data; >> void set_data(void *v); >> >> int main(void) >> { >> printf("%p = %p\n", &set_data, data); >> } >> >> % clang -fPIC -shared so.c -o libdump.so >> % clang -c main.c >> >> % clang main.o -Wl,-rpath -Wl,. -L. -ldump >> % ./a.out >> 0x400600 = 0x400600 # The same addresses >> >> % lld -flavor gnu --sysroot=/ --build-id --no-add-needed --eh-frame-hdr \ >> -m elf_x86_64 --hash-style=both \ >> -dynamic-linker /lib64/ld-linux-x86-64.so.2 \ >> /usr/lib/x86_64-li...
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...ctype.h | 95 + com32/lua/src/ldblib.c | 214 +- com32/lua/src/ldebug.c | 620 ++- com32/lua/src/ldebug.h | 27 +- com32/lua/src/ldo.c | 661 +-- com32/lua/src/ldo.h | 33 +- com32/lua/src/ldump.c | 43 +- com32/lua/src/lfs.c | 294 ++ com32/lua/src/lfunc.c | 81 +- com32/lua/src/lfunc.h | 7 +- com32/lua/src/lgc.c | 1410 ++++-- com32/lua/src/lgc.h | 159 +- com32/lua/src/l...
2013 Oct 15
0
Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...+ > com32/lua/src/ldblib.c | 214 +- > com32/lua/src/ldebug.c | 620 ++- > com32/lua/src/ldebug.h | 27 +- > com32/lua/src/ldo.c | 661 +-- > com32/lua/src/ldo.h | 33 +- > com32/lua/src/ldump.c | 43 +- > com32/lua/src/lfs.c | 294 ++ > com32/lua/src/lfunc.c | 81 +- > com32/lua/src/lfunc.h | 7 +- > com32/lua/src/lgc.c | 1410 ++++-- > com32/lua/src/lgc.h |...
2014 Mar 02
3
pull request: upgrade to Lua 5.2.3, automatic Linux boot menu and cmenu binding
...e.h | 95 + com32/lua/src/ldblib.c | 214 +- com32/lua/src/ldebug.c | 625 +++-- com32/lua/src/ldebug.h | 27 +- com32/lua/src/ldo.c | 669 +++-- com32/lua/src/ldo.h | 33 +- com32/lua/src/ldump.c | 43 +- com32/lua/src/lfs.c | 296 +++ com32/lua/src/lfunc.c | 81 +- com32/lua/src/lfunc.h | 7 +- com32/lua/src/lgc.c | 1417 +++++++---- com32/lua/src/lgc.h | 159 +- com32/lua...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...02 99218 0 0.02 99218 L_canny.ll 5 57717 0 0.02 57695 0 0.02 57695 lcode.ll 56 172913 0 0.02 172898 0 0.03 172898 ldblib.ll 24 83768 0 0.02 83753 0 0.02 83753 ldebug.ll 32 162976 0 0.02 162961 0 0.02 162961 ldecod.ll 14 149907 0 0.02 149886 0 0.02 149886 ldo.ll 24 152277 0 0.02 152262 0 0.02 152262 ldump.ll 11 32964 0 0.01 32949 0 0.01 32949 leaky_bucket.ll 5 54568 0 0.01 54547 0 0.01 54547 lemon.ll 112 1102968 0 0.10 1102951 0 0.11 1103447 lencod.ll 37 651236 0 0.06 651215 0 0.06 651215 lexer.ll 5 29789 0 0.01 29760 0 0.01 29705 lex.ll 5 53297 0 0.01 53271 0 0.01 53271 lfunc.ll 11 48526 0 0.01 485...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and