Home
last modified time | relevance | path

Searched refs:elf_create_section (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/tools/objtool/
Dorc_gen.c220 orc_sec = elf_create_section(file->elf, ".orc_unwind", 0, in orc_create()
225 sec = elf_create_section(file->elf, ".orc_unwind_ip", 0, sizeof(int), nr); in orc_create()
Delf.c828 struct section *elf_create_section(struct elf *elf, const char *name, in elf_create_section() function
923 sec = elf_create_section(elf, relocname, 0, sizeof(GElf_Rel), 0); in elf_create_rel_reloc_section()
953 sec = elf_create_section(elf, relocname, 0, sizeof(GElf_Rela), 0); in elf_create_rela_reloc_section()
Dcheck.c469 sec = elf_create_section(file->elf, ".static_call_sites", SHF_WRITE, in create_static_call_sections()
555 sec = elf_create_section(file->elf, "__mcount_loc", 0, sizeof(unsigned long), idx); in create_mcount_loc_sections()
/Linux-v5.15/tools/objtool/include/objtool/
Delf.h131 struct section *elf_create_section(struct elf *elf, const char *name, unsigned int sh_flags, size_t…
/Linux-v5.15/tools/objtool/arch/x86/
Ddecode.c686 sec = elf_create_section(elf, ".altinstructions", in elf_add_alternative()