Home
last modified time | relevance | path

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

/linux/tools/objtool/
H A Dorc_gen.c50 struct section *sec, *orc_sec; in orc_create() local
128 orc_sec = elf_create_section(file->elf, ".orc_unwind", in orc_create()
134 if (!orc_sec) in orc_create()
143 if (write_orc_entry(file->elf, orc_sec, sec, idx++, in orc_create()
/linux/tools/objtool/arch/loongarch/
H A Dorc.c100 int write_orc_entry(struct elf *elf, struct section *orc_sec, in write_orc_entry() argument
108 orc = (struct orc_entry *)orc_sec->data->d_buf + idx; in write_orc_entry()
/linux/tools/objtool/arch/x86/
H A Dorc.c99 int write_orc_entry(struct elf *elf, struct section *orc_sec, in write_orc_entry() argument
107 orc = (struct orc_entry *)orc_sec->data->d_buf + idx; in write_orc_entry()
/linux/tools/objtool/include/objtool/
H A Dorc.h9 int write_orc_entry(struct elf *elf, struct section *orc_sec,