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

  /src/external/gpl3/gdb.old/dist/gdb/
mips-sde-tdep.c 224 unsigned int elfosabi; local
233 elfosabi = elf_elfheader (abfd)->e_ident[EI_OSABI];
235 if (elfosabi == ELFOSABI_NONE)
237 /* When elfosabi is ELFOSABI_NONE (0), then the ELF structures in the
osabi.c 475 unsigned int elfosabi;
478 elfosabi = elf_elfheader (abfd)->e_ident[EI_OSABI];
480 switch (elfosabi)
472 unsigned int elfosabi; local
arm-tdep.c 9982 unsigned int elfosabi;
9985 elfosabi = elf_elfheader (abfd)->e_ident[EI_OSABI];
9987 if (elfosabi == ELFOSABI_ARM)
9981 unsigned int elfosabi; local
  /src/external/gpl3/gdb/dist/gdb/
mips-sde-tdep.c 224 unsigned int elfosabi; local
233 elfosabi = elf_elfheader (abfd)->e_ident[EI_OSABI];
235 if (elfosabi == ELFOSABI_NONE)
237 /* When elfosabi is ELFOSABI_NONE (0), then the ELF structures in the
osabi.c 475 unsigned int elfosabi;
478 elfosabi = elf_elfheader (abfd)->e_ident[EI_OSABI];
480 switch (elfosabi)
472 unsigned int elfosabi; local
arm-tdep.c 9985 unsigned int elfosabi;
9988 elfosabi = elf_elfheader (abfd)->e_ident[EI_OSABI];
9990 if (elfosabi == ELFOSABI_ARM)
9984 unsigned int elfosabi; local

Completed in 31 milliseconds