Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/
H A Dorc_gen.c107 static int write_orc_entry(struct elf *elf, struct section *orc_sec, in write_orc_entry() argument
115 orc = (struct orc_entry *)orc_sec->data->d_buf + idx; in write_orc_entry()
162 struct section *sec, *orc_sec; in orc_create() local
240 orc_sec = elf_create_section(file->elf, ".orc_unwind", in orc_create()
242 if (!orc_sec) in orc_create()
251 if (write_orc_entry(file->elf, orc_sec, sec, idx++, in orc_create()