Searched refs:elf_init_reloc_text_sym (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/tools/objtool/arch/loongarch/ |
| H A D | orc.c | 113 if (!elf_init_reloc_text_sym(elf, ip_sec, idx * sizeof(int), idx, in write_orc_entry()
|
| /linux-6.15/tools/objtool/arch/x86/ |
| H A D | orc.c | 114 if (!elf_init_reloc_text_sym(elf, ip_sec, idx * sizeof(int), idx, in write_orc_entry()
|
| /linux-6.15/tools/objtool/include/objtool/ |
| H A D | elf.h | 120 struct reloc *elf_init_reloc_text_sym(struct elf *elf, struct section *sec,
|
| /linux-6.15/tools/objtool/ |
| H A D | check.c | 665 if (!elf_init_reloc_text_sym(file->elf, sec, in create_static_call_sections() 743 if (!elf_init_reloc_text_sym(file->elf, sec, in create_retpoline_sites_sections() 781 if (!elf_init_reloc_text_sym(file->elf, sec, in create_return_sites_sections() 838 if (!elf_init_reloc_text_sym(file->elf, sec, in create_ibt_endbr_seal_sections() 886 if (!elf_init_reloc_text_sym(file->elf, sec, in create_cfi_sections() 930 reloc = elf_init_reloc_text_sym(file->elf, sec, idx * addr_size, idx, in create_mcount_loc_sections() 971 if (!elf_init_reloc_text_sym(file->elf, sec, in create_direct_call_sections()
|
| H A D | elf.c | 885 struct reloc *elf_init_reloc_text_sym(struct elf *elf, struct section *sec, in elf_init_reloc_text_sym() function
|