Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/
H A Dorc_gen.c245 sec = elf_create_section_pair(file->elf, ".orc_unwind_ip", sizeof(int), nr, nr); in orc_create()
H A Dcheck.c689 sec = elf_create_section_pair(file->elf, ".static_call_sites", in create_static_call_sections()
774 sec = elf_create_section_pair(file->elf, ".retpoline_sites", in create_retpoline_sites_sections()
812 sec = elf_create_section_pair(file->elf, ".return_sites", in create_return_sites_sections()
856 sec = elf_create_section_pair(file->elf, ".ibt_endbr_seal", in create_ibt_endbr_seal_sections()
909 sec = elf_create_section_pair(file->elf, ".cfi_sites", in create_cfi_sections()
954 sec = elf_create_section_pair(file->elf, "__mcount_loc", addr_size, in create_mcount_loc_sections()
999 sec = elf_create_section_pair(file->elf, ".call_sites", in create_direct_call_sections()
H A Delf.c1209 struct section *elf_create_section_pair(struct elf *elf, const char *name, in elf_create_section_pair() function
/openbmc/linux/tools/objtool/include/objtool/
H A Delf.h111 struct section *elf_create_section_pair(struct elf *elf, const char *name,