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

/freebsd-10.3-release/contrib/gdb/gdb/
H A Dosabi.c519 unsigned int elfosabi;
522 elfosabi = elf_elfheader (abfd)->e_ident[EI_OSABI];
524 switch (elfosabi)
527 /* When elfosabi is ELFOSABI_NONE (0), then the ELF structures in the
516 unsigned int elfosabi; local
H A Darm-tdep.c2555 unsigned int elfosabi, eflags;
2558 elfosabi = elf_elfheader (abfd)->e_ident[EI_OSABI];
2560 switch (elfosabi)
2563 /* When elfosabi is ELFOSABI_NONE (0), then the ELF structures in the
2553 unsigned int elfosabi, eflags; local

Completed in 57 milliseconds