Searched refs:elf_init_reloc_text_sym (Results 1 – 5 of 5) sorted by relevance
/linux/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/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/tools/objtool/include/objtool/ |
H A D | elf.h | 119 struct reloc *elf_init_reloc_text_sym(struct elf *elf, struct section *sec,
|
/linux/tools/objtool/ |
H A D | check.c | 754 if (!elf_init_reloc_text_sym(file->elf, sec, in create_static_call_sections() 835 if (!elf_init_reloc_text_sym(file->elf, sec, in create_retpoline_sites_sections() 873 if (!elf_init_reloc_text_sym(file->elf, sec, in create_return_sites_sections() 927 if (!elf_init_reloc_text_sym(file->elf, sec, in create_ibt_endbr_seal_sections() 975 if (!elf_init_reloc_text_sym(file->elf, sec, in create_cfi_sections() 1019 reloc = elf_init_reloc_text_sym(file->elf, sec, idx * addr_size, idx, in create_mcount_loc_sections() 1060 if (!elf_init_reloc_text_sym(file->elf, sec, in create_direct_call_sections()
|
H A D | elf.c | 884 struct reloc *elf_init_reloc_text_sym(struct elf *elf, struct section *sec, in elf_init_reloc_text_sym() function
|