OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:found_abi
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
mips-tdep.h
103
enum mips_abi
found_abi
{};
enum in struct:mips_gdbarch_tdep
mips-tdep.c
8081
enum mips_abi mips_abi,
found_abi
, wanted_abi;
local
8111
found_abi
= MIPS_ABI_O32;
8114
found_abi
= MIPS_ABI_O64;
8117
found_abi
= MIPS_ABI_EABI32;
8120
found_abi
= MIPS_ABI_EABI64;
8124
found_abi
= MIPS_ABI_N32;
8126
found_abi
= MIPS_ABI_UNKNOWN;
8131
if (
found_abi
== MIPS_ABI_UNKNOWN && info.abfd != NULL)
8132
bfd_map_over_sections (info.abfd, mips_find_abi_section, &
found_abi
);
8136
if (
found_abi
== MIPS_ABI_UNKNOWN && info.abfd == NULL && arches != NULL
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
mips-tdep.h
103
enum mips_abi
found_abi
{};
enum in struct:mips_gdbarch_tdep
mips-tdep.c
8087
enum mips_abi mips_abi,
found_abi
, wanted_abi;
local
8117
found_abi
= MIPS_ABI_O32;
8120
found_abi
= MIPS_ABI_O64;
8123
found_abi
= MIPS_ABI_EABI32;
8126
found_abi
= MIPS_ABI_EABI64;
8130
found_abi
= MIPS_ABI_N32;
8132
found_abi
= MIPS_ABI_UNKNOWN;
8137
if (
found_abi
== MIPS_ABI_UNKNOWN && info.abfd != NULL)
8138
bfd_map_over_sections (info.abfd, mips_find_abi_section, &
found_abi
);
8142
if (
found_abi
== MIPS_ABI_UNKNOWN && info.abfd == NULL && arches != NULL
[
all
...]
Completed in 36 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026