| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-x86-tdesc.cc | 29 enum gdb_osabi osabi = GDB_OSABI_LINUX; local 32 /* x86 target descriptions are created with the osabi already set. 37 gdbarch_osabi_name (osabi)) == 0); 42 init_target_desc (tdesc, amd64_expedite_regs, osabi); 45 init_target_desc (tdesc, i386_expedite_regs, osabi);
|
| tdesc.h | 23 #include "gdbsupport/osabi.h" 60 /* The value of <osabi> element in the XML, replying GDB. */ 61 gdb::unique_xmalloc_ptr<char> osabi; member in struct:final 85 EXPEDITE_REGS and its osabi to OSABI. */ 89 enum gdb_osabi osabi);
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-x86-tdesc.cc | 29 enum gdb_osabi osabi = GDB_OSABI_LINUX; local 32 /* x86 target descriptions are created with the osabi already set. 37 gdbarch_osabi_name (osabi)) == 0); 42 init_target_desc (tdesc, amd64_expedite_regs, osabi); 45 init_target_desc (tdesc, i386_expedite_regs, osabi);
|
| tdesc.h | 23 #include "gdbsupport/osabi.h" 60 /* The value of <osabi> element in the XML, replying GDB. */ 61 gdb::unique_xmalloc_ptr<char> osabi; member in struct:final 85 EXPEDITE_REGS and its osabi to OSABI. */ 89 enum gdb_osabi osabi);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf64-amdgcn.c | 38 unsigned char osabi; local 43 osabi = hdr->e_ident[EI_OSABI]; 52 if (osabi == ELFOSABI_AMDGPU_HSA
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf64-amdgcn.c | 38 unsigned char osabi; local 43 osabi = hdr->e_ident[EI_OSABI]; 52 if (osabi == ELFOSABI_AMDGPU_HSA
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf64-amdgcn.c | 38 unsigned char osabi; local 43 osabi = hdr->e_ident[EI_OSABI]; 52 if (osabi == ELFOSABI_AMDGPU_HSA
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| osabi.cc | 20 #include "gdbsupport/osabi.h" 22 /* Names associated with each osabi. */ 48 #include "gdbsupport/osabi.def" 55 /* See gdbsupport/osabi.h. */ 58 gdbarch_osabi_name (enum gdb_osabi osabi) 60 if (osabi >= GDB_OSABI_UNKNOWN && osabi < GDB_OSABI_INVALID) 61 return gdb_osabi_names[osabi].pretty; 66 /* See gdbsupport/osabi.h. */ 78 enum gdb_osabi osabi = (enum gdb_osabi) i local [all...] |
| tdesc.cc | 411 const char *osabi = tdesc_osabi_name (e); local 412 if (osabi != nullptr) 413 add_line ("<osabi>%s</osabi>", osabi);
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf64-amdgcn.c | 38 unsigned char osabi; local 43 osabi = hdr->e_ident[EI_OSABI]; 52 if (osabi == ELFOSABI_AMDGPU_HSA
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| osabi.cc | 20 #include "gdbsupport/osabi.h" 22 /* Names associated with each osabi. */ 48 #include "gdbsupport/osabi.def" 55 /* See gdbsupport/osabi.h. */ 58 gdbarch_osabi_name (enum gdb_osabi osabi) 60 if (osabi >= GDB_OSABI_UNKNOWN && osabi < GDB_OSABI_INVALID) 61 return gdb_osabi_names[osabi].pretty; 66 /* See gdbsupport/osabi.h. */ 78 enum gdb_osabi osabi = (enum gdb_osabi) i local [all...] |
| tdesc.cc | 411 const char *osabi = tdesc_osabi_name (e); local 412 if (osabi != nullptr) 413 add_line ("<osabi>%s</osabi>", osabi);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| mips-sde-tdep.c | 20 #include "osabi.h" 218 /* OSABI sniffer for MIPS SDE. */ 223 enum gdb_osabi osabi = GDB_OSABI_UNKNOWN; local 229 generic_elf_osabi_sniff_abi_tag_sections (abfd, sect, &osabi); 230 if (osabi != GDB_OSABI_UNKNOWN) 245 &osabi); 247 return osabi;
|
| gdbarch.h | 29 #include "osabi.h" 248 enum gdb_osabi osabi = GDB_OSABI_UNKNOWN; member in struct:gdbarch_info
|
| osabi.c | 21 #include "osabi.h" 34 /* State for the "set osabi" command. */ 51 enum gdb_osabi osabi; member in struct:gdb_osabi_handler 59 enum gdb_osabi osabi, 68 if (osabi == GDB_OSABI_UNKNOWN) 74 gdbarch_osabi_name (osabi), 85 && (*handler_p)->osabi == osabi) 90 gdbarch_osabi_name (osabi), 101 (*handler_p)->osabi = osabi 152 enum gdb_osabi osabi, match; local 473 enum gdb_osabi osabi = GDB_OSABI_UNKNOWN; local 573 enum gdb_osabi osabi = (enum gdb_osabi) i; local [all...] |
| xml-tdesc.c | 26 #include "osabi.h" 108 /* Handle the end of an <osabi> element and its value. */ 116 enum gdb_osabi osabi; local 118 osabi = osabi_from_tdesc_string (body_text); 119 if (osabi == GDB_OSABI_UNKNOWN) 120 warning (_("Target description specified unknown osabi \"%s\""), 123 set_tdesc_osabi (data->tdesc, osabi); 599 { "osabi", NULL, NULL, GDB_XML_EF_OPTIONAL,
|
| target-descriptions.c | 31 #include "osabi.h" 354 /* The osabi reported by the target, if any; GDB_OSABI_UNKNOWN 356 enum gdb_osabi osabi = GDB_OSABI_UNKNOWN; member in struct:tdesc_element 385 if (osabi != other.osabi) 627 /* Return the OSABI associated with this target description, or 628 GDB_OSABI_UNKNOWN if no osabi was specified. */ 633 return target_desc->osabi; 641 enum gdb_osabi osabi = tdesc_osabi (target_desc); 642 if (osabi > GDB_OSABI_UNKNOWN && osabi < GDB_OSABI_INVALID 640 enum gdb_osabi osabi = tdesc_osabi (target_desc); local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| mips-sde-tdep.c | 20 #include "osabi.h" 218 /* OSABI sniffer for MIPS SDE. */ 223 enum gdb_osabi osabi = GDB_OSABI_UNKNOWN; local 229 generic_elf_osabi_sniff_abi_tag_sections (abfd, sect, &osabi); 230 if (osabi != GDB_OSABI_UNKNOWN) 245 &osabi); 247 return osabi;
|
| gdbarch.h | 29 #include "osabi.h" 243 enum gdb_osabi osabi = GDB_OSABI_UNKNOWN; member in struct:gdbarch_info
|
| osabi.c | 21 #include "osabi.h" 34 /* State for the "set osabi" command. */ 51 enum gdb_osabi osabi; member in struct:gdb_osabi_handler 59 enum gdb_osabi osabi, 68 if (osabi == GDB_OSABI_UNKNOWN) 74 gdbarch_osabi_name (osabi), 85 && (*handler_p)->osabi == osabi) 90 gdbarch_osabi_name (osabi), 101 (*handler_p)->osabi = osabi 152 enum gdb_osabi osabi, match; local 473 enum gdb_osabi osabi = GDB_OSABI_UNKNOWN; local 573 enum gdb_osabi osabi = (enum gdb_osabi) i; local [all...] |
| xml-tdesc.c | 26 #include "osabi.h" 108 /* Handle the end of an <osabi> element and its value. */ 116 enum gdb_osabi osabi; local 118 osabi = osabi_from_tdesc_string (body_text); 119 if (osabi == GDB_OSABI_UNKNOWN) 120 warning (_("Target description specified unknown osabi \"%s\""), 123 set_tdesc_osabi (data->tdesc, osabi); 599 { "osabi", NULL, NULL, GDB_XML_EF_OPTIONAL,
|
| /src/external/gpl3/binutils/dist/binutils/ |
| elfedit.c | 326 int class, machine, type, status, osabi, abiversion; 386 osabi = elf_header.e_ident[EI_OSABI]; 388 /* Skip if OSABI doesn't match. */ 389 if (input_elf_osabi != -1 && osabi != input_elf_osabi) 393 file_name, osabi, input_elf_osabi); 826 int osabi; 849 /* Return ELFOSABI_XXX for an OSABI string, OSABI. */ 852 elf_osabi (const char *osabi) 857 if (strcasecmp (osabi, osabis[i].name) == 0 325 int class, machine, type, status, osabi, abiversion; local 825 int osabi; member in struct:__anon9894 949 char *osabi = concat (osabis[0].name, NULL); local [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-kvx.h | 132 int osabi; member in struct:kvx_as_params
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| elfedit.c | 326 int class, machine, type, status, osabi, abiversion; 386 osabi = elf_header.e_ident[EI_OSABI]; 388 /* Skip if OSABI doesn't match. */ 389 if (input_elf_osabi != -1 && osabi != input_elf_osabi) 393 file_name, osabi, input_elf_osabi); 826 int osabi; 849 /* Return ELFOSABI_XXX for an OSABI string, OSABI. */ 852 elf_osabi (const char *osabi) 857 if (strcasecmp (osabi, osabis[i].name) == 0 325 int class, machine, type, status, osabi, abiversion; local 825 int osabi; member in struct:__anon11376 949 char *osabi = concat (osabis[0].name, NULL); local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-kvx.h | 132 int osabi; member in struct:kvx_as_params
|