Searched refs:elf_create_section (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/tools/objtool/ | 
| D | orc_gen.c | 162 	sec = elf_create_section(file->elf, ".orc_unwind_ip", sizeof(int), idx);  in create_orc_sections()171 	u_sec = elf_create_section(file->elf, ".orc_unwind",  in create_orc_sections()
 
 | 
| D | elf.h | 87 struct section *elf_create_section(struct elf *elf, const char *name, size_t
 | 
| D | elf.c | 461 struct section *elf_create_section(struct elf *elf, const char *name,  in elf_create_section()  function575 	sec = elf_create_section(elf, relaname, sizeof(GElf_Rela), 0);  in elf_create_rela_section()
 
 |