Searched refs:elf_add_reloc (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/objtool/include/objtool/ |
D | elf.h | 148 int elf_add_reloc(struct elf *elf, struct section *sec, unsigned long offset,
|
/linux-6.1.9/tools/objtool/ |
D | elf.c | 552 int elf_add_reloc(struct elf *elf, struct section *sec, unsigned long offset, in elf_add_reloc() function 822 return elf_add_reloc(elf, sec, offset, type, sym, addend); in elf_add_reloc_to_insn()
|
D | check.c | 697 if (elf_add_reloc(file->elf, sec, in create_static_call_sections()
|