HomeSort by: relevance | last modified time | path
    Searched defs:id5 (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_tvmodesnv17.c 259 #define id5 (1LL << 48) macro
281 {64.311690 * id5, -39.516924 * id5, 6.586143 * id5, 0.000002 * id5,
285 {-44.565569 * id5, -68.081246 * id5, 39.812074 * id5, -4.009316 * id5,
289 {-56.793244 * id5, 31.153584 * id5, -5.192247 * id5, -0.000003 * id5
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
peicode.h 812 asection_ptr id4, id5, id6 = NULL, text = NULL;
941 id5 = pe_ILF_make_a_section (&vars, ".idata$5", SIZEOF_IDATA5, 0);
942 if (id4 == NULL || id5 == NULL)
956 ((unsigned int *) id5->contents)[0] = ordinal;
957 ((unsigned int *) id5->contents)[1] = 0x80000000;
960 ((unsigned int *) id5->contents)[0] = ordinal | 0x80000000;
1018 pe_ILF_save_relocs (&vars, id5);
1022 pe_ILF_make_a_symbol (&vars, "__imp_", symbol_name, id5, 0);
1108 pe_ILF_make_a_symbol (&vars, "", symbol_name, id5, 0);
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;
936 id5 = pe_ILF_make_a_section (&vars, ".idata$5", SIZEOF_IDATA5, 0);
937 if (id4 == NULL || id5 == NULL)
951 ((unsigned int *) id5->contents)[0] = ordinal;
952 ((unsigned int *) id5->contents)[1] = 0x80000000;
955 ((unsigned int *) id5->contents)[0] = ordinal | 0x80000000;
1013 pe_ILF_save_relocs (&vars, id5);
1017 pe_ILF_make_a_symbol (&vars, "__imp_", symbol_name, id5, 0);
1103 pe_ILF_make_a_symbol (&vars, "", symbol_name, id5, 0);
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;
942 id5 = pe_ILF_make_a_section (&vars, ".idata$5", SIZEOF_IDATA5, 0);
943 if (id4 == NULL || id5 == NULL)
957 ((unsigned int *) id5->contents)[0] = ordinal;
958 ((unsigned int *) id5->contents)[1] = 0x80000000;
961 ((unsigned int *) id5->contents)[0] = ordinal | 0x80000000;
1019 pe_ILF_save_relocs (&vars, id5);
1023 pe_ILF_make_a_symbol (&vars, "__imp_", symbol_name, id5, 0);
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;
928 id5 = pe_ILF_make_a_section (& vars, ".idata$5", SIZEOF_IDATA5, 0);
929 if (id4 == NULL || id5 == NULL)
942 ((unsigned int *) id5->contents)[0] = ordinal;
943 ((unsigned int *) id5->contents)[1] = 0x80000000;
946 * (unsigned int *) id5->contents = ordinal | 0x80000000;
1003 pe_ILF_save_relocs (&vars, id5);
1007 pe_ILF_make_a_symbol (& vars, "__imp_", symbol_name, id5, 0);
802 asection_ptr id4, id5, id6 = NULL, text = NULL; local
  /src/external/gpl3/binutils/dist/ld/
pe-dll.c 2150 asection *id2, *id5, *id4; local
2169 id5 = quick_section (abfd, ".idata$5", SEC_HAS_CONTENTS, 2);
2192 bfd_set_section_size (id5, PE_IDATA5_SIZE);
2194 bfd_set_section_size (id5, 0);
2196 id5->contents = d5;
2211 bfd_set_section_contents (abfd, id5, d5, 0, PE_IDATA5_SIZE);
2216 bfd_set_section_contents (abfd, id5, d5, 0, 0);
2238 asection *id4, *id5, *id7; local
2258 id5 = quick_section (abfd, ".idata$5", SEC_HAS_CONTENTS, 2);
2267 bfd_set_section_size (id5, PE_IDATA5_SIZE)
2351 asection *tx, *id7, *id5, *id4, *id6; local
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
pe-dll.c 2127 asection *id2, *id5, *id4; local
2146 id5 = quick_section (abfd, ".idata$5", SEC_HAS_CONTENTS, 2);
2169 bfd_set_section_size (id5, PE_IDATA5_SIZE);
2171 bfd_set_section_size (id5, 0);
2173 id5->contents = d5;
2188 bfd_set_section_contents (abfd, id5, d5, 0, PE_IDATA5_SIZE);
2193 bfd_set_section_contents (abfd, id5, d5, 0, 0);
2215 asection *id4, *id5, *id7; local
2235 id5 = quick_section (abfd, ".idata$5", SEC_HAS_CONTENTS, 2);
2244 bfd_set_section_size (id5, PE_IDATA5_SIZE)
2340 asection *tx, *id7, *id5, *id4, *id6; local
    [all...]

Completed in 30 milliseconds