Home
last modified time | relevance | path

Searched refs:ph (Results 1 – 25 of 201) sorted by relevance

123456789

/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/mips/
H A Dmips32-dsp2.s276 dspck_dstio addu.ph, 0x7b52f3d9, 0x800ffffa, 0xfb43f3df, 0x00100000, 0x00100000
277 dspck_dstio addu.ph, 0xedb67ff9, 0x80000000, 0x6db67ff9, 0x00100000, 0x00100000
278 dspck_dstio addu.ph, 0x8000f7fc, 0x8000fff9, 0x0000f803, 0x00000000, 0x00100000
279 dspck_dstio addu.ph, 0x9a51405f, 0x9999007f, 0x00b83fe0, 0x00100000, 0x00100000
280 dspck_dstio addu.ph, 0xc71cb3bd, 0xc71cb6db, 0x0000fce2, 0x00000000, 0x00100000
281 dspck_dstio addu.ph, 0x371a7fe0, 0xffe08000, 0x373affe0, 0x00000000, 0x00100000
282 dspck_dstio addu.ph, 0x807fc96a, 0x80002fd1, 0x007f9999, 0x00100000, 0x00100000
283 dspck_dstio addu.ph, 0x00000000, 0x00000000, 0x00000000, 0x00100000, 0x00100000
284 dspck_dstio addu.ph, 0x01bbca9a, 0xfff0c007, 0x01cb0a93, 0x00100000, 0x00100000
285 dspck_dstio addu.ph, 0xdd03ff12, 0x00000005, 0xdd03ff0d, 0x00100000, 0x00100000
[all …]
/netbsd-src/sys/arch/arm/ep93xx/
H A Deppcic.c152 struct eppcic_handle *ph; in eppcic_attach_common() local
178 ph = kmem_alloc(sizeof(*ph), KM_SLEEP); in eppcic_attach_common()
179 sc->sc_ph[0] = ph; in eppcic_attach_common()
180 ph->ph_sc = sc; in eppcic_attach_common()
181 ph->ph_socket = 0; in eppcic_attach_common()
182 ph->ph_port = PORT_F; in eppcic_attach_common()
183 ph->ph_cd[0] = SOCKET0_MCCD1; in eppcic_attach_common()
184 ph->ph_cd[1] = SOCKET0_MCCD2; in eppcic_attach_common()
185 ph->ph_vs[0] = SOCKET0_VS1; in eppcic_attach_common()
186 ph->ph_vs[1] = SOCKET0_VS2; in eppcic_attach_common()
[all …]
/netbsd-src/sys/arch/arm/at91/
H A Dat91cf.c139 struct at91cf_handle *ph; in at91cf_attach_common() local
177 ph = kmem_zalloc(sizeof(*ph), KM_SLEEP); in at91cf_attach_common()
178 sc->sc_ph = ph; in at91cf_attach_common()
179 ph->ph_sc = sc; in at91cf_attach_common()
180 ph->ph_space[IO].base = sa->sa_addr + IO_BASE; in at91cf_attach_common()
181 ph->ph_space[IO].size = IO_SIZE; in at91cf_attach_common()
182 ph->ph_space[COMMON].base = sa->sa_addr + COMMON_BASE; in at91cf_attach_common()
183 ph->ph_space[COMMON].size = COMMON_SIZE; in at91cf_attach_common()
184 ph->ph_space[ATTRIBUTE].base = sa->sa_addr + MEMORY_BASE; in at91cf_attach_common()
185 ph->ph_space[ATTRIBUTE].size = MEMORY_SIZE; in at91cf_attach_common()
[all …]
/netbsd-src/sys/arch/hpcmips/dev/
H A Dplumpcmcia.c215 struct plumpcmcia_handle *ph; in plumpcmcia_attach() local
248 ph = &sc->sc_ph[0]; in plumpcmcia_attach()
249 ph->ph_plum_irq = PLUM_INT_C1IO; in plumpcmcia_attach()
250 ph->ph_memarea = PLUM_PCMCIA_MEMWINCTRL_MAP_AREA1; in plumpcmcia_attach()
251 ph->ph_membase = PLUM_PCMCIA_MEMBASE1; in plumpcmcia_attach()
252 ph->ph_memsize = PLUM_PCMCIA_MEMSIZE1; in plumpcmcia_attach()
253 ph->ph_ioarea = PLUM_PCMCIA_IOWINADDRCTRL_AREA1; in plumpcmcia_attach()
254 ph->ph_iobase = PLUM_PCMCIA_IOBASE1; in plumpcmcia_attach()
255 ph->ph_iosize = PLUM_PCMCIA_IOSIZE1; in plumpcmcia_attach()
256 ph->ph_regt = sc->sc_regt; in plumpcmcia_attach()
[all …]
/netbsd-src/sys/arch/i386/pci/
H A Dvia8231reg.h85 #define VIA8231_GET_TRIGGER(ph) \ argument
86 ((pci_conf_read((ph)->ph_pc, (ph)->ph_tag, VIA8231_CFG_PIR) \
88 #define VIA8237_GET_TRIGGER(ph) \ argument
89 ((pci_conf_read((ph)->ph_pc, (ph)->ph_tag, VIA8237_CFG_PIR) \
92 #define VIA8231_SET_TRIGGER(ph, n) \ argument
93 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, VIA8231_CFG_PIR, \
94 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, VIA8231_CFG_PIR) \
96 #define VIA8237_SET_TRIGGER(ph, n) \ argument
97 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, VIA8237_CFG_PIR, \
98 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, VIA8237_CFG_PIR) \
[all …]
H A Dpiix.c124 struct piix_handle *ph; in piix_init() local
126 ph = malloc(sizeof(*ph), M_DEVBUF, M_NOWAIT); in piix_init()
127 if (ph == NULL) in piix_init()
130 ph->ph_iot = iot; in piix_init()
131 ph->ph_pc = pc; in piix_init()
132 ph->ph_tag = tag; in piix_init()
135 &ph->ph_elcr_ioh) != 0) { in piix_init()
136 free(ph, M_DEVBUF); in piix_init()
141 piix_pir_dump(ph); in piix_init()
144 *phandp = ph; in piix_init()
[all …]
H A Dvia8231.c143 struct via8231_handle *ph; in via8231_init() local
146 ph = malloc(sizeof(*ph), M_DEVBUF, M_NOWAIT); in via8231_init()
147 if (ph == NULL) in via8231_init()
150 ph->ph_iot = iot; in via8231_init()
151 ph->ph_pc = pc; in via8231_init()
152 ph->ph_tag = tag; in via8231_init()
154 ph->flags = PCI_VENDOR(id) == PCI_VENDOR_VIATECH && in via8231_init()
158 *phandp = ph; in via8231_init()
161 via8231_pir_dump("via8231_init", ph); in via8231_init()
170 struct via8231_handle *ph = v; in via8231_getclink() local
[all …]
H A Dopti82c700.c114 struct opti82c700_handle *ph; in opti82c700_init() local
116 ph = malloc(sizeof(*ph), M_DEVBUF, M_NOWAIT); in opti82c700_init()
117 if (ph == NULL) in opti82c700_init()
120 ph->ph_pc = pc; in opti82c700_init()
121 ph->ph_tag = tag; in opti82c700_init()
123 opti82c700_pir_dump(ph); in opti82c700_init()
126 *phandp = ph; in opti82c700_init()
197 struct opti82c700_handle *ph = v; in opti82c700_get_intr() local
204 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs); in opti82c700_get_intr()
216 struct opti82c700_handle *ph = v; in opti82c700_set_intr() local
[all …]
H A Dopti82c558.c126 struct opti82c558_handle *ph; in opti82c558_init() local
128 ph = malloc(sizeof(*ph), M_DEVBUF, M_NOWAIT); in opti82c558_init()
129 if (ph == NULL) in opti82c558_init()
132 ph->ph_pc = pc; in opti82c558_init()
133 ph->ph_tag = tag; in opti82c558_init()
136 *phandp = ph; in opti82c558_init()
155 struct opti82c558_handle *ph = v; in opti82c558_get_intr() local
162 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VIPER_CFG_PIRQ); in opti82c558_get_intr()
173 struct opti82c558_handle *ph = v; in opti82c558_set_intr() local
180 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VIPER_CFG_PIRQ); in opti82c558_set_intr()
[all …]
H A Damd756.c109 struct amd756_handle *ph; in amd756_init() local
111 ph = malloc(sizeof(*ph), M_DEVBUF, M_NOWAIT); in amd756_init()
112 if (ph == NULL) in amd756_init()
115 ph->ph_iot = iot; in amd756_init()
116 ph->ph_pc = pc; in amd756_init()
117 ph->ph_tag = tag; in amd756_init()
120 *phandp = ph; in amd756_init()
123 amd756_pir_dump(ph); in amd756_init()
143 struct amd756_handle *ph = v; in amd756_get_intr() local
150 reg = AMD756_GET_PIIRQSEL(ph); in amd756_get_intr()
[all …]
H A Damd756reg.h55 #define AMD756_GET_EDGESEL(ph) \ argument
56 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR) \
59 #define AMD756_GET_PIIRQSEL(ph) \ argument
60 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR) \
63 #define AMD756_SET_EDGESEL(ph, n) \ argument
64 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR, \
65 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR) \
68 #define AMD756_SET_PIIRQSEL(ph, n) \ argument
69 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR, \
70 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR) \
H A Dvia82c586.c155 struct piix_handle *ph = v; in via82c586_get_intr() local
162 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VP3_CFG_PIRQ_REG); in via82c586_get_intr()
173 struct piix_handle *ph = v; in via82c586_set_intr() local
180 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VP3_CFG_PIRQ_REG); in via82c586_set_intr()
185 pci_conf_write(ph->ph_pc, ph->ph_tag, VP3_CFG_PIRQ_REG, reg); in via82c586_set_intr()
196 struct piix_handle *ph = v; in via82c586_get_trigger() local
207 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, in via82c586_get_trigger()
227 struct piix_handle *ph = v; in via82c586_set_trigger() local
237 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, in via82c586_set_trigger()
244 pci_conf_write(ph->ph_pc, ph->ph_tag, in via82c586_set_trigger()
/netbsd-src/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dmod_1_4.c94 mp_limb_t rh, rl, bi, ph, pl, ch, cl, r; in mpn_mod_1s_4p() local
112 umul_ppmm_s (ph, pl, ap[n - 3], B1modb); in mpn_mod_1s_4p()
113 add_ssaaaa (ph, pl, ph, pl, CNST_LIMB(0), ap[n - 4]); in mpn_mod_1s_4p()
115 add_ssaaaa (ph, pl, ph, pl, ch, cl); in mpn_mod_1s_4p()
117 add_ssaaaa (rh, rl, rh, rl, ph, pl); in mpn_mod_1s_4p()
131 umul_ppmm_s (ph, pl, ap[n - 2], B1modb); in mpn_mod_1s_4p()
132 add_ssaaaa (ph, pl, ph, pl, CNST_LIMB(0), ap[n - 3]); in mpn_mod_1s_4p()
134 add_ssaaaa (rh, rl, rh, rl, ph, pl); in mpn_mod_1s_4p()
148 umul_ppmm_s (ph, pl, ap[i + 1], B1modb); in mpn_mod_1s_4p()
149 add_ssaaaa (ph, pl, ph, pl, CNST_LIMB(0), ap[i + 0]); in mpn_mod_1s_4p()
[all …]
/netbsd-src/sys/net/
H A Dpfil.c117 pfil_head_t *ph; in pfil_head_create() local
122 ph = kmem_zalloc(sizeof(pfil_head_t), KM_SLEEP); in pfil_head_create()
123 ph->ph_type = type; in pfil_head_create()
124 ph->ph_key = key; in pfil_head_create()
126 pfil_listset_init(&ph->ph_in); in pfil_head_create()
127 pfil_listset_init(&ph->ph_out); in pfil_head_create()
128 pfil_listset_init(&ph->ph_ifaddr); in pfil_head_create()
129 pfil_listset_init(&ph->ph_ifevent); in pfil_head_create()
131 LIST_INSERT_HEAD(&pfil_head_list, ph, ph_list); in pfil_head_create()
132 return ph; in pfil_head_create()
[all …]
/netbsd-src/sys/kern/
H A Dexec_elf.c129 elf_placedynexec(struct exec_package *epp, Elf_Ehdr *eh, Elf_Phdr *ph) in elf_placedynexec()
135 if (ph[i].p_type == PT_LOAD && ph[i].p_align > align) in elf_placedynexec()
136 align = ph[i].p_align; in elf_placedynexec()
148 ph[i].p_vaddr += offset; in elf_placedynexec()
328 const Elf_Phdr *ph, Elf_Addr *addr, u_long *size, int flags) in elf_load_psection()
340 *addr = ph->p_vaddr; in elf_load_psection()
342 if (ph->p_align > 1) { in elf_load_psection()
346 diff = ph->p_vaddr - ELF_TRUNC(ph in elf_load_psection()
126 elf_placedynexec(struct exec_package * epp,Elf_Ehdr * eh,Elf_Phdr * ph) elf_placedynexec() argument
325 elf_load_psection(struct exec_vmcmd_set * vcset,struct vnode * vp,const Elf_Phdr * ph,Elf_Addr * addr,u_long * size,int flags) elf_load_psection() argument
423 Elf_Phdr *ph = NULL; elf_load_interp() local
650 Elf_Phdr *ph, *pp; exec_elf_makecmds() local
901 Elf_Phdr *ph; netbsd_elf_signature() local
[all...]
H A Dsubr_pool.c408 pr_item_bitmap_index(const struct pool *pp, const struct pool_item_header *ph, in pr_item_bitmap_index() argument
415 idx = (cp - (char *)ph->ph_page - ph->ph_off) / pp->pr_size; in pr_item_bitmap_index()
426 pr_item_bitmap_put(const struct pool *pp, struct pool_item_header *ph, in pr_item_bitmap_put() argument
429 unsigned int idx = pr_item_bitmap_index(pp, ph, obj); in pr_item_bitmap_put()
430 pool_item_bitmap_t *bitmap = ph->ph_bitmap + (idx / BITMAP_SIZE); in pr_item_bitmap_put()
441 pr_item_bitmap_get(const struct pool *pp, struct pool_item_header *ph) in pr_item_bitmap_get() argument
443 pool_item_bitmap_t *bitmap = ph->ph_bitmap; in pr_item_bitmap_get()
464 return (char *)ph->ph_page + ph in pr_item_bitmap_get()
468 pr_item_bitmap_init(const struct pool * pp,struct pool_item_header * ph) pr_item_bitmap_init() argument
482 pr_item_linkedlist_put(const struct pool * pp,struct pool_item_header * ph,void * obj) pr_item_linkedlist_put() argument
505 pr_item_linkedlist_get(struct pool * pp,struct pool_item_header * ph) pr_item_linkedlist_get() argument
536 pr_phinpage_check(struct pool * pp,struct pool_item_header * ph,void * page,void * object) pr_phinpage_check() argument
556 struct pool_item_header *ph; pc_phinpage_check() local
591 struct pool_item_header *ph, tmp; pr_find_pagehead_noalign() local
612 struct pool_item_header *ph, tmp; pr_find_pagehead() local
636 struct pool_item_header *ph; pr_pagelist_free() local
650 pr_rmpage(struct pool * pp,struct pool_item_header * ph,struct pool_pagelist * pq) pr_rmpage() argument
1013 struct pool_item_header *ph; pool_destroy() local
1071 struct pool_item_header *ph; pool_alloc_item_header() local
1087 struct pool_item_header *ph; pool_get() local
1268 struct pool_item_header *ph; pool_do_put() local
1383 struct pool_item_header *ph; pool_grow() local
1466 pool_prime_page(struct pool * pp,void * storage,struct pool_item_header * ph) pool_prime_page() argument
1649 struct pool_item_header *ph, *phnext; pool_reclaim() local
1840 struct pool_item_header *ph; pool_print_pagelist() local
1862 struct pool_item_header *ph; pool_print1() local
1988 pool_chk_page(struct pool * pp,const char * label,struct pool_item_header * ph) pool_chk_page() argument
2048 struct pool_item_header *ph; pool_chk() local
3285 pool_in_page(struct pool * pp,struct pool_item_header * ph,uintptr_t addr) pool_in_page() argument
3316 pool_allocated(struct pool * pp,struct pool_item_header * ph,uintptr_t addr) pool_allocated() argument
3344 struct pool_item_header *ph; pool_whatis() local
[all...]
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dmod_1_4.c92 mp_limb_t rh, rl, bi, ph, pl, ch, cl, r; in mpn_mod_1s_4p() local
108 umul_ppmm (ph, pl, ap[n - 3], B1modb); in mpn_mod_1s_4p()
109 add_ssaaaa (ph, pl, ph, pl, CNST_LIMB(0), ap[n - 4]); in mpn_mod_1s_4p()
111 add_ssaaaa (ph, pl, ph, pl, ch, cl); in mpn_mod_1s_4p()
113 add_ssaaaa (rh, rl, rh, rl, ph, pl); in mpn_mod_1s_4p()
127 umul_ppmm (ph, pl, ap[n - 2], B1modb); in mpn_mod_1s_4p()
128 add_ssaaaa (ph, pl, ph, pl, CNST_LIMB(0), ap[n - 3]); in mpn_mod_1s_4p()
130 add_ssaaaa (rh, rl, rh, rl, ph, pl); in mpn_mod_1s_4p()
144 umul_ppmm (ph, pl, ap[i + 1], B1modb); in mpn_mod_1s_4p()
145 add_ssaaaa (ph, pl, ph, pl, CNST_LIMB(0), ap[i + 0]); in mpn_mod_1s_4p()
[all …]
H A Dmod_1_3.c89 mp_limb_t rh, rl, bi, ph, pl, ch, cl, r; in mpn_mod_1s_3p() local
107 umul_ppmm (ph, pl, ap[n - 2], B1modb); in mpn_mod_1s_3p()
108 add_ssaaaa (ph, pl, ph, pl, CNST_LIMB(0), ap[n - 3]); in mpn_mod_1s_3p()
110 add_ssaaaa (rh, rl, rh, rl, ph, pl); in mpn_mod_1s_3p()
133 umul_ppmm (ph, pl, ap[i + 1], B1modb); in mpn_mod_1s_3p()
134 add_ssaaaa (ph, pl, ph, pl, CNST_LIMB(0), ap[i + 0]); in mpn_mod_1s_3p()
137 add_ssaaaa (ph, pl, ph, pl, ch, cl); in mpn_mod_1s_3p()
140 add_ssaaaa (ph, pl, ph, pl, ch, cl); in mpn_mod_1s_3p()
143 add_ssaaaa (rh, rl, rh, rl, ph, pl); in mpn_mod_1s_3p()
/netbsd-src/sys/dev/ic/
H A Dpcdisplayvar.h60 static __inline u_int8_t _pcdisplay_6845_read(struct pcdisplay_handle *ph, int reg) in _pcdisplay_6845_read() argument
62 bus_space_write_1(ph->ph_iot, ph->ph_ioh_6845, MC6845_INDEX, reg); in _pcdisplay_6845_read()
63 return (bus_space_read_1(ph->ph_iot, ph->ph_ioh_6845, MC6845_DATA)); in _pcdisplay_6845_read()
66 static __inline void _pcdisplay_6845_write(struct pcdisplay_handle *ph, in _pcdisplay_6845_write() argument
69 bus_space_write_1(ph->ph_iot, ph->ph_ioh_6845, MC6845_INDEX, reg); in _pcdisplay_6845_write()
70 bus_space_write_1(ph->ph_iot, ph->ph_ioh_6845, MC6845_DATA, val); in _pcdisplay_6845_write()
73 #define pcdisplay_6845_read(ph, reg) \ argument
74 _pcdisplay_6845_read(ph, offsetof(struct reg_mc6845, reg))
75 #define pcdisplay_6845_write(ph, reg, val) \ argument
76 _pcdisplay_6845_write(ph, offsetof(struct reg_mc6845, reg), val)
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dformat-php-19 cat <<\EOF > f-ph-1.data
88 echo "<?= gettext(${string}) ?>" | sed -e 's/\$/\\\$/g' > f-ph-1-$n.in
89 ${XGETTEXT} -L PHP -o f-ph-1-$n.po f-ph-1-$n.in || exit 1
90 test -f f-ph-1-$n.po || exit 1
93 if grep php-format f-ph-1-$n.po > /dev/null; then
99 if grep php-format f-ph-1-$n.po > /dev/null; then
107 cat f-ph-1-$n.in 1>&2
109 cat f-ph-1-$n.po 1>&2
112 rm -f f-ph-1-$n.in f-ph-1-$n.po
113 done < f-ph-1.data
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMicroMipsDSPInstrInfo.td14 class ADDQ_PH_MM_ENC : POOL32A_3R_FMT<"addq.ph", 0b00000001101>;
15 class ADDQ_S_PH_MM_ENC : POOL32A_3R_FMT<"addq_s.ph", 0b10000001101>;
17 class ADDQH_PH_MMR2_ENC : POOL32A_3R_FMT<"addqh.ph", 0b00001001101>;
18 class ADDQH_R_PH_MMR2_ENC : POOL32A_3R_FMT<"addqh_r.ph", 0b10001001101>;
21 class ADDU_PH_MMR2_ENC : POOL32A_3R_FMT<"addu.ph", 0b00100001101>;
22 class ADDU_S_PH_MMR2_ENC : POOL32A_3R_FMT<"addu_s.ph", 0b10100001101>;
29 class DPA_W_PH_MMR2_ENC : POOL32A_2RAC_FMT<"dpa.w.ph", 0b00000010>;
30 class DPAQ_S_W_PH_MM_ENC : POOL32A_2RAC_FMT<"dpaq_s.w.ph", 0b00001010>;
32 class DPAQX_S_W_PH_MMR2_ENC : POOL32A_2RAC_FMT<"dpaqx_s.w.ph", 0b10001010>;
33 class DPAQX_SA_W_PH_MMR2_ENC : POOL32A_2RAC_FMT<"dpaqx_sa.w.ph", 0b11001010>;
[all …]
/netbsd-src/external/bsd/openpam/dist/lib/libpam/
H A Dpam_start.c69 struct pam_handle *ph; in pam_start() local
82 if ((ph = calloc((size_t)1, sizeof *ph)) == NULL) in pam_start()
84 if ((r = pam_set_item(ph, PAM_SERVICE, service)) != PAM_SUCCESS) in pam_start()
90 if ((r = pam_set_item(ph, PAM_HOST, hostname)) != PAM_SUCCESS) in pam_start()
92 if ((r = pam_set_item(ph, PAM_USER, user)) != PAM_SUCCESS) in pam_start()
94 if ((r = pam_set_item(ph, PAM_CONV, pam_conv)) != PAM_SUCCESS) in pam_start()
96 if ((r = openpam_configure(ph, service)) != PAM_SUCCESS) in pam_start()
99 *pamh = ph; in pam_start()
104 pam_end(ph, r); in pam_start()
/netbsd-src/libexec/ld.elf_so/arch/arm/
H A Dfind_exidx.c68 const Elf_Phdr *ph = obj->phdr; in __gnu_Unwind_Find_exidx() local
69 const Elf_Phdr * const phlimit = ph + obj->phsize / sizeof(*ph); in __gnu_Unwind_Find_exidx()
70 for (; ph < phlimit; ph++) { in __gnu_Unwind_Find_exidx()
71 if (ph->p_type == PT_LOAD in __gnu_Unwind_Find_exidx()
72 && ph->p_vaddr <= va in __gnu_Unwind_Find_exidx()
73 && va < ph->p_vaddr + ph->p_memsz) { in __gnu_Unwind_Find_exidx()
/netbsd-src/usr.bin/elf2aout/
H A Delf2aout.c197 Elf32_Phdr *ph; in main()
271 ph = saveRead(infile, ex.e_phoff, in main()
272 (size_t)ex.e_phnum * sizeof(Elf32_Phdr), "ph"); in main()
274 bswap32_region((int32_t*)ph, sizeof(Elf32_Phdr) * ex.e_phnum); in main()
312 qsort(ph, ex.e_phnum, sizeof(Elf32_Phdr), phcmp); in main()
315 if (ph[i].p_type == PT_NULL || ph[i].p_type == PT_NOTE || in main()
316 ph[i].p_type == PT_PHDR || ph[i].p_type == PT_MIPS_REGINFO) in main()
319 if (ph[ in main()
196 Elf32_Phdr *ph; main() local
[all...]
/netbsd-src/sys/netinet/
H A Dsctp_header.h47 struct sctp_paramhdr ph; /* type=SCTP_IPV4_PARAM_TYPE, len=8 */ member
52 struct sctp_paramhdr ph; /* type=SCTP_IPV6_PARAM_TYPE, len=20 */ member
58 struct sctp_paramhdr ph; /* type=SCTP_COOKIE_PRESERVE, len=8 */ member
64 struct sctp_paramhdr ph; /* type=SCTP_HOSTNAME_ADDRESS */ member
70 struct sctp_paramhdr ph; /* type=SCTP_SUPPORTED_ADDRTYPE */ member
76 struct sctp_paramhdr ph; /* type=SCTP_ECN_CAPABLE */ member
82 struct sctp_paramhdr ph; member
97 struct sctp_paramhdr ph; member
103 struct sctp_paramhdr ph; /* a SCTP parameter header */ member
120 struct sctp_paramhdr ph; /* type = 0x8001 len = 4 */ member
[all …]

123456789