Searched refs:elf_create_section (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/objtool/ |
D | orc_gen.c | 227 orc_sec = elf_create_section(file->elf, ".orc_unwind", 0, in orc_create() 232 sec = elf_create_section(file->elf, ".orc_unwind_ip", 0, sizeof(int), nr); in orc_create()
|
D | elf.c | 1016 struct section *elf_create_section(struct elf *elf, const char *name, in elf_create_section() function 1111 sec = elf_create_section(elf, relocname, 0, sizeof(GElf_Rel), 0); in elf_create_rel_reloc_section() 1141 sec = elf_create_section(elf, relocname, 0, sizeof(GElf_Rela), 0); in elf_create_rela_reloc_section()
|
D | check.c | 644 sec = elf_create_section(file->elf, ".static_call_sites", SHF_WRITE, in create_static_call_sections() 728 sec = elf_create_section(file->elf, ".retpoline_sites", 0, in create_retpoline_sites_sections() 774 sec = elf_create_section(file->elf, ".return_sites", 0, in create_return_sites_sections() 826 sec = elf_create_section(file->elf, ".ibt_endbr_seal", 0, in create_ibt_endbr_seal_sections() 874 sec = elf_create_section(file->elf, "__mcount_loc", 0, sizeof(unsigned long), idx); in create_mcount_loc_sections()
|
/linux-6.1.9/tools/objtool/include/objtool/ |
D | elf.h | 146 struct section *elf_create_section(struct elf *elf, const char *name, unsigned int sh_flags, size_t…
|