/xen-4.10.0-shim-comet/docs/misc/ |
A D | dump-core-format.txt | 45 ".note.Xen" section 49 This section is used as note section to store xen dump-core 51 described in note section. This section must exist. 53 ".xen_prstatus" section 65 ".xen_shared_info" section 73 ".xen_p2m" section 95 ".xen_pfn" section 112 ".xen_pages" section 141 note section 148 elf note section [all …]
|
A D | efi.markdown | 38 The configuration file consists of one or more sections headed by a section 40 section. A section named `[global]` is treated specially to allow certain 62 Specifies the section to use for booting, if none was specified on the command 63 line; only meaningful in the `[global]` section. This isn't required; if 64 absent, section headers will be ignored and for each value looked for the 110 Specifies an alternate configuration file to use in case the specified section 112 specified) configuration file. This is only meaningful in the [global] section
|
A D | block-scripts.txt | 48 $XENBUS/params The contents of the 'target' section of the disk specification verbatim. 61 $XENBUS/params The contents of the 'target' section of the disk specification verbatim.
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/ |
A D | proc-v7.S | 32 .section ".init.proc.info", #alloc, #execinstr 41 .section ".init.proc.info", #alloc, #execinstr 50 .section ".init.proc.info", #alloc, #execinstr
|
/xen-4.10.0-shim-comet/xen/common/libelf/ |
A D | libelf-loader.c | 32 elf_shdr section[ELF_BSDSYM_SECTIONS]; member 39 unsigned i, count, section, link; in elf_init() local 76 section = elf_uval(elf, elf->ehdr, e_shstrndx); in elf_init() 77 shdr = elf_shdr_by_index(elf, section); in elf_init() 207 sz += offsetof(struct elf_sym_header, elf_header.section) + in elf_parse_bsdsyms() 331 shdr_size = elf_64bit(elf) ? sizeof(header.elf_header.section[0].e64) : in elf_load_bsdsyms() 332 sizeof(header.elf_header.section[0].e32); in elf_load_bsdsyms() 350 offsetof(typeof(header.elf_header), section)); in elf_load_bsdsyms() 369 ELF_REALPTR2PTRVAL(&header.elf_header.section[SYMTAB_INDEX])); in elf_load_bsdsyms() 401 ELF_REALPTR2PTRVAL(&header.elf_header.section[STRTAB_INDEX])); in elf_load_bsdsyms() [all …]
|
A D | Makefile | 8 $(OBJCOPY) $(foreach s,$(SECTIONS),--rename-section .$(s)=.init.$(s)) $< $@
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | build32.lds | 22 /* Merge code and data into one section. */ 36 * PIC/PIE executable contains .got.plt section even if it is not linked 44 * we remove .got.plt section here because it cannot find required symbol. 46 * So, drop .got.plt section during conversion to plain binary format.
|
A D | x86_64.S | 54 .section .data.page_aligned, "aw", @progbits 195 .section .init.data, "aw", @progbits
|
A D | head.S | 113 .section .init.rodata, "a", @progbits 122 .section .init.data, "aw", @progbits 138 .section .init.text, "ax", @progbits
|
/xen-4.10.0-shim-comet/xen/test/livepatch/ |
A D | Makefile | 76 $(OBJCOPY) -O binary --only-section=.note.gnu.build-id $(BASEDIR)/xen-syms $@.bin 78 --rename-section=.data=.livepatch.depends,alloc,load,readonly,data,contents -S $@.bin $@ 87 $(OBJCOPY) -O binary --only-section=.note.gnu.build-id $(LIVEPATCH) $@.bin 89 --rename-section=.data=.livepatch.depends,alloc,load,readonly,data,contents -S $@.bin $@
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | dtb.S | 1 .section .dtb,#alloc
|
/xen-4.10.0-shim-comet/xen/common/efi/ |
A D | boot.c | 649 size_t slen = section ? strlen(section) : 0, ilen = strlen(item); in get_value() 1073 union string section = { NULL }, name; in efi_start() local 1143 section.w = ptr; in efi_start() 1193 if ( section.w ) in efi_start() 1194 w2s(§ion); in efi_start() 1200 name.s = get_value(&cfg, section.s, "kernel"); in efi_start() 1222 efi_arch_cfg_file_early(dir_handle, section.s); in efi_start() 1233 name.s = get_value(&cfg, section.s, "ramdisk"); in efi_start() 1240 name.s = get_value(&cfg, section.s, "xsm"); in efi_start() 1247 name.s = get_value(&cfg, section.s, "options"); in efi_start() [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/efi/ |
A D | relocs-dummy.S | 2 .section .reloc, "a", @progbits
|
A D | efi-boot.h | 274 static void __init efi_arch_cfg_file_early(EFI_FILE_HANDLE dir_handle, char *section) in efi_arch_cfg_file_early() argument 278 static void __init efi_arch_cfg_file_late(EFI_FILE_HANDLE dir_handle, char *section) in efi_arch_cfg_file_late() argument 282 name.s = get_value(&cfg, section, "ucode"); in efi_arch_cfg_file_late()
|
/xen-4.10.0-shim-comet/xen/arch/x86/guest/ |
A D | hypercall_page.S | 5 .section ".text.page_aligned", "ax", @progbits
|
/xen-4.10.0-shim-comet/xen/arch/arm/efi/ |
A D | efi-boot.h | 375 static void __init efi_arch_cfg_file_early(EFI_FILE_HANDLE dir_handle, char *section) in efi_arch_cfg_file_early() argument 383 name.s = get_value(&cfg, section, "dtb"); in efi_arch_cfg_file_early() 395 static void __init efi_arch_cfg_file_late(EFI_FILE_HANDLE dir_handle, char *section) in efi_arch_cfg_file_late() argument
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/compat/ |
A D | entry.S | 133 .section .altinstructions, "a" 320 .section .fixup,"ax" 345 .section .fixup,"ax"
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | Makefile | 156 $(OBJCOPY) -O binary --only-section=.note.gnu.build-id $(BASEDIR)/xen-syms $@.bin 158 --rename-section=.data=.note.gnu.build-id -S $@.bin $@ 163 EFI_LDFLAGS += --section-alignment=0x200000 --file-alignment=0x20
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | entry.S | 426 .section .altinstructions, "a" 666 .section .rodata, "a", @progbits 695 .section .init.rodata, "a", @progbits 743 .section .init.rodata
|
A D | kexec_reloc.S | 23 .section .text.kexec, "ax", @progbits
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | template.pandoc | 60 features, this section must contain the list of items needing fixing for
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | asm_defns.h | 79 .section .ex_table##sfx, "a" ; \ 218 .section .altinstructions, "a"; \
|
/xen-4.10.0-shim-comet/tools/xenmon/ |
A D | COPYING | 124 Thus, it is not the intent of this section to claim rights or contest 210 If any portion of this section is held invalid or unenforceable under 211 any particular circumstance, the balance of the section is intended to 212 apply and the section as a whole is intended to apply in other 215 It is not the purpose of this section to induce you to infringe any 217 such claims; this section has the sole purpose of protecting the 226 This section is intended to make thoroughly clear what is believed to
|
/xen-4.10.0-shim-comet/ |
A D | COPYING | 14 the *License Exceptions* section of this file. 199 Thus, it is not the intent of this section to claim rights or contest 285 If any portion of this section is held invalid or unenforceable under 286 any particular circumstance, the balance of the section is intended to 287 apply and the section as a whole is intended to apply in other 290 It is not the purpose of this section to induce you to infringe any 292 such claims; this section has the sole purpose of protecting the 301 This section is intended to make thoroughly clear what is believed to
|
/xen-4.10.0-shim-comet/xen/ |
A D | COPYING | 151 Thus, it is not the intent of this section to claim rights or contest 237 If any portion of this section is held invalid or unenforceable under 238 any particular circumstance, the balance of the section is intended to 239 apply and the section as a whole is intended to apply in other 242 It is not the purpose of this section to induce you to infringe any 244 such claims; this section has the sole purpose of protecting the 253 This section is intended to make thoroughly clear what is believed to
|