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

  /src/external/gpl3/gdb.old/dist/bfd/
elf64-x86-64.c 45 static reloc_howto_type x86_64_elf_howto_table[] = variable
297 i = ARRAY_SIZE (x86_64_elf_howto_table) - 1;
314 BFD_ASSERT (x86_64_elf_howto_table[i].type == r_type);
315 return &x86_64_elf_howto_table[i];
345 = &x86_64_elf_howto_table[ARRAY_SIZE (x86_64_elf_howto_table) - 1];
350 for (i = 0; i < ARRAY_SIZE (x86_64_elf_howto_table); i++)
351 if (x86_64_elf_howto_table[i].name != NULL
352 && strcasecmp (x86_64_elf_howto_table[i].name, r_name) == 0)
353 return &x86_64_elf_howto_table[i]
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf64-x86-64.c 45 static reloc_howto_type x86_64_elf_howto_table[] = variable
297 i = ARRAY_SIZE (x86_64_elf_howto_table) - 1;
314 BFD_ASSERT (x86_64_elf_howto_table[i].type == r_type);
315 return &x86_64_elf_howto_table[i];
345 = &x86_64_elf_howto_table[ARRAY_SIZE (x86_64_elf_howto_table) - 1];
350 for (i = 0; i < ARRAY_SIZE (x86_64_elf_howto_table); i++)
351 if (x86_64_elf_howto_table[i].name != NULL
352 && strcasecmp (x86_64_elf_howto_table[i].name, r_name) == 0)
353 return &x86_64_elf_howto_table[i]
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-x86-64.c 45 static reloc_howto_type x86_64_elf_howto_table[] = variable
297 i = ARRAY_SIZE (x86_64_elf_howto_table) - 1;
314 BFD_ASSERT (x86_64_elf_howto_table[i].type == r_type);
315 return &x86_64_elf_howto_table[i];
345 = &x86_64_elf_howto_table[ARRAY_SIZE (x86_64_elf_howto_table) - 1];
350 for (i = 0; i < ARRAY_SIZE (x86_64_elf_howto_table); i++)
351 if (x86_64_elf_howto_table[i].name != NULL
352 && strcasecmp (x86_64_elf_howto_table[i].name, r_name) == 0)
353 return &x86_64_elf_howto_table[i]
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf64-x86-64.c 45 static reloc_howto_type x86_64_elf_howto_table[] = variable
297 i = ARRAY_SIZE (x86_64_elf_howto_table) - 1;
314 BFD_ASSERT (x86_64_elf_howto_table[i].type == r_type);
315 return &x86_64_elf_howto_table[i];
345 = &x86_64_elf_howto_table[ARRAY_SIZE (x86_64_elf_howto_table) - 1];
350 for (i = 0; i < ARRAY_SIZE (x86_64_elf_howto_table); i++)
351 if (x86_64_elf_howto_table[i].name != NULL
352 && strcasecmp (x86_64_elf_howto_table[i].name, r_name) == 0)
353 return &x86_64_elf_howto_table[i]
    [all...]

Completed in 18 milliseconds