Searched refs:elf_create_section (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/tools/objtool/ |
D | orc_gen.c | 129 orc_sec = elf_create_section(file->elf, ".orc_unwind", in orc_create()
|
D | elf.c | 1088 struct section *elf_create_section(struct elf *elf, const char *name, in elf_create_section() function 1183 rsec = elf_create_section(elf, rsec_name, elf_rela_size(elf), reloc_nr); in elf_create_rela_section() 1213 sec = elf_create_section(elf, name, entsize, nr); in elf_create_section_pair()
|
/linux-6.12.1/tools/objtool/include/objtool/ |
D | elf.h | 111 struct section *elf_create_section(struct elf *elf, const char *name,
|