Searched refs:hdr (Results 1 - 25 of 2083) sorted by path

1234567891011>>

/linux-master/arch/arc/kernel/
H A Dmodule.c26 int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, argument
132 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, argument
/linux-master/arch/arm/kernel/
H A Datags_compat.c84 tag->hdr.tag = ATAG_MEM;
85 tag->hdr.size = tag_size(tag_mem32);
119 tag->hdr.tag = ATAG_CORE;
120 tag->hdr.size = tag_size(tag_core);
126 tag->hdr.tag = ATAG_RAMDISK;
127 tag->hdr.size = tag_size(tag_ramdisk);
134 tag->hdr.tag = ATAG_INITRD;
135 tag->hdr.size = tag_size(tag_initrd);
140 tag->hdr.tag = ATAG_SERIAL;
141 tag->hdr
[all...]
/linux-master/arch/arm/mach-rpc/include/mach/
H A Duncompress.h118 if (t->hdr.tag == ATAG_CORE) {
119 for (; t->hdr.size; t = tag_next(t)) {
120 if (t->hdr.tag == ATAG_VIDEOTEXT) {
125 } else if (t->hdr.tag == ATAG_VIDEOLFB) {
128 } else if (t->hdr.tag == ATAG_MEM) {
/linux-master/arch/m68k/kernel/
H A Dmodule.c102 int module_finalize(const Elf_Ehdr *hdr, argument
/linux-master/arch/powerpc/boot/
H A Delf.h155 int parse_elf64(void *hdr, struct elf_info *info);
156 int parse_elf32(void *hdr, struct elf_info *info);
H A Delf_util.c14 int parse_elf64(void *hdr, struct elf_info *info) argument
16 Elf64_Ehdr *elf64 = hdr;
50 int parse_elf32(void *hdr, struct elf_info *info) argument
52 Elf32_Ehdr *elf32 = hdr;
H A Dof.c49 static void of_image_hdr(const void *hdr) argument
51 const Elf64_Ehdr *elf64 = hdr;
H A Dwii.c49 struct mipc_infohdr **hdrp, *hdr; local
55 hdr = NULL;
59 hdr = *hdrp;
60 if (mipc_check_address((u32)hdr)) {
61 printf("mini: invalid hdr %08X\n", (u32)hdr);
62 hdr = NULL;
65 if (memcmp(hdr->magic, "IPC", 3)) {
67 hdr = NULL;
72 return hdr;
77 struct mipc_infohdr *hdr; local
[all...]
/linux-master/arch/s390/include/uapi/asm/
H A Dhypfs.h51 struct hypfs_diag0c_hdr hdr; /* 64 byte header */ member in struct:hypfs_diag0c_data
/linux-master/arch/sh/include/asm/
H A Ddwarf.h410 #define module_dwarf_finalize(hdr, sechdrs, me) (0)
/linux-master/arch/sh/kernel/
H A Ddwarf.c1089 int module_dwarf_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, argument
1094 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
1098 for (i = 1; i < hdr->e_shnum; i++) {
1109 if (i != hdr->e_shnum) {
/linux-master/arch/sparc/vdso/
H A Dvdso2c.h21 ELF(Ehdr) *hdr = (ELF(Ehdr) *)raw_addr;
25 ELF(Phdr) *pt = (ELF(Phdr) *)(raw_addr + GET_BE(&hdr->e_phoff));
28 for (i = 0; i < GET_BE(&hdr->e_phnum); i++) {
65 for (i = 0; i < GET_BE(&hdr->e_shnum); i++) {
66 ELF(Shdr) *sh = raw_addr + GET_BE(&hdr->e_shoff) +
67 GET_BE(&hdr->e_shentsize) * i;
75 strtab_hdr = raw_addr + GET_BE(&hdr->e_shoff) +
76 GET_BE(&hdr->e_shentsize) * GET_BE(&symtab_hdr->sh_link);
/linux-master/arch/x86/boot/
H A Dedd.c57 if (!(boot_params.hdr.loadflags & CAN_USE_HEAP))
59 if (mbrbuf_end > (char *)(size_t)boot_params.hdr.heap_end_ptr)
H A Dvideo-mode.c168 boot_params.hdr.vid_mode = real_mode;
H A Dvideo.c319 u16 mode = boot_params.hdr.vid_mode;
337 boot_params.hdr.vid_mode = mode;
/linux-master/arch/x86/pci/
H A Dolpc.c179 static uint32_t *hdr_addr(const uint32_t *hdr, int reg) argument
194 addr = (uint32_t)hdr + reg + (bar_probing ? -0x10 : 0x20);
/linux-master/drivers/crypto/nx/
H A Dnx-842.c141 static int nx842_crypto_add_header(struct nx842_crypto_header *hdr, u8 *buf) argument
143 int s = NX842_CRYPTO_HEADER_SIZE(hdr->groups);
146 if (s > be16_to_cpu(hdr->group[0].padding)) {
151 memcpy(buf, hdr, s);
254 struct nx842_crypto_header *hdr = &ctx->header; local
288 hdr->magic = cpu_to_be16(NX842_CRYPTO_MAGIC);
289 hdr->groups = 0;
290 hdr->ignore = 0;
293 n = hdr->groups++;
295 if (hdr
437 struct nx842_crypto_header *hdr; local
[all...]
/linux-master/drivers/firmware/google/
H A Dmemconsole-x86-legacy.c52 static void found_v1_header(struct biosmemcon_ebda *hdr) argument
55 hdr);
57 hdr->v1.buffer_addr, hdr->v1.start,
58 hdr->v1.end, hdr->v1.num_chars);
60 memconsole_baseaddr = phys_to_virt(hdr->v1.buffer_addr);
61 memconsole_length = hdr->v1.num_chars;
65 static void found_v2_header(struct biosmemcon_ebda *hdr) argument
68 hdr);
102 struct biosmemcon_ebda *hdr = phys_to_virt(address + cur); local
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A DM0203.h10 u32 nvbios_M0203Te(struct nvkm_bios *, u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
11 u32 nvbios_M0203Tp(struct nvkm_bios *, u8 *ver, u8 *hdr, u8 *cnt, u8 *len,
28 u32 nvbios_M0203Ee(struct nvkm_bios *, int idx, u8 *ver, u8 *hdr);
29 u32 nvbios_M0203Ep(struct nvkm_bios *, int idx, u8 *ver, u8 *hdr,
31 u32 nvbios_M0203Em(struct nvkm_bios *, u8 ramcfg, u8 *ver, u8 *hdr,
H A DM0205.h9 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *snr, u8 *ssz);
11 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *snr, u8 *ssz,
19 u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
21 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_M0205E *);
27 u32 nvbios_M0205Se(struct nvkm_bios *, int ent, int idx, u8 *ver, u8 *hdr);
28 u32 nvbios_M0205Sp(struct nvkm_bios *, int ent, int idx, u8 *ver, u8 *hdr,
H A DM0209.h5 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *snr, u8 *ssz);
17 u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
19 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_M0209E *);
25 u32 nvbios_M0209Se(struct nvkm_bios *, int ent, int idx, u8 *ver, u8 *hdr);
26 u32 nvbios_M0209Sp(struct nvkm_bios *, int ent, int idx, u8 *ver, u8 *hdr,
H A DP0260.h5 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *xnr, u8 *xsz);
11 u32 nvbios_P0260Ee(struct nvkm_bios *, int idx, u8 *ver, u8 *hdr);
12 u32 nvbios_P0260Ep(struct nvkm_bios *, int idx, u8 *ver, u8 *hdr,
19 u32 nvbios_P0260Xe(struct nvkm_bios *, int idx, u8 *ver, u8 *hdr);
20 u32 nvbios_P0260Xp(struct nvkm_bios *, int idx, u8 *ver, u8 *hdr,
H A Dcstep.h5 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *xnr, u8 *xsz);
12 u32 nvbios_cstepEe(struct nvkm_bios *, int idx, u8 *ver, u8 *hdr);
13 u32 nvbios_cstepEp(struct nvkm_bios *, int idx, u8 *ver, u8 *hdr,
15 u32 nvbios_cstepEm(struct nvkm_bios *, u8 pstate, u8 *ver, u8 *hdr,
24 u32 nvbios_cstepXe(struct nvkm_bios *, int idx, u8 *ver, u8 *hdr);
25 u32 nvbios_cstepXp(struct nvkm_bios *, int idx, u8 *ver, u8 *hdr,
H A Ddisp.h5 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *sub);
11 u16 nvbios_disp_entry(struct nvkm_bios *, u8 idx, u8 *ver, u8 *hdr, u8 *sub);
12 u16 nvbios_disp_parse(struct nvkm_bios *, u8 idx, u8 *ver, u8 *hdr, u8 *sub,
22 u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
24 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_outp *);
26 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_outp *);
35 u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
37 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_ocfg *);
39 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_ocfg *);
H A Ddp.h6 nvbios_dp_table(struct nvkm_bios *bios, u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
17 u8 *ver, u8 *hdr, u8 *cnt, u8 *len,
20 u8 *ver, u8 *hdr, u8 *cnt, u8 *len,
32 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_dpcfg *);
35 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_dpcfg *);

Completed in 265 milliseconds

1234567891011>>