orc_size           81 arch/s390/include/asm/unwind.h 				      size_t orc_size) {}
orc_size            6 arch/um/include/asm/unwind.h 		   void *orc, size_t orc_size) {}
orc_size           94 arch/x86/include/asm/unwind.h 			void *orc, size_t orc_size);
orc_size           99 arch/x86/include/asm/unwind.h 			void *orc, size_t orc_size) {}
orc_size          231 arch/x86/kernel/unwind_orc.c 			void *_orc, size_t orc_size)
orc_size          238 arch/x86/kernel/unwind_orc.c 		     orc_size % sizeof(*orc) != 0 ||
orc_size          239 arch/x86/kernel/unwind_orc.c 		     num_entries != orc_size / sizeof(*orc));
orc_size          261 arch/x86/kernel/unwind_orc.c 	size_t orc_size = (void *)__stop_orc_unwind - (void *)__start_orc_unwind;
orc_size          267 arch/x86/kernel/unwind_orc.c 	    orc_size % sizeof(struct orc_entry) != 0 ||
orc_size          268 arch/x86/kernel/unwind_orc.c 	    num_entries != orc_size / sizeof(struct orc_entry)) {
orc_size           64 tools/objtool/orc_dump.c 	int fd, nr_entries, i, *orc_ip = NULL, orc_size = 0;
orc_size          134 tools/objtool/orc_dump.c 			orc_size = sh.sh_size;
orc_size          146 tools/objtool/orc_dump.c 	if (orc_size % sizeof(*orc) != 0) {
orc_size          151 tools/objtool/orc_dump.c 	nr_entries = orc_size / sizeof(*orc);