Searched refs:r_jmptable (Results 1 – 8 of 8) sorted by relevance
118 int r_baserel, r_jmptable, r_relative; in NAME() local127 r_jmptable = 0; in NAME()175 | (r_jmptable ? RELOC_STD_BITS_JMPTABLE_BIG : 0) in NAME()188 | (r_jmptable ? RELOC_STD_BITS_JMPTABLE_LITTLE : 0) in NAME()
1949 int r_baserel, r_jmptable, r_relative; in NAME() local1958 r_jmptable = (g->howto->type & 16) != 0; in NAME()2007 | (r_jmptable ? RELOC_STD_BITS_JMPTABLE_BIG : 0) in NAME()2019 | (r_jmptable ? RELOC_STD_BITS_JMPTABLE_LITTLE : 0) in NAME()2213 int r_baserel, r_jmptable, r_relative; in NAME() local2228 r_jmptable= (0 != (bytes->r_type[0] & RELOC_STD_BITS_JMPTABLE_BIG)); in NAME()2241 r_jmptable= (0 != (bytes->r_type[0] & RELOC_STD_BITS_JMPTABLE_LITTLE)); in NAME()2248 + 16 * r_jmptable + 32 * r_relative); in NAME()3777 int r_jmptable; in aout_link_reloc_link_order()3783 r_jmptable = (howto->type & 16) != 0; in aout_link_reloc_link_order()[all …]
3100 int r_jmptable; in aout_link_reloc_link_order() local3108 r_jmptable = (howto->type & 16) != 0; in aout_link_reloc_link_order()3122 | (r_jmptable ? RELOC_STD_BITS_JMPTABLE_BIG : 0) in aout_link_reloc_link_order()3135 | (r_jmptable ? RELOC_STD_BITS_JMPTABLE_LITTLE : 0) in aout_link_reloc_link_order()
1500 r_jmptable and r_relative fields are clear, and that the computed
7395 aout_link_reloc_link_order): Handle r_jmptable and r_relative
231 unsigned int r_jmptable:1; /* pc-relative to jump table */ member
398 unsigned int r_jmptable:1; /* pc-relative to jump table. */ member
439 unsigned int r_jmptable:1; /* pc-relative to jump table */ member