Searched refs:elf_add_reloc (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/ |
D | elf.h | 130 int elf_add_reloc(struct elf *elf, struct section *sec, unsigned long offset,
|
D | elf.c | 512 int elf_add_reloc(struct elf *elf, struct section *sec, unsigned long offset, in elf_add_reloc() function 781 return elf_add_reloc(elf, sec, offset, type, sym, addend); in elf_add_reloc_to_insn()
|
D | check.c | 599 if (elf_add_reloc(file->elf, sec, in create_static_call_sections()
|