Displaying 4 results from an estimated 4 matches for "mach_head".
Did you mean:
mach_header
2014 May 28
2
[LLVMdev] MCJIT Mach-O JIT debugging
Hello,
I'm finally getting back to getting JIT debugging work for MCJIT. This has
worked for ELF for a while in LLVM and support in lldb was added in January
(for ELF). I'm now trying to add support for Mach-O and would appreciate
some feedback (though I'm fighting my way through learning the format, I'm
still just a novice).
My current patchset for llvm is here:
2014 Jun 02
2
[LLVMdev] [lldb-dev] MCJIT Mach-O JIT debugging
...> don't need to be modified. You might also need to watch out for absolute
> symbols (if ((N_TYPE & n_type) == N_ABS)) as there are a few that sometimes
> don't claim to be a symbol that has a valid address, but they actually do
> point to an address. The symbol named "mach_header" is one such absolute
> symbol.
>
> If this is all new code, get it as close as you can and then we can work
> the kinks out once it is in the codebase.
>
> Greg
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/p...
2014 Jun 02
2
[LLVMdev] [lldb-dev] MCJIT Mach-O JIT debugging
...values that usually don't need to be modified. You might also need to watch out for absolute symbols (if ((N_TYPE & n_type) == N_ABS)) as there are a few that sometimes don't claim to be a symbol that has a valid address, but they actually do point to an address. The symbol named "mach_header" is one such absolute symbol.
>
> If this is all new code, get it as close as you can and then we can work the kinks out once it is in the codebase.
>
> Greg
>
>
2007 Nov 28
1
Cross-compiling asterisk-1.4 for Debian on a slug
...erencing pointer to incomplete type
dlfcn.c:1225: error: dereferencing pointer to incomplete type
dlfcn.c:1230: error: dereferencing pointer to incomplete type
dlfcn.c:1231: error: dereferencing pointer to incomplete type
dlfcn.c:1234: error: invalid application of `sizeof' to incomplete type
`mach_header'
dlfcn.c:1235: error: dereferencing pointer to incomplete type
dlfcn.c:1235: error: dereferencing pointer to incomplete type
dlfcn.c:1237: error: `LC_SYMTAB' undeclared (first use in this function)
dlfcn.c:1237: error: dereferencing pointer to incomplete type
dlfcn.c:1240: error: derefere...