Home
last modified time | relevance | path

Searched refs:PE_Cmd (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/elftoolchain/libpe/
H A Dlibpe.h67 } PE_Cmd; typedef
82 int pe_cntl(PE *, PE_Cmd);
85 int pe_flag(PE *, PE_Cmd, unsigned int);
86 int pe_flag_buffer(PE_Buffer *, PE_Cmd, unsigned int);
87 int pe_flag_coff_header(PE *, PE_Cmd, unsigned int);
88 int pe_flag_data_dir(PE *, PE_Cmd, unsigned int);
89 int pe_flag_dos_header(PE *, PE_Cmd, unsigned int);
90 int pe_flag_opt_header(PE *, PE_Cmd, unsigned int);
91 int pe_flag_section_header(PE_Scn *, PE_Cmd, unsigned int);
92 int pe_flag_scn(PE_Scn *, PE_Cmd, unsigned int);
[all …]
H A Dpe_flag.c34 pe_flag(PE *pe, PE_Cmd c, unsigned int flags) in pe_flag()
57 pe_flag_dos_header(PE *pe, PE_Cmd c, unsigned int flags) in pe_flag_dos_header()
75 pe_flag_coff_header(PE *pe, PE_Cmd c, unsigned int flags) in pe_flag_coff_header()
93 pe_flag_opt_header(PE *pe, PE_Cmd c, unsigned int flags) in pe_flag_opt_header()
111 pe_flag_data_dir(PE *pe, PE_Cmd c, unsigned int flags) in pe_flag_data_dir()
129 pe_flag_scn(PE_Scn *ps, PE_Cmd c, unsigned int flags) in pe_flag_scn()
147 pe_flag_section_header(PE_Scn *ps, PE_Cmd c, unsigned int flags) in pe_flag_section_header()
169 pe_flag_buffer(PE_Buffer *pb, PE_Cmd c, unsigned int flags) in pe_flag_buffer()
H A Dpe_cntl.c34 pe_cntl(PE *pe, PE_Cmd cmd) in pe_cntl()
H A Dpe_init.c36 pe_init(int fd, PE_Cmd c, PE_Object o) in pe_init()
H A D_libpe.h58 PE_Cmd pe_cmd; /* open mode */