Searched refs:elf_create_section (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/objtool/ |
H A D | orc_gen.c | 240 orc_sec = elf_create_section(file->elf, ".orc_unwind", in orc_create()
|
H A D | elf.c | 1090 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 D | elf.h | 109 struct section *elf_create_section(struct elf *elf, const char *name,
|