Searched refs:elf_add_reloc (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/tools/objtool/include/objtool/ |
| D | elf.h | 133 int elf_add_reloc(struct elf *elf, struct section *sec, unsigned long offset,
|
| /Linux-v5.15/tools/objtool/ |
| D | elf.c | 487 int elf_add_reloc(struct elf *elf, struct section *sec, unsigned long offset, in elf_add_reloc() function 550 return elf_add_reloc(elf, sec, offset, type, sym, addend); in elf_add_reloc_to_insn()
|
| D | check.c | 522 if (elf_add_reloc(file->elf, sec, in create_static_call_sections()
|
| /Linux-v5.15/tools/objtool/arch/x86/ |
| D | decode.c | 723 if (elf_add_reloc(elf, sec, sec->sh.sh_size + 4, in elf_add_alternative()
|