Home
last modified time | relevance | path

Searched refs:RELOC_JUMP_TABLE_BIT (Results 1 – 1 of 1) sorted by relevance

/tools/objtool/include/objtool/
A Delf.h302 #define RELOC_JUMP_TABLE_BIT 1UL macro
307 return reloc->_sym_next_reloc & RELOC_JUMP_TABLE_BIT; in is_jump_table()
312 reloc->_sym_next_reloc |= RELOC_JUMP_TABLE_BIT; in set_jump_table()
317 return (struct reloc *)(reloc->_sym_next_reloc & ~RELOC_JUMP_TABLE_BIT); in sym_next_reloc()
322 unsigned long bit = reloc->_sym_next_reloc & RELOC_JUMP_TABLE_BIT; in set_sym_next_reloc()

Completed in 4 milliseconds