Home | History | Annotate | Download | only in gdb

Lines Matching defs:elf_flags

112   int elf_flags = 0;
838 int elf_flags, isa, code_model;
840 /* Extract the elf_flags if available. */
843 elf_flags = elf_elfheader (info.abfd)->e_flags;
845 elf_flags = 0;
882 elf_flags = ca_tdep->elf_flags;
909 if (candidate_tdep->elf_flags != elf_flags
923 tdep->elf_flags = elf_flags;