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