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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-sh64.c35 #define GOT_BIAS (-((long)-32768)) macro
1866 relocation -= GOT_BIAS;
1997 relocation -= GOT_BIAS;
2021 relocation -= GOT_BIAS;
2041 relocation += GOT_BIAS;
3112 0xce, 0x00, 0x01, 0x10, /* movi -GOT_BIAS, r17 */
3132 0x10, 0x01, 0x00, 0xce, /* movi -GOT_BIAS, r17 */
3799 got_offset -= GOT_BIAS;
3842 got_offset += GOT_BIAS;
3863 rel.r_addend = GOT_BIAS;
[all...]
H A Delf32-sh.c3333 0xce, 0x00, 0x01, 0x10, /* movi -GOT_BIAS, r17 */
3353 0x10, 0x01, 0x00, 0xce, /* movi -GOT_BIAS, r17 */
5195 #ifdef GOT_BIAS
5196 relocation -= GOT_BIAS;
5339 #ifdef GOT_BIAS
5340 relocation -= GOT_BIAS;
5364 #ifdef GOT_BIAS
5365 relocation -= GOT_BIAS;
5384 #ifdef GOT_BIAS
5385 relocation += GOT_BIAS;
[all...]
H A Delf32-sh64.c107 #define GOT_BIAS (-((long)-32768)) macro

Completed in 65 milliseconds