repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
In libobjc/: 2011-06-07 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git]
/
libjava
/
sysdep
/
descriptor-y.h
blob
ca615505d83331a544ab76148745179d35f38b4a
1
// Given a function pointer, return the code address.
2
3
// The function descriptor is actually multiple words,
4
// but we don't care about anything except the first.
5
#define UNWRAP_FUNCTION_DESCRIPTOR(X) (*(void **)(X))