Home | History | Annotate | Download | only in gdb

Lines Matching refs:elf_flags

76   int elf_flags = 0;
948 int elf_flags;
952 /* Extract the elf_flags if available. */
955 elf_flags = elf_elfheader (info.abfd)->e_flags;
957 elf_flags = 0;
969 if (tdep->elf_flags != elf_flags)
1004 tdep->elf_flags = elf_flags;
1028 if (elf_flags & E_FLAG_RX_64BIT_DOUBLES)