Home
last modified time | relevance | path

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

/Linux-v5.15/tools/objtool/
Dorc_gen.c84 static int write_orc_entry(struct elf *elf, struct section *orc_sec, in write_orc_entry() argument
92 orc = (struct orc_entry *)orc_sec->data->d_buf + idx; in write_orc_entry()
139 struct section *sec, *orc_sec; in orc_create() local
220 orc_sec = elf_create_section(file->elf, ".orc_unwind", 0, in orc_create()
222 if (!orc_sec) in orc_create()
231 if (write_orc_entry(file->elf, orc_sec, sec, idx++, in orc_create()