RELOC_JUMP_TABLE_BIT
return reloc->_sym_next_reloc & RELOC_JUMP_TABLE_BIT;
reloc->_sym_next_reloc |= RELOC_JUMP_TABLE_BIT;
return (struct reloc *)(reloc->_sym_next_reloc & ~RELOC_JUMP_TABLE_BIT);
unsigned long bit = reloc->_sym_next_reloc & RELOC_JUMP_TABLE_BIT;