Searched refs:headers (Results 1 – 18 of 18) sorted by relevance
109 void *headers; in load_other_segments() local112 ret = prepare_elf_headers(&headers, &headers_sz); in load_other_segments()118 kbuf.buffer = headers; in load_other_segments()128 vfree(headers); in load_other_segments()131 image->elf_headers = headers; in load_other_segments()
274 void *headers; in load_extra_segments() local276 ret = prepare_elf_headers(&headers, &headers_sz); in load_extra_segments()282 kbuf.buffer = headers; in load_extra_segments()291 vfree(headers); in load_extra_segments()294 image->elf_headers = headers; in load_extra_segments()
19 ELF headers to determine where to transfer control. Unfortunately,21 address rather than examining the ELF headers, and the result is a
433 void *headers = NULL; in load_elfcorehdr_segment() local441 ret = crash_prepare_elf64_headers(cmem, false, &headers, &headers_sz); in load_elfcorehdr_segment()448 update_backup_region_phdr(image, headers); in load_elfcorehdr_segment()450 kbuf->buffer = headers; in load_elfcorehdr_segment()458 vfree(headers); in load_elfcorehdr_segment()464 image->elf_headers = headers; in load_elfcorehdr_segment()
2 # MIPS headers
63 reg_aldo2: aldo2 { /* 3.3V on headers */70 reg_aldo3: aldo3 { /* 3.3V on headers */
71 /* USB 2 & 3 are on headers only. */
62 /* board 5V supply from micro USB or pin headers */
100 /* i2c1 connected with gpio headers like pine64, bananapi */
6 #error Please do not include kernel proper namespace headers
27 #error SiByte headers require ANSI C89 support
422 * configure unused gpios exposed via pin headers:498 * configure unused gpios exposed via pin headers:610 * configure unused gpios exposed via pin headers:
180 /* UART2 on pin headers */
454 /* exposed through the pin headers labeled "URDUG1" on the top of the PCB */
267 * 36 pin headers GPIO description. The pins
192 cmd_copy_kern_src = sed -f $(srctree)/arch/powerpc/boot/fixup-headers.sed $< > $@
1551 headers generally provide.
4420 * offsets parsed from the microcode headers.
Completed in 34 milliseconds