Searched refs:orc_sec (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/objtool/ |
| H A D | orc_gen.c | 89 static int write_orc_entry(struct elf *elf, struct section *orc_sec, in write_orc_entry() argument 97 orc = (struct orc_entry *)orc_sec->data->d_buf + idx; in write_orc_entry() 142 struct section *sec, *orc_sec; in orc_create() local 224 orc_sec = elf_create_section(file->elf, ".orc_unwind", 0, in orc_create() 226 if (!orc_sec) in orc_create() 235 if (write_orc_entry(file->elf, orc_sec, sec, idx++, in orc_create()
|