Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/include/objtool/
H A Delf.h81 unsigned long _sym_next_reloc; member
306 return reloc->_sym_next_reloc & RELOC_JUMP_TABLE_BIT; in is_jump_table()
311 reloc->_sym_next_reloc |= RELOC_JUMP_TABLE_BIT; in set_jump_table()
316 return (struct reloc *)(reloc->_sym_next_reloc & ~RELOC_JUMP_TABLE_BIT); in sym_next_reloc()
321 unsigned long bit = reloc->_sym_next_reloc & RELOC_JUMP_TABLE_BIT; in set_sym_next_reloc()
323 reloc->_sym_next_reloc = (unsigned long)next | bit; in set_sym_next_reloc()