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