Home
last modified time | relevance | path

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

/Linux-v5.10/tools/objtool/
Delf.h125 struct section *elf_create_reloc_section(struct elf *elf, struct section *base, int reltype);
Dorc_gen.c190 ip_relocsec = elf_create_reloc_section(file->elf, sec, SHT_RELA); in create_orc_sections()
Delf.c817 struct section *elf_create_reloc_section(struct elf *elf, in elf_create_reloc_section() function
Dcheck.c458 reloc_sec = elf_create_reloc_section(file->elf, sec, SHT_RELA); in create_static_call_sections()