Home | History | Annotate | Download | only in bfd

Lines Matching refs:H_PUT_16

229   H_PUT_16 (abfd, tmp, dst->st_shndx);
272 H_PUT_16 (abfd, src->e_type, dst->e_type);
273 H_PUT_16 (abfd, src->e_machine, dst->e_machine);
282 H_PUT_16 (abfd, src->e_ehsize, dst->e_ehsize);
283 H_PUT_16 (abfd, src->e_phentsize, dst->e_phentsize);
287 H_PUT_16 (abfd, tmp, dst->e_phnum);
288 H_PUT_16 (abfd, src->e_shentsize, dst->e_shentsize);
292 H_PUT_16 (abfd, tmp, dst->e_shnum);
296 H_PUT_16 (abfd, tmp, dst->e_shstrndx);