Home
last modified time | relevance | path

Searched defs:phdr (Results 1 – 25 of 43) sorted by relevance

12

/openbsd/src/usr.sbin/tcpdump/
Dprint-tcp.c125 struct phdr { in tcp_cksum() struct
126 u_int32_t src; in tcp_cksum()
127 u_int32_t dst; in tcp_cksum()
128 u_char mbz; in tcp_cksum()
129 u_char proto; in tcp_cksum()
130 u_int16_t len; in tcp_cksum()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/
Dgmon-sol2.c73 struct phdr { struct
74 char *lpc;
75 char *hpc;
76 int ncnt;
/openbsd/src/gnu/gcc/gcc/config/i386/
Dgmon-sol2.c70 struct phdr { struct
71 char *lpc;
72 char *hpc;
73 int ncnt;
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sparc/
Dgmon-sol2.c41 struct phdr { struct
42 char *lpc;
43 char *hpc;
44 int ncnt;
/openbsd/src/gnu/gcc/gcc/config/sparc/
Dgmon-sol2.c44 struct phdr { struct
45 char *lpc;
46 char *hpc;
47 int ncnt;
/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_globals.cpp27 static void CheckCodeModel(ElfW(Addr) base, const ElfW(Phdr) * phdr, in CheckCodeModel()
50 ArrayRef<const hwasan_global> HwasanGlobalsFor(ElfW(Addr) base, in HwasanGlobalsFor()
/openbsd/src/lib/libc/dlfcn/
Dinit.c85 Elf_Phdr *phdr = NULL; in _libc_preinit() local
258 setup_static_tib(Elf_Phdr *phdr, int phnum) in setup_static_tib()
/openbsd/src/sys/dev/fdt/
Dqcsmem.c94 struct qcsmem_partition_header *phdr; member
163 struct qcsmem_partition_header *phdr; in qcsmem_attach() local
265 struct qcsmem_partition_header *phdr = part->phdr; in qcsmem_alloc_private() local
371 struct qcsmem_partition_header *phdr = part->phdr; in qcsmem_get_private() local
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dnto-tdep.c241 Elf_Internal_Phdr *phdr; in find_load_phdr() local
262 Elf_Internal_Phdr *phdr = find_load_phdr (sec->bfd); in nto_relocate_section_addresses() local
/openbsd/src/sys/arch/alpha/stand/
Dloadfile_subr.c37 Elf64_Phdr *phdr = (Elf64_Phdr *)hdr; in check_phdr() local
/openbsd/src/gnu/llvm/libunwind/src/
DAddressSpace.hpp451 static bool checkAddrInSegment(const Elf_Phdr *phdr, size_t image_base, in checkAddrInSegment()
465 static bool checkForUnwindInfoSegment(const Elf_Phdr *phdr, size_t image_base, in checkForUnwindInfoSegment()
529 const Elf_Phdr *phdr = &pinfo->dlpi_phdr[i - 1]; in findUnwindSectionsByPhdr() local
/openbsd/src/libexec/ld.so/ldd/
Dldd.c101 Elf_Phdr *phdr; in doit() local
/openbsd/src/lib/libelf/
Dlibelf_phdr.c44 void *ehdr, *phdr; in _libelf_getphdr() local
Delf_flag.c146 void *phdr; in elf_flagphdr() local
/openbsd/src/sys/arch/sparc64/stand/ofwboot/
Delf64_exec.c95 Elf_Phdr phdr; in elf64_exec() local
/openbsd/src/sys/lib/libsa/
Dloadfile_elf.c76 Elf_Phdr *phdr; in ELFNAME() local
/openbsd/src/lib/libc/arch/arm/dlfcn/
Dexidx.c38 const Elf_Phdr *phdr; in find_exidx() local
/openbsd/src/sys/arch/alpha/include/
Dloadfile_machdep.h51 #define CHECK_PHDR(sz,phdr) check_phdr(phdr) argument
/openbsd/src/usr.sbin/mkuboot/
Dcopy_elf.c54 Elf_Phdr phdr; in ELFNAME() local
/openbsd/src/gnu/usr.bin/gcc/gcc/config/ia64/
Dfde-glibc.c57 const Elf64_Phdr *phdr, *p_unwind, *p_dynamic; in _Unwind_IteratePhdrCallback() local
/openbsd/src/gnu/gcc/gcc/config/ia64/
Dfde-glibc.c57 const Elf64_Phdr *phdr, *p_unwind, *p_dynamic; in _Unwind_IteratePhdrCallback() local
/openbsd/src/gnu/llvm/compiler-rt/lib/cfi/
Dcfi.cpp241 const Elf_Phdr *phdr = &info->dlpi_phdr[phdr_idx]; in find_cfi_check_in_dso() local
282 const Elf_Phdr *phdr = &info->dlpi_phdr[i]; in dl_iterate_phdr_cb() local
/openbsd/src/usr.sbin/vmd/
Dloadfile_elf.c683 Elf64_Phdr *phdr; in elf64_exec() local
901 Elf32_Phdr *phdr; in elf32_exec() local
/openbsd/src/usr.sbin/rdsetroot/
Drdsetroot.c219 GElf_Phdr phdr; in find_rd_root_image() local
/openbsd/src/gnu/usr.bin/binutils/ld/
Dldgram.y88 } phdr; member

12