Searched refs:elf_create_section (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/objtool/ |
| H A D | elf.c | 1254 null = elf_create_section(elf, NULL, 0, 0, SHT_NULL, 0, 0); in elf_create_file() 1255 shstrtab = elf_create_section(elf, NULL, 0, 0, SHT_STRTAB, 1, 0); in elf_create_file() 1256 strtab = elf_create_section(elf, NULL, 0, 0, SHT_STRTAB, 1, 0); in elf_create_file() 1279 symtab = elf_create_section(elf, ".symtab", 0x18, 0x18, SHT_SYMTAB, 0x8, 0); in elf_create_file() 1371 struct section *elf_create_section(struct elf *elf, const char *name, in elf_create_section() function 1586 rsec = elf_create_section(elf, rsec_name, nr_relocs * elf_rela_size(elf), in elf_create_rela_section() 1646 sec = elf_create_section(elf, name, nr * entsize, entsize, in elf_create_section_pair()
|
| H A D | orc_gen.c | 128 orc_sec = elf_create_section(file->elf, ".orc_unwind", in orc_create()
|
| H A D | klp-diff.c | 546 out_sec = elf_create_section(elf, patched_sec->name, 0, in __clone_symbol() 1014 klp_relocs = elf_create_section(e->out, KLP_RELOCS_SEC, 0, in clone_reloc_klp() 1510 str_sec = elf_create_section(e->out, KLP_STRINGS_SEC, 0, 0, in create_klp_sections() 1694 out_sec = elf_create_section(e->out, ".modinfo", 0, in copy_import_ns()
|
| /linux/tools/objtool/include/objtool/ |
| H A D | elf.h | 136 struct section *elf_create_section(struct elf *elf, const char *name,
|