| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | freebsd.h | 51 do_recognize(Input_file*, off_t, int, int osabi, int) in do_recognize() argument 54 if (osabi == elfcpp::ELFOSABI_FREEBSD) in do_recognize() 55 ret->set_osabi(static_cast<elfcpp::ELFOSABI>(osabi)); in do_recognize() 89 return (target->osabi() == elfcpp::ELFOSABI_FREEBSD in do_target_bfd_name()
|
| H A D | target.cc | 226 elfcpp::ELFOSABI osabi = this->osabi(); in do_adjust_elf_header() local 227 if (osabi != elfcpp::ELFOSABI_NONE) in do_adjust_elf_header() 235 e_ident[elfcpp::EI_OSABI] = osabi; in do_adjust_elf_header()
|
| H A D | target-select.h | 81 int machine, int osabi, int abiversion) in recognize() argument 82 { return this->do_recognize(input_file, offset, machine, osabi, abiversion); } in recognize() 247 int machine, int size, bool big_endian, int osabi,
|
| H A D | target-select.cc | 103 int osabi, int abiversion) in select_target() argument 113 machine, osabi, abiversion); in select_target()
|
| H A D | nacl.h | 114 int machine, int osabi, int abiversion) in do_recognize() argument 120 machine, osabi, abiversion); in do_recognize()
|
| H A D | target.h | 445 osabi() const in osabi() function 450 set_osabi(elfcpp::ELFOSABI osabi) in set_osabi() argument 451 { this->osabi_ = osabi; } in set_osabi()
|
| H A D | dwp.cc | 464 int osabi, int abiversion); 1551 int osabi, int abiversion) in record_target_info() argument 1560 this->osabi_ = osabi; in record_target_info()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | freebsd.h | 51 do_recognize(Input_file*, off_t, int, int osabi, int) in do_recognize() argument 54 if (osabi == elfcpp::ELFOSABI_FREEBSD) in do_recognize() 55 ret->set_osabi(static_cast<elfcpp::ELFOSABI>(osabi)); in do_recognize() 89 return (target->osabi() == elfcpp::ELFOSABI_FREEBSD in do_target_bfd_name()
|
| H A D | target.cc | 226 elfcpp::ELFOSABI osabi = this->osabi(); in do_adjust_elf_header() local 227 if (osabi != elfcpp::ELFOSABI_NONE) in do_adjust_elf_header() 235 e_ident[elfcpp::EI_OSABI] = osabi; in do_adjust_elf_header()
|
| H A D | target-select.h | 81 int machine, int osabi, int abiversion) in recognize() argument 82 { return this->do_recognize(input_file, offset, machine, osabi, abiversion); } in recognize() 247 int machine, int size, bool big_endian, int osabi,
|
| H A D | target-select.cc | 103 int osabi, int abiversion) in select_target() argument 113 machine, osabi, abiversion); in select_target()
|
| H A D | nacl.h | 114 int machine, int osabi, int abiversion) in do_recognize() argument 120 machine, osabi, abiversion); in do_recognize()
|
| H A D | target.h | 445 osabi() const in osabi() function 450 set_osabi(elfcpp::ELFOSABI osabi) in set_osabi() argument 451 { this->osabi_ = osabi; } in set_osabi()
|
| H A D | dwp.cc | 464 int osabi, int abiversion); 1551 int osabi, int abiversion) in record_target_info() argument 1560 this->osabi_ = osabi; in record_target_info()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | elfedit.c | 314 int class, machine, type, status, osabi, abiversion; in update_elf_header() local 374 osabi = elf_header.e_ident[EI_OSABI]; in update_elf_header() 377 if (input_elf_osabi != -1 && osabi != input_elf_osabi) in update_elf_header() 381 file_name, osabi, input_elf_osabi); in update_elf_header() 814 int osabi; member 840 elf_osabi (const char *osabi) in elf_osabi() argument 845 if (strcasecmp (osabi, osabis[i].name) == 0) in elf_osabi() 846 return osabis[i].osabi; in elf_osabi() 848 error (_("Unknown OSABI: %s\n"), osabi); in elf_osabi() 938 char *osabi = concat (osabis[0].name, NULL); in usage() local [all …]
|
| H A D | ChangeLog-2010 | 474 (usage): Add --input-osabi and --output-osabi. 477 * doc/binutils.texi: Document --input-osabi and --output-osabi
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | elfedit.c | 314 int class, machine, type, status, osabi, abiversion; in update_elf_header() local 374 osabi = elf_header.e_ident[EI_OSABI]; in update_elf_header() 377 if (input_elf_osabi != -1 && osabi != input_elf_osabi) in update_elf_header() 381 file_name, osabi, input_elf_osabi); in update_elf_header() 814 int osabi; member 840 elf_osabi (const char *osabi) in elf_osabi() argument 845 if (strcasecmp (osabi, osabis[i].name) == 0) in elf_osabi() 846 return osabis[i].osabi; in elf_osabi() 848 error (_("Unknown OSABI: %s\n"), osabi); in elf_osabi() 938 char *osabi = concat (osabis[0].name, NULL); in usage() local [all …]
|
| H A D | ChangeLog-2010 | 474 (usage): Add --input-osabi and --output-osabi. 477 * doc/binutils.texi: Document --input-osabi and --output-osabi
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elf64-amdgcn.c | 38 unsigned char osabi; in elf64_amdgcn_object_p() local 43 osabi = hdr->e_ident[EI_OSABI]; in elf64_amdgcn_object_p() 52 if (osabi == ELFOSABI_AMDGPU_HSA in elf64_amdgcn_object_p()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf64-amdgcn.c | 38 unsigned char osabi; in elf64_amdgcn_object_p() local 43 osabi = hdr->e_ident[EI_OSABI]; in elf64_amdgcn_object_p() 52 if (osabi == ELFOSABI_AMDGPU_HSA in elf64_amdgcn_object_p()
|
| /netbsd-src/tests/compat/linux/ |
| H A D | Makefile | 49 ${ELFEDIT} --output-osabi Linux ${.TARGET}
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-kvx.h | 132 int osabi; member
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2003 | 209 * osabi.c (gdbarch_init_osabi): Reformat error message with better 506 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use 675 * osabi.c (_initialize_gdb_osabi): Don't return before registering 676 the 'set osabi' and 'show osabi' commands. 1179 * arch-utils.c: Include "osabi.h". 1528 Instead use the gdbarch_info struct and look at the osabi field. 1792 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of 1846 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic]. 1852 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit. 1898 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an [all …]
|
| H A D | ChangeLog-2002 | 166 * osabi.c: Include "gdb_assert.h" and "gdb_string.h". 174 * osabi.h (gdbarch_register_osabi): Adjust prototype and update 222 * mips-linux-tdep.c (osabi.h, gdb_string.h): Include. 1163 * hppa-tdep.c: Add #include "osabi.h" (for hppa_gdbarch_init). 1164 (hppa_gdbarch_init): Detect osabi from objfile. Will be needed 1165 later to set the proper gdbarch methods depending on the osabi. 1166 * Makefile.in (hppa-tdep.o): Add dependency on osabi.h. 1170 * osabi.h (gdb_osabi): Add two new enum values for HPUX ELF and SOM. 1171 * osabi.c (gdb_osabi_name): Add strings images for the two new 4110 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX. [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2003 | 209 * osabi.c (gdbarch_init_osabi): Reformat error message with better 506 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use 675 * osabi.c (_initialize_gdb_osabi): Don't return before registering 676 the 'set osabi' and 'show osabi' commands. 1179 * arch-utils.c: Include "osabi.h". 1528 Instead use the gdbarch_info struct and look at the osabi field. 1792 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of 1846 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic]. 1852 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit. 1898 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an [all …]
|