Home
last modified time | relevance | path

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

/Linux-v5.4/tools/objtool/
Dorc_gen.c162 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()
Delf.h87 struct section *elf_create_section(struct elf *elf, const char *name, size_t
Delf.c461 struct section *elf_create_section(struct elf *elf, const char *name, in elf_create_section() function
575 sec = elf_create_section(elf, relaname, sizeof(GElf_Rela), 0); in elf_create_rela_section()