Searched refs:id5 (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/ |
D | pe-dll.c | 1878 asection *id2, *id5, *id4; in make_head() local 1897 id5 = quick_section (abfd, ".idata$5", SEC_HAS_CONTENTS, 2); in make_head() 1920 bfd_set_section_size (abfd, id5, PE_IDATA5_SIZE); in make_head() 1922 bfd_set_section_size (abfd, id5, 0); in make_head() 1924 id5->contents = d5; in make_head() 1939 bfd_set_section_contents (abfd, id5, d5, 0, PE_IDATA5_SIZE); in make_head() 1944 bfd_set_section_contents (abfd, id5, d5, 0, 0); in make_head() 1966 asection *id4, *id5, *id7; in make_tail() local 1986 id5 = quick_section (abfd, ".idata$5", SEC_HAS_CONTENTS, 2); in make_tail() 1995 bfd_set_section_size (abfd, id5, PE_IDATA5_SIZE); in make_tail() [all …]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | peicode.h | 744 asection_ptr id4, id5, id6 = NULL, text = NULL; in pe_ILF_build_a_bfd() local 852 id5 = pe_ILF_make_a_section (& vars, ".idata$5", SIZEOF_IDATA5, 0); in pe_ILF_build_a_bfd() 853 if (id4 == NULL || id5 == NULL) in pe_ILF_build_a_bfd() 866 ((unsigned int *) id5->contents)[0] = ordinal; in pe_ILF_build_a_bfd() 867 ((unsigned int *) id5->contents)[1] = 0x80000000; in pe_ILF_build_a_bfd() 870 * (unsigned int *) id5->contents = ordinal | 0x80000000; in pe_ILF_build_a_bfd() 927 pe_ILF_save_relocs (&vars, id5); in pe_ILF_build_a_bfd() 958 pe_ILF_make_a_symbol (& vars, "__imp_", symbol_name, id5, 0); in pe_ILF_build_a_bfd()
|