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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_tvmodesnv17.c 258 #define id4 (1LL << 32) macro
282 0.051285 * id4, 26.168746 * id4, -4.361449 * id4, -0.000001 * id4,
286 29.832207 * id4, 50.047322 * id4, -25.380017 * id4, 2.546422 * id4,
290 33.541131 * id4, -34.149302 * id4, 5.691537 * id4, 0.000002 * id4
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
peicode.h 812 asection_ptr id4, id5, id6 = NULL, text = NULL;
940 id4 = pe_ILF_make_a_section (&vars, ".idata$4", SIZEOF_IDATA4, 0);
942 if (id4 == NULL || id5 == NULL)
954 ((unsigned int *) id4->contents)[0] = ordinal;
955 ((unsigned int *) id4->contents)[1] = 0x80000000;
959 ((unsigned int *) id4->contents)[0] = ordinal | 0x80000000;
1015 pe_ILF_save_relocs (&vars, id4);
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;
935 id4 = pe_ILF_make_a_section (&vars, ".idata$4", SIZEOF_IDATA4, 0);
937 if (id4 == NULL || id5 == NULL)
949 ((unsigned int *) id4->contents)[0] = ordinal;
950 ((unsigned int *) id4->contents)[1] = 0x80000000;
954 ((unsigned int *) id4->contents)[0] = ordinal | 0x80000000;
1010 pe_ILF_save_relocs (&vars, id4);
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;
941 id4 = pe_ILF_make_a_section (&vars, ".idata$4", SIZEOF_IDATA4, 0);
943 if (id4 == NULL || id5 == NULL)
955 ((unsigned int *) id4->contents)[0] = ordinal;
956 ((unsigned int *) id4->contents)[1] = 0x80000000;
960 ((unsigned int *) id4->contents)[0] = ordinal | 0x80000000;
1016 pe_ILF_save_relocs (&vars, id4);
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;
927 id4 = pe_ILF_make_a_section (& vars, ".idata$4", SIZEOF_IDATA4, 0);
929 if (id4 == NULL || id5 == NULL)
940 ((unsigned int *) id4->contents)[0] = ordinal;
941 ((unsigned int *) id4->contents)[1] = 0x80000000;
945 * (unsigned int *) id4->contents = ordinal | 0x80000000;
1000 pe_ILF_save_relocs (&vars, id4);
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
2170 id4 = quick_section (abfd, ".idata$4", SEC_HAS_CONTENTS, 2);
2199 bfd_set_section_size (id4, PE_IDATA4_SIZE);
2201 bfd_set_section_size (id4, 0);
2203 id4->contents = d4;
2212 bfd_set_section_contents (abfd, id4, d4, 0, PE_IDATA4_SIZE);
2217 bfd_set_section_contents (abfd, id4, d4, 0, 0);
2238 asection *id4, *id5, *id7; local
2257 id4 = quick_section (abfd, ".idata$4", SEC_HAS_CONTENTS, 2);
2262 bfd_set_section_size (id4, PE_IDATA4_SIZE)
2351 asection *tx, *id7, *id5, *id4, *id6; local
2589 asection *id4; local
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
pe-dll.c 2127 asection *id2, *id5, *id4; local
2147 id4 = quick_section (abfd, ".idata$4", SEC_HAS_CONTENTS, 2);
2176 bfd_set_section_size (id4, PE_IDATA4_SIZE);
2178 bfd_set_section_size (id4, 0);
2180 id4->contents = d4;
2189 bfd_set_section_contents (abfd, id4, d4, 0, PE_IDATA4_SIZE);
2194 bfd_set_section_contents (abfd, id4, d4, 0, 0);
2215 asection *id4, *id5, *id7; local
2234 id4 = quick_section (abfd, ".idata$4", SEC_HAS_CONTENTS, 2);
2239 bfd_set_section_size (id4, PE_IDATA4_SIZE)
2340 asection *tx, *id7, *id5, *id4, *id6; local
2587 asection *id4; local
    [all...]

Completed in 36 milliseconds