| /src/external/gpl3/binutils/dist/bfd/ |
| peicode.h | 812 asection_ptr id4, id5, id6 = NULL, text = NULL; 969 id6 = pe_ILF_make_a_section (&vars, ".idata$6", SIZEOF_IDATA6, 0); 970 if (id6 == NULL) 1005 id6->contents[0] = ordinal & 0xff; 1006 id6->contents[1] = ordinal >> 8; 1008 memcpy ((char *) id6->contents + 2, symbol, len); 1009 id6->contents[len + 2] = '\0'; 1014 pe_ILF_make_a_reloc (&vars, (bfd_vma) 0, BFD_RELOC_RVA, id6); 1017 pe_ILF_make_a_reloc (&vars, (bfd_vma) 0, BFD_RELOC_RVA, id6); 810 asection_ptr id4, id5, id6 = NULL, text = NULL; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| peicode.h | 807 asection_ptr id4, id5, id6 = NULL, text = NULL; 964 id6 = pe_ILF_make_a_section (&vars, ".idata$6", SIZEOF_IDATA6, 0); 965 if (id6 == NULL) 1000 id6->contents[0] = ordinal & 0xff; 1001 id6->contents[1] = ordinal >> 8; 1003 memcpy ((char *) id6->contents + 2, symbol, len); 1004 id6->contents[len + 2] = '\0'; 1009 pe_ILF_make_a_reloc (&vars, (bfd_vma) 0, BFD_RELOC_RVA, id6); 1012 pe_ILF_make_a_reloc (&vars, (bfd_vma) 0, BFD_RELOC_RVA, id6); 805 asection_ptr id4, id5, id6 = NULL, text = NULL; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| peicode.h | 807 asection_ptr id4, id5, id6 = NULL, text = NULL; 970 id6 = pe_ILF_make_a_section (&vars, ".idata$6", SIZEOF_IDATA6, 0); 971 if (id6 == NULL) 1006 id6->contents[0] = ordinal & 0xff; 1007 id6->contents[1] = ordinal >> 8; 1009 memcpy ((char *) id6->contents + 2, symbol, len); 1010 id6->contents[len + 2] = '\0'; 1015 pe_ILF_make_a_reloc (&vars, (bfd_vma) 0, BFD_RELOC_RVA, id6); 1018 pe_ILF_make_a_reloc (&vars, (bfd_vma) 0, BFD_RELOC_RVA, id6); 805 asection_ptr id4, id5, id6 = NULL, text = NULL; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| peicode.h | 804 asection_ptr id4, id5, id6 = NULL, text = NULL; 955 id6 = pe_ILF_make_a_section (& vars, ".idata$6", SIZEOF_IDATA6, 0); 956 if (id6 == NULL) 990 id6->contents[0] = ordinal & 0xff; 991 id6->contents[1] = ordinal >> 8; 993 memcpy ((char *) id6->contents + 2, symbol, len); 994 id6->contents[len + 2] = '\0'; 999 pe_ILF_make_a_reloc (&vars, (bfd_vma) 0, BFD_RELOC_RVA, id6); 1002 pe_ILF_make_a_reloc (&vars, (bfd_vma) 0, BFD_RELOC_RVA, id6); 802 asection_ptr id4, id5, id6 = NULL, text = NULL; local
|
| /src/external/gpl3/binutils/dist/ld/ |
| pe-dll.c | 2351 asection *tx, *id7, *id5, *id4, *id6; local 2434 id6 = quick_section (abfd, ".idata$6", SEC_HAS_CONTENTS, 2); 2459 quick_symbol (abfd, "__nm_", U (""), internal_name, id6, 2548 bfd_set_section_size (id6, 0); 2559 bfd_set_section_size (id6, len); 2561 id6->contents = d6; 2579 bfd_set_section_contents (abfd, id6, d6, 0, len);
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| pe-dll.c | 2340 asection *tx, *id7, *id5, *id4, *id6; local 2427 id6 = quick_section (abfd, ".idata$6", SEC_HAS_CONTENTS, 2); 2452 quick_symbol (abfd, "__nm_", U (""), internal_name, id6, 2546 bfd_set_section_size (id6, 0); 2557 bfd_set_section_size (id6, len); 2559 id6->contents = d6; 2577 bfd_set_section_contents (abfd, id6, d6, 0, len);
|