Searched refs:elf_create_section (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/ |
D | orc_gen.c | 224 orc_sec = elf_create_section(file->elf, ".orc_unwind", 0, in orc_create() 229 sec = elf_create_section(file->elf, ".orc_unwind_ip", 0, sizeof(int), nr); in orc_create()
|
D | elf.h | 128 struct section *elf_create_section(struct elf *elf, const char *name, unsigned int sh_flags, size_t…
|
D | elf.c | 978 struct section *elf_create_section(struct elf *elf, const char *name, in elf_create_section() function 1074 sec = elf_create_section(elf, relocname, 0, sizeof(GElf_Rel), 0); in elf_create_rel_reloc_section() 1104 sec = elf_create_section(elf, relocname, 0, sizeof(GElf_Rela), 0); in elf_create_rela_reloc_section()
|
D | check.c | 546 sec = elf_create_section(file->elf, ".static_call_sites", SHF_WRITE, in create_static_call_sections() 630 sec = elf_create_section(file->elf, ".retpoline_sites", 0, in create_retpoline_sites_sections() 676 sec = elf_create_section(file->elf, ".return_sites", 0, in create_return_sites_sections()
|