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

  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/sym_check/
util.py 76 def is_elf(filename): function
99 return is_elf(filename)
  /src/external/gpl3/gdb/dist/gdb/
hppa-bsd-tdep.c 126 tdep->is_elf = 1;
hppa-tdep.h 95 int is_elf = 0; member in struct:hppa_gdbarch_tdep
hppa-linux-tdep.c 493 tdep->is_elf = 1;
hppa-tdep.c 263 if (tdep->is_elf && text_offset == 0)
3123 gdb_printf (file, "elf = %s\n", tdep->is_elf ? "yes" : "no");
  /src/external/gpl3/gdb.old/dist/gdb/
hppa-bsd-tdep.c 126 tdep->is_elf = 1;
hppa-tdep.h 95 int is_elf = 0; member in struct:hppa_gdbarch_tdep
hppa-linux-tdep.c 493 tdep->is_elf = 1;
hppa-tdep.c 264 if (tdep->is_elf && text_offset == 0)
3124 gdb_printf (file, "elf = %s\n", tdep->is_elf ? "yes" : "no");
  /src/usr.bin/config/
main.c 223 static int is_elf(const char *);
351 if (!is_elf(conffile))
438 if (is_elf(conffile)) {
1804 is_elf(const char *file) function
  /src/external/gpl3/binutils.old/dist/
configure 3081 is_elf=no
3091 is_elf=yes
3096 if test "$is_elf" = "yes"; then
  /src/external/gpl3/gcc.old/dist/
configure 3040 is_elf=no
3050 is_elf=yes
3055 if test "$is_elf" = "yes"; then
  /src/external/gpl3/gcc/dist/
configure 3077 is_elf=no
3087 is_elf=yes
3092 if test "$is_elf" = "yes"; then
  /src/external/gpl3/gdb/dist/
configure 3081 is_elf=no
3091 is_elf=yes
3096 if test "$is_elf" = "yes"; then
  /src/external/gpl3/gdb.old/dist/
configure 3076 is_elf=no
3086 is_elf=yes
3091 if test "$is_elf" = "yes"; then
  /src/external/gpl3/binutils/dist/
configure 3133 is_elf=no
3143 is_elf=yes
3148 if test "$is_elf" = "yes"; then

Completed in 121 milliseconds