OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:default_bfd_vec
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
arch-utils.c
680
#ifdef
DEFAULT_BFD_VEC
variable
681
extern const bfd_target
DEFAULT_BFD_VEC
;
682
static const bfd_target *
default_bfd_vec
= &
DEFAULT_BFD_VEC
;
variable
684
static const bfd_target *
default_bfd_vec
;
724
&&
default_bfd_vec
!= NULL)
727
switch (
default_bfd_vec
->byteorder)
/src/external/gpl3/gdb.old/dist/gdb/
arch-utils.c
678
#ifdef
DEFAULT_BFD_VEC
variable
679
extern const bfd_target
DEFAULT_BFD_VEC
;
680
static const bfd_target *
default_bfd_vec
= &
DEFAULT_BFD_VEC
;
variable
682
static const bfd_target *
default_bfd_vec
;
722
&&
default_bfd_vec
!= NULL)
725
switch (
default_bfd_vec
->byteorder)
Completed in 131 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026