Searched refs:elf_flags (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
H A Dmips-tdep.c132 int elf_flags; member in struct:gdbarch_tdep
5364 int elf_flags; local
5369 /* First of all, extract the elf_flags, if available. */
5371 elf_flags = elf_elfheader (info.abfd)->e_flags;
5373 elf_flags = gdbarch_tdep (arches->gdbarch)->elf_flags;
5375 elf_flags = 0;
5378 "mips_gdbarch_init: elf_flags = 0x%08x\n", elf_flags);
5381 switch ((elf_flags
[all...]

Completed in 132 milliseconds