Searched refs:reloc_valid_use (Results 1 – 5 of 5) sorted by relevance
110 EBLHOOK(reloc_valid_use) (Elf *elf, int reloc) in EBLHOOK() argument154 ebl->reloc_valid_use = EBLHOOK(reloc_valid_use); in EBLHOOK()
473 (reloc_valid_use): Likewise.
40 return ebl != NULL ? ebl->reloc_valid_use (ebl->elf, reloc) : false; in ebl_reloc_valid_use()
39 bool EBLHOOK(reloc_valid_use) (Elf *, int);
229 result->reloc_valid_use = default_reloc_valid_use; in fill_defaults()