| /src/sys/compat/linux/arch/amd64/ |
| linux_exec_machdep.c | 128 struct linux_extra_stack_data64 *esdp, esd; local 145 memset(&esd, 0, sizeof(esd)); 178 esd.ai[i].a_type = LINUX_AT_HWCAP; 179 esd.ai[i++].a_v = rcr4(); 181 esd.ai[i].a_type = AT_PAGESZ; 182 esd.ai[i++].a_v = PAGE_SIZE; 184 esd.ai[i].a_type = LINUX_AT_CLKTCK; 185 esd.ai[i++].a_v = hz; 187 esd.ai[i].a_type = AT_PHDR [all...] |
| /src/sys/compat/linux32/common/ |
| linux32_exec_elf32.c | 115 struct linux32_extra_stack_data esd, *esdp; local 126 memset(&esd, 0, sizeof(esd)); 127 ai = a = esd.ai; 199 esd.randbytes[0] = cprng_strong32(); 200 esd.randbytes[1] = cprng_strong32(); 201 esd.randbytes[2] = cprng_strong32(); 202 esd.randbytes[3] = cprng_strong32(); 209 memcpy(esd.kernel_vsyscall, linux32_kernel_vsyscall, 217 memcpy(&esd.elfhdr, eh, sizeof(*eh)) [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| compress.c | 165 struct bfd_elf_section_data * esd = elf_section_data (sec); local 182 esd->this_hdr.sh_addralign = 4; 194 esd->this_hdr.sh_addralign = 8;
|
| elf32-pru.c | 693 struct bfd_elf_section_data * esd = elf_section_data (input_section); local 705 is_rel_reloc = (esd->rel.hdr != NULL); 709 BFD_ASSERT (! is_rel_reloc || ! esd->rela.hdr);
|
| elf.c | 3621 struct bfd_elf_section_data *esd = elf_section_data (asect); 3635 this_hdr = &esd->this_hdr; 3848 && esd->rel.count + esd->rela.count > 0 3852 if (esd->rel.count && esd->rel.hdr == NULL 3853 && !_bfd_elf_init_reloc_shdr (abfd, &esd->rel, name, 3859 if (esd->rela.count && esd->rela.hdr == NULL 3860 && !_bfd_elf_init_reloc_shdr (abfd, &esd->rela, name 3619 struct bfd_elf_section_data *esd = elf_section_data (asect); local 13799 struct bfd_elf_section_data * esd; local 13910 const struct bfd_elf_section_data * const esd = elf_section_data (relsec); local [all...] |
| elf32-msp430.c | 813 struct bfd_elf_section_data * esd = elf_section_data (input_section); local 822 is_rel_reloc = (esd->rel.hdr != NULL); 826 BFD_ASSERT (! is_rel_reloc || ! esd->rela.hdr);
|
| elf64-ppc.c | 11783 struct _ppc64_elf_section_data *esd 11798 if (esd->sec_type == sec_stub) 11799 dump_stub ("Previous:", esd->u.last_ent, stub_entry->stub_offset); 11802 if (esd->sec_type == sec_normal) 11803 esd->sec_type = sec_stub; 11804 if (esd->sec_type == sec_stub) 11805 esd->u.last_ent = stub_entry; 11779 struct _ppc64_elf_section_data *esd local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| compress.c | 162 struct bfd_elf_section_data * esd = elf_section_data (sec); local 179 esd->this_hdr.sh_addralign = 4; 191 esd->this_hdr.sh_addralign = 8;
|
| elf32-pru.c | 693 struct bfd_elf_section_data * esd = elf_section_data (input_section); local 705 is_rel_reloc = (esd->rel.hdr != NULL); 709 BFD_ASSERT (! is_rel_reloc || ! esd->rela.hdr);
|
| elf.c | 3557 struct bfd_elf_section_data *esd = elf_section_data (asect); 3571 this_hdr = &esd->this_hdr; 3781 && esd->rel.count + esd->rela.count > 0 3785 if (esd->rel.count && esd->rel.hdr == NULL 3786 && !_bfd_elf_init_reloc_shdr (abfd, &esd->rel, name, 3792 if (esd->rela.count && esd->rela.hdr == NULL 3793 && !_bfd_elf_init_reloc_shdr (abfd, &esd->rela, name 3555 struct bfd_elf_section_data *esd = elf_section_data (asect); local 14016 struct bfd_elf_section_data * esd; local 14128 const struct bfd_elf_section_data * const esd = elf_section_data (relsec); local [all...] |
| elf32-msp430.c | 813 struct bfd_elf_section_data * esd = elf_section_data (input_section); local 822 is_rel_reloc = (esd->rel.hdr != NULL); 826 BFD_ASSERT (! is_rel_reloc || ! esd->rela.hdr);
|
| elf64-ppc.c | 11780 struct _ppc64_elf_section_data *esd 11795 if (esd->sec_type == sec_stub) 11796 dump_stub ("Previous:", esd->u.last_ent, stub_entry->stub_offset); 11799 if (esd->sec_type == sec_normal) 11800 esd->sec_type = sec_stub; 11801 if (esd->sec_type == sec_stub) 11802 esd->u.last_ent = stub_entry; 11776 struct _ppc64_elf_section_data *esd local
|
| /src/sys/dev/pci/ |
| mpii.c | 2010 struct mpii_evt_sas_discovery *esd = local 2013 if (esd->reason_code == MPII_EVENT_SAS_DISC_REASON_CODE_COMPLETED) { 2014 if (esd->discovery_status != 0) { 2016 DEVNAME(sc), esd->discovery_status);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| objdump.c | 5551 struct bfd_elf_section_data * esd = elf_section_data (section); 5552 if (esd == NULL) 5555 if (esd->this_hdr.sh_type == SHT_RELR) 5539 struct bfd_elf_section_data * esd = elf_section_data (section); local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| objdump.c | 5562 struct bfd_elf_section_data * esd = elf_section_data (section); 5563 if (esd == NULL) 5566 if (esd->this_hdr.sh_type == SHT_RELR) 5550 struct bfd_elf_section_data * esd = elf_section_data (section); local
|