diff options
| author | Ulrich Drepper <[email protected]> | 2006-07-07 03:43:47 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2006-07-07 03:43:47 +0000 |
| commit | 28ed895fdc303b2a793506bb1fcdd35d5fd14e70 (patch) | |
| tree | 1385a2d5f0e844e26990b9da92b784ca73c73000 /libebl/ebl-hooks.h | |
| parent | 1d3a64d70c8f2aec1fc3ae26d124823c1ef304a9 (diff) | |
merge of 2d5572f10b65f0ac7fdf54361b4dae41ebbd51d0
and fda3a25581b7bfac581504e9e887e9b97f234f86
Diffstat (limited to 'libebl/ebl-hooks.h')
| -rw-r--r-- | libebl/ebl-hooks.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libebl/ebl-hooks.h b/libebl/ebl-hooks.h index 4227c24f..e4923b2e 100644 --- a/libebl/ebl-hooks.h +++ b/libebl/ebl-hooks.h @@ -119,6 +119,9 @@ bool EBLHOOK(copy_reloc_p) (int); /* Check whether given relocation is a no-op relocation. */ bool EBLHOOK(none_reloc_p) (int); +/* Check whether given relocation is a relative relocation. */ +bool EBLHOOK(relative_reloc_p) (int); + /* Check whether given symbol's value is ok despite normal checks. */ bool EBLHOOK(check_special_symbol) (Elf *, GElf_Ehdr *, const GElf_Sym *, const char *, const GElf_Shdr *); |
