Searched refs:id4 (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/ld/ |
| D | pe-dll.c | 1562 asection *id2, *id5, *id4; in make_head() local 1582 id4 = quick_section (abfd, ".idata$4", SEC_HAS_CONTENTS, 2); in make_head() 1607 bfd_set_section_size (abfd, id4, 4); in make_head() 1609 id4->contents = d4; in make_head() 1616 bfd_set_section_contents (abfd, id4, d4, 0, 4); in make_head() 1634 asection *id4, *id5, *id7; in make_tail() local 1653 id4 = quick_section (abfd, ".idata$4", SEC_HAS_CONTENTS, 2); in make_tail() 1658 bfd_set_section_size (abfd, id4, 4); in make_tail() 1660 id4->contents = d4; in make_tail() 1678 bfd_set_section_contents (abfd, id4, d4, 0, 4); in make_tail() [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | peicode.h | 715 asection_ptr id4, id5, id6 = NULL, text = NULL; in pe_ILF_build_a_bfd() local 821 id4 = pe_ILF_make_a_section (& vars, ".idata$4", SIZEOF_IDATA4, 0); in pe_ILF_build_a_bfd() 823 if (id4 == NULL || id5 == NULL) in pe_ILF_build_a_bfd() 833 * (unsigned int *) id4->contents = ordinal | 0x80000000; in pe_ILF_build_a_bfd() 883 pe_ILF_save_relocs (&vars, id4); in pe_ILF_build_a_bfd()
|