Searched refs:orc_sec (Results 1 – 1 of 1) sorted by relevance
/linux/tools/objtool/ |
A D | orc_gen.c | 90 static int write_orc_entry(struct elf *elf, struct section *orc_sec, in write_orc_entry() argument 98 orc = (struct orc_entry *)orc_sec->data->d_buf + idx; in write_orc_entry() 145 struct section *sec, *orc_sec; in orc_create() local 227 orc_sec = elf_create_section(file->elf, ".orc_unwind", 0, in orc_create() 229 if (!orc_sec) in orc_create() 238 if (write_orc_entry(file->elf, orc_sec, sec, idx++, in orc_create()
|
Completed in 3 milliseconds