Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/
H A Dorc_gen.c240 orc_sec = elf_create_section(file->elf, ".orc_unwind", in orc_create()
H A Delf.c1090 struct section *elf_create_section(struct elf *elf, const char *name, in elf_create_section() function
1185 rsec = elf_create_section(elf, rsec_name, elf_rela_size(elf), reloc_nr); in elf_create_rela_section()
1215 sec = elf_create_section(elf, name, entsize, nr); in elf_create_section_pair()
/openbmc/linux/tools/objtool/include/objtool/
H A Delf.h109 struct section *elf_create_section(struct elf *elf, const char *name,