Home
last modified time | relevance | path

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

/linux/tools/objtool/
H A Dorc_gen.c128 orc_sec = elf_create_section(file->elf, ".orc_unwind", in orc_create()
H A Delf.c1271 null = elf_create_section(elf, NULL, 0, 0, SHT_NULL, 0, 0); in elf_create_file()
1272 shstrtab = elf_create_section(elf, NULL, 0, 0, SHT_STRTAB, 1, 0); in elf_create_file()
1273 strtab = elf_create_section(elf, NULL, 0, 0, SHT_STRTAB, 1, 0); in elf_create_file()
1296 symtab = elf_create_section(elf, ".symtab", 0x18, 0x18, SHT_SYMTAB, 0x8, 0); in elf_create_file()
1388 struct section *elf_create_section(struct elf *elf, const char *name, in elf_create_section() function
1603 rsec = elf_create_section(elf, rsec_name, nr_relocs * elf_rela_size(elf), in elf_create_rela_section()
1663 sec = elf_create_section(elf, name, nr * entsize, entsize, in elf_create_section_pair()
H A Dklp-diff.c516 out_sec = elf_create_section(elf, patched_sec->name, 0, in __clone_symbol()
984 klp_relocs = elf_create_section(e->out, KLP_RELOCS_SEC, 0, in clone_reloc_klp()
1467 str_sec = elf_create_section(e->out, KLP_STRINGS_SEC, 0, 0, in create_klp_sections()
1651 out_sec = elf_create_section(e->out, ".modinfo", 0, in copy_import_ns()
/linux/tools/objtool/include/objtool/
H A Delf.h136 struct section *elf_create_section(struct elf *elf, const char *name,