Searched refs:GOT_BIAS (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf64-sh64.c36 #define GOT_BIAS (-((long)-32768)) macro
1810 relocation -= GOT_BIAS;
1941 relocation -= GOT_BIAS;
1965 relocation -= GOT_BIAS;
1985 relocation += GOT_BIAS;
3030 0xce, 0x00, 0x01, 0x10, /* movi -GOT_BIAS, r17 */
3050 0x10, 0x01, 0x00, 0xce, /* movi -GOT_BIAS, r17 */
3713 got_offset -= GOT_BIAS;
3756 got_offset += GOT_BIAS;
3777 rel.r_addend = GOT_BIAS;
[all...]
H A Delf32-sh.c1638 0xce, 0x00, 0x01, 0x10, /* movi -GOT_BIAS, r17 */
1658 0x10, 0x01, 0x00, 0xce, /* movi -GOT_BIAS, r17 */
3712 #ifdef GOT_BIAS
3713 relocation -= GOT_BIAS;
3856 #ifdef GOT_BIAS
3857 relocation -= GOT_BIAS;
3881 #ifdef GOT_BIAS
3882 relocation -= GOT_BIAS;
3901 #ifdef GOT_BIAS
3902 relocation += GOT_BIAS;
[all...]
H A Delf32-sh64.c108 #define GOT_BIAS (-((long)-32768)) macro

Completed in 129 milliseconds