Home
last modified time | relevance | path

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

/Linux-v5.10/tools/objtool/
Dorc_gen.c186 sec = elf_create_section(file->elf, ".orc_unwind_ip", 0, sizeof(int), idx); in create_orc_sections()
195 u_sec = elf_create_section(file->elf, ".orc_unwind", 0, in create_orc_sections()
Delf.h124 struct section *elf_create_section(struct elf *elf, const char *name, unsigned int sh_flags, size_t…
Delf.c654 struct section *elf_create_section(struct elf *elf, const char *name, in elf_create_section() function
770 sec = elf_create_section(elf, relocname, 0, sizeof(GElf_Rel), 0); in elf_create_rel_reloc_section()
800 sec = elf_create_section(elf, relocname, 0, sizeof(GElf_Rela), 0); in elf_create_rela_reloc_section()
Dcheck.c453 sec = elf_create_section(file->elf, ".static_call_sites", SHF_WRITE, in create_static_call_sections()