OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ppc_elf_howto_table
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elf32-ppc.c
210
static reloc_howto_type *
ppc_elf_howto_table
[R_PPC_max];
704
/* Initialize the
ppc_elf_howto_table
, so that linear accesses can be done. */
714
if (type >= ARRAY_SIZE (
ppc_elf_howto_table
))
716
ppc_elf_howto_table
[type] = &ppc_elf_howto_raw[i];
727
if (!
ppc_elf_howto_table
[R_PPC_ADDR32])
867
return
ppc_elf_howto_table
[r];
894
if (!
ppc_elf_howto_table
[R_PPC_ADDR32])
898
if (r_type >= ARRAY_SIZE (
ppc_elf_howto_table
)
899
||
ppc_elf_howto_table
[r_type] == NULL)
908
cache_ptr->howto =
ppc_elf_howto_table
[r_type]
209
static reloc_howto_type *
ppc_elf_howto_table
[R_PPC_max];
variable
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
elf32-ppc.c
206
static reloc_howto_type *
ppc_elf_howto_table
[R_PPC_max];
700
/* Initialize the
ppc_elf_howto_table
, so that linear accesses can be done. */
712
if (type >= (sizeof (
ppc_elf_howto_table
)
713
/ sizeof (
ppc_elf_howto_table
[0])))
715
ppc_elf_howto_table
[type] = &ppc_elf_howto_raw[i];
726
if (!
ppc_elf_howto_table
[R_PPC_ADDR32])
866
return
ppc_elf_howto_table
[r];
895
if (!
ppc_elf_howto_table
[R_PPC_ADDR32])
908
cache_ptr->howto =
ppc_elf_howto_table
[r_type];
2876
ppc_elf_howto_table
[r_type]->name)
205
static reloc_howto_type *
ppc_elf_howto_table
[R_PPC_max];
variable
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
elf32-ppc.c
206
static reloc_howto_type *
ppc_elf_howto_table
[R_PPC_max];
700
/* Initialize the
ppc_elf_howto_table
, so that linear accesses can be done. */
712
if (type >= (sizeof (
ppc_elf_howto_table
)
713
/ sizeof (
ppc_elf_howto_table
[0])))
715
ppc_elf_howto_table
[type] = &ppc_elf_howto_raw[i];
726
if (!
ppc_elf_howto_table
[R_PPC_ADDR32])
866
return
ppc_elf_howto_table
[r];
895
if (!
ppc_elf_howto_table
[R_PPC_ADDR32])
908
cache_ptr->howto =
ppc_elf_howto_table
[r_type];
2876
ppc_elf_howto_table
[r_type]->name)
205
static reloc_howto_type *
ppc_elf_howto_table
[R_PPC_max];
variable
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
elf32-ppc.c
210
static reloc_howto_type *
ppc_elf_howto_table
[R_PPC_max];
704
/* Initialize the
ppc_elf_howto_table
, so that linear accesses can be done. */
714
if (type >= ARRAY_SIZE (
ppc_elf_howto_table
))
716
ppc_elf_howto_table
[type] = &ppc_elf_howto_raw[i];
727
if (!
ppc_elf_howto_table
[R_PPC_ADDR32])
867
return
ppc_elf_howto_table
[r];
894
if (!
ppc_elf_howto_table
[R_PPC_ADDR32])
898
if (r_type >= ARRAY_SIZE (
ppc_elf_howto_table
)
899
||
ppc_elf_howto_table
[r_type] == NULL)
908
cache_ptr->howto =
ppc_elf_howto_table
[r_type]
209
static reloc_howto_type *
ppc_elf_howto_table
[R_PPC_max];
variable
[
all
...]
Completed in 84 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026