Searched refs:elf_create_section (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/objtool/ |
| A 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()
|
| A D | elf.c | 745 struct section *elf_create_section(struct elf *elf, const char *name, in elf_create_section() function 840 sec = elf_create_section(elf, relocname, 0, sizeof(GElf_Rel), 0); in elf_create_rel_reloc_section() 870 sec = elf_create_section(elf, relocname, 0, sizeof(GElf_Rela), 0); in elf_create_rela_reloc_section()
|
| A D | check.c | 621 sec = elf_create_section(file->elf, ".static_call_sites", SHF_WRITE, in create_static_call_sections() 705 sec = elf_create_section(file->elf, ".retpoline_sites", 0, in create_retpoline_sites_sections() 753 sec = elf_create_section(file->elf, "__mcount_loc", 0, sizeof(unsigned long), idx); in create_mcount_loc_sections()
|
| /linux/tools/objtool/include/objtool/ |
| A D | elf.h | 135 struct section *elf_create_section(struct elf *elf, const char *name, unsigned int sh_flags, size_t…
|
Completed in 13 milliseconds