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

  /src/external/gpl3/binutils/dist/bfd/
elf32-arm.c 10119 /* For a given value of n, calculate the value of G_n as required to
10129 bfd_vma g_n; local
10157 /* Calculate g_n in 32-bit as well as encoded constant+rotation form. */
10158 g_n = residual & (0xff << shift);
10159 encoded_g_n = (g_n >> shift)
10160 | ((g_n <= 0xff ? 0 : (32 - shift) / 2) << 8);
10163 residual &= ~g_n;
12154 bfd_vma g_n; local
12238 /* Calculate the value of the relevant G_n, in encoded
12240 g_n = calculate_group_reloc_mask (signed_value < 0 ? - signed_value : signed_value
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arm.c 10248 /* For a given value of n, calculate the value of G_n as required to
10258 bfd_vma g_n; local
10286 /* Calculate g_n in 32-bit as well as encoded constant+rotation form. */
10287 g_n = residual & (0xff << shift);
10288 encoded_g_n = (g_n >> shift)
10289 | ((g_n <= 0xff ? 0 : (32 - shift) / 2) << 8);
10292 residual &= ~g_n;
12283 bfd_vma g_n; local
12367 /* Calculate the value of the relevant G_n, in encoded
12369 g_n = calculate_group_reloc_mask (signed_value < 0 ? - signed_value : signed_value
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-arm.c 10242 /* For a given value of n, calculate the value of G_n as required to
10252 bfd_vma g_n; local
10280 /* Calculate g_n in 32-bit as well as encoded constant+rotation form. */
10281 g_n = residual & (0xff << shift);
10282 encoded_g_n = (g_n >> shift)
10283 | ((g_n <= 0xff ? 0 : (32 - shift) / 2) << 8);
10286 residual &= ~g_n;
12277 bfd_vma g_n; local
12361 /* Calculate the value of the relevant G_n, in encoded
12363 g_n = calculate_group_reloc_mask (signed_value < 0 ? - signed_value : signed_value
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-arm.c 10223 /* For a given value of n, calculate the value of G_n as required to
10233 bfd_vma g_n; local
10261 /* Calculate g_n in 32-bit as well as encoded constant+rotation form. */
10262 g_n = residual & (0xff << shift);
10263 encoded_g_n = (g_n >> shift)
10264 | ((g_n <= 0xff ? 0 : (32 - shift) / 2) << 8);
10267 residual &= ~g_n;
12199 bfd_vma g_n; local
12283 /* Calculate the value of the relevant G_n, in encoded
12285 g_n = calculate_group_reloc_mask (signed_value < 0 ? - signed_value : signed_value
    [all...]

Completed in 59 milliseconds