Searched refs:pe (Results 301 - 325 of 755) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb/dist/bfd/
H A DpeXXigen.c45 The *sole* difference between the pe format and the pei format is that the
49 Are there more subtle differences between pe and pei formats?
55 because the `i' in `pei' also refers to "image". The `pe' format can
95 #include "coff/pe.h"
467 struct internal_extra_pe_aouthdr *a = &aouthdr_int->pe;
601 pe_data_type *pe = pe_data (abfd);
602 struct internal_extra_pe_aouthdr *extra = &pe->pe_opthdr;
611 idata2 = pe->pe_opthdr.DataDirectory[PE_IMPORT_TABLE];
612 idata5 = pe->pe_opthdr.DataDirectory[PE_IMPORT_ADDRESS_TABLE];
613 tls = pe
600 pe_data_type *pe = pe_data (abfd); local
1262 pe_data_type *pe = pe_data (abfd); local
1551 pe_data_type *pe = pe_data (abfd); local
2423 pe_data_type * pe; local
2534 pe_data_type *pe = pe_data (abfd); local
2655 pe_data_type *pe = pe_data (abfd); local
2723 pe_data_type *pe = pe_data (abfd); local
4167 pe_data_type * pe; local
[all...]
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dsunos.c149 struct port_event* pe; local
287 pe = events + i;
288 fd = pe->portev_object;
310 w->cb(loop, w, pe->portev_events);
447 port_event_t pe; local
467 r = port_getn(loop->fs_fd, &pe, 1, &n, &timeout);
474 handle = (uv_fs_event_t*) pe.portev_user;
484 if (pe.portev_events & (FILE_ATTRIB | FILE_MODIFIED))
486 if (pe.portev_events & ~(FILE_ATTRIB | FILE_MODIFIED))
/netbsd-current/sys/arch/hpcmips/dev/
H A Dplumpcmcia.c868 struct plumpcmcia_event *pe; local
896 pe = plumpcmcia_event_alloc();
897 if (pe == 0) {
902 pe->pe_type = flag;
903 pe->pe_ph = ph;
904 SIMPLEQ_INSERT_TAIL(&sc->sc_event_head, pe, pe_link);
925 plumpcmcia_event_free(struct plumpcmcia_event *pe) argument
928 pe->__queued = 0;
935 struct plumpcmcia_event *pe; local
941 while ((pe
[all...]
/netbsd-current/sys/arch/hpcsh/dev/hd64461/
H A Dhd64461pcmcia.c307 struct hd64461pcmcia_event *pe; local
322 while ((pe = SIMPLEQ_FIRST(&sc->sc_event_head))) {
324 switch (pe->pe_type) {
330 pcmcia_card_attach(pe->pe_ch->ch_pcmcia);
334 pcmcia_card_detach(pe->pe_ch->ch_pcmcia,
340 pe->__queued = 0;
505 struct hd64461pcmcia_event *pe, *pool; local
513 pe = 0;
517 pe = &pool[i];
522 if (pe
[all...]
/netbsd-current/external/bsd/atf/dist/tools/
H A Dreader.cpp262 } catch (const parse_error& pe) {
263 p.add_error(pe);
425 } catch (const parse_error& pe) {
426 p.add_error(pe);
435 } catch (const parse_error& pe) {
436 p.add_error(pe);
/netbsd-current/libexec/tftpd/
H A Dtftpd.c1175 const struct errmsg *pe; local
1179 for (pe = errmsgs; pe->e_code >= 0; pe++)
1180 if (pe->e_code == error)
1181 return (pe->e_msg);
1195 const struct errmsg *pe; local
1203 for (pe = errmsgs; pe->e_code >= 0; pe
[all...]
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dlv_alloc.h37 struct physical_volume *pv, uint32_t pe);
/netbsd-current/external/gpl2/lvm2/dist/lib/metadata/
H A Dlv_alloc.h37 struct physical_volume *pv, uint32_t pe);
/netbsd-current/usr.bin/getent/
H A Dgetent.c695 struct protoent *pe; local
702 #define PROTOCOLSPRINT printfmtstrings(pe->p_aliases, " ", " ", \
703 "%-16s %5d", pe->p_name, pe->p_proto)
708 while ((pe = getprotoent()) != NULL)
713 pe = getprotobynumber((int)id);
715 pe = getprotobyname(argv[i]);
716 if (pe != NULL)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Darmv8-a-barrier-thumb.d5 #skip: *-*-pe *-*-wince
H A Darmv8-r-barrier-thumb.d5 #skip: *-*-pe *-*-wince
H A Dblx-local-thumb.d3 #skip: *-*-pe *-*-wince *-*nto* *-*netbsdelf*
H A Dcrc32-armv8-a-bad.d6 #notarget: *-*-pe *-*-wince
H A Dcrc32-armv8-r-bad.d6 #notarget: *-*-pe *-*-wince
H A Dhlt.d3 #notarget: *-*-pe *-*-wince
H A Dldconst.d4 # skip: *-*-pe *-*-wince
H A Dmapshort-elf.d4 #notarget: *-*-pe *-*-wince
H A Dmask_1-armv8-a.d6 #notarget: *-*-pe *-*-wince
H A Dmask_1-armv8-r.d6 #notarget: *-*-pe *-*-wince
H A Dpr21458.d4 #skip: *-*-pe *-wince-* *-*-vxworks
H A Dthumb2_pool.d4 #notarget: *-*-pe *-*-wince *-*-vxworks
H A Dudf.d5 #skip: *-*-pe *-*-wince
H A Dunwind.d5 #notarget: *-*-pe *-*-wince
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dthumb-plt.d5 #skip: *-*-pe *-*-wince *-*-vxworks armeb-*-* *-*-gnueabihf
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsolib-weak.exp28 || [istarget *-*-pe*])} {

Completed in 290 milliseconds

<<11121314151617181920>>