Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/objtool/
A Dorc_gen.c228 orc_sec = elf_create_section(file->elf, ".orc_unwind", 0, in orc_create()
233 sec = elf_create_section(file->elf, ".orc_unwind_ip", 0, sizeof(int), nr); in orc_create()
A Delf.c1061 struct section *elf_create_section(struct elf *elf, const char *name, in elf_create_section() function
1156 sec = elf_create_section(elf, relocname, 0, sizeof(GElf_Rel), 0); in elf_create_rel_reloc_section()
1188 sec = elf_create_section(elf, relocname, 0, sizeof(Elf32_Rela), 0); in elf_create_rela_reloc_section()
1190 sec = elf_create_section(elf, relocname, 0, sizeof(GElf_Rela), 0); in elf_create_rela_reloc_section()
A Dcheck.c706 sec = elf_create_section(file->elf, ".static_call_sites", SHF_WRITE, in create_static_call_sections()
792 sec = elf_create_section(file->elf, ".retpoline_sites", 0, in create_retpoline_sites_sections()
838 sec = elf_create_section(file->elf, ".return_sites", 0, in create_return_sites_sections()
890 sec = elf_create_section(file->elf, ".ibt_endbr_seal", 0, in create_ibt_endbr_seal_sections()
954 sec = elf_create_section(file->elf, ".cfi_sites", 0, sizeof(unsigned int), idx); in create_cfi_sections()
1007 sec = elf_create_section(file->elf, "__mcount_loc", 0, addrsize, idx); in create_mcount_loc_sections()
1052 sec = elf_create_section(file->elf, ".call_sites", 0, sizeof(unsigned int), idx); in create_direct_call_sections()
/linux-6.3-rc2/tools/objtool/include/objtool/
A Delf.h160 struct section *elf_create_section(struct elf *elf, const char *name, unsigned int sh_flags, size_t…

Completed in 11 milliseconds