Home
last modified time | relevance | path

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

/linux/tools/objtool/
H A Dorc_gen.c129 orc_sec = elf_create_section(file->elf, ".orc_unwind", in orc_create()
H A Delf.c1088 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/tools/objtool/include/objtool/
H A Delf.h111 struct section *elf_create_section(struct elf *elf, const char *name,