Searched refs:reloc_valid_use (Results 1 – 4 of 4) sorted by relevance
99 EBLHOOK(reloc_valid_use) (Elf *elf, int reloc) in EBLHOOK() argument137 ebl->reloc_valid_use = EBLHOOK(reloc_valid_use); in EBLHOOK()
63 return ebl != NULL ? ebl->reloc_valid_use (ebl->elf, reloc) : false;
63 bool EBLHOOK(reloc_valid_use) (Elf *, int);
236 result->reloc_valid_use = default_reloc_valid_use; in fill_defaults()