D | elf-linux-psinfo.h | 59 #define LINUX_PRPSINFO32_SWAP_FIELDS(abfd, from, to) \ argument 62 H_PUT_8 (abfd, from->pr_state, &to.pr_state); \ 63 H_PUT_8 (abfd, from->pr_sname, &to.pr_sname); \ 64 H_PUT_8 (abfd, from->pr_zomb, &to.pr_zomb); \ 65 H_PUT_8 (abfd, from->pr_nice, &to.pr_nice); \ 66 H_PUT_32 (abfd, from->pr_flag, to.pr_flag); \ 67 H_PUT_16 (abfd, from->pr_uid, to.pr_uid); \ 68 H_PUT_16 (abfd, from->pr_gid, to.pr_gid); \ 69 H_PUT_32 (abfd, from->pr_pid, to.pr_pid); \ 70 H_PUT_32 (abfd, from->pr_ppid, to.pr_ppid); \ [all …]
|