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

  /src/external/gpl3/binutils/dist/bfd/
elf64-s390.c 191 static reloc_howto_type elf64_s390_vtentry_howto = variable
325 return &elf64_s390_vtentry_howto;
351 if (strcasecmp (elf64_s390_vtentry_howto.name, r_name) == 0)
352 return &elf64_s390_vtentry_howto;
374 cache_ptr->howto = &elf64_s390_vtentry_howto;
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-s390.c 191 static reloc_howto_type elf64_s390_vtentry_howto = variable
325 return &elf64_s390_vtentry_howto;
351 if (strcasecmp (elf64_s390_vtentry_howto.name, r_name) == 0)
352 return &elf64_s390_vtentry_howto;
374 cache_ptr->howto = &elf64_s390_vtentry_howto;
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-s390.c 188 static reloc_howto_type elf64_s390_vtentry_howto = variable
322 return &elf64_s390_vtentry_howto;
348 if (strcasecmp (elf64_s390_vtentry_howto.name, r_name) == 0)
349 return &elf64_s390_vtentry_howto;
371 cache_ptr->howto = &elf64_s390_vtentry_howto;
  /src/external/gpl3/gdb/dist/bfd/
elf64-s390.c 191 static reloc_howto_type elf64_s390_vtentry_howto = variable
325 return &elf64_s390_vtentry_howto;
351 if (strcasecmp (elf64_s390_vtentry_howto.name, r_name) == 0)
352 return &elf64_s390_vtentry_howto;
374 cache_ptr->howto = &elf64_s390_vtentry_howto;

Completed in 22 milliseconds