OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:elf_hppa_howto_table
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elf-hppa.h
48
static reloc_howto_type
elf_hppa_howto_table
[ELF_HOWTO_TABLE_SIZE] =
variable
792
howto = &
elf_hppa_howto_table
[r_type];
820
howto = &
elf_hppa_howto_table
[r_type];
844
BFD_ASSERT ((int)
elf_hppa_howto_table
[(int) code].type == (int) code);
845
return &
elf_hppa_howto_table
[(int) code];
857
i < sizeof (
elf_hppa_howto_table
) / sizeof (
elf_hppa_howto_table
[0]);
859
if (
elf_hppa_howto_table
[i].name != NULL
860
&& strcasecmp (
elf_hppa_howto_table
[i].name, r_name) == 0)
861
return &
elf_hppa_howto_table
[i]
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
elf-hppa.h
48
static reloc_howto_type
elf_hppa_howto_table
[ELF_HOWTO_TABLE_SIZE] =
variable
792
howto = &
elf_hppa_howto_table
[r_type];
820
howto = &
elf_hppa_howto_table
[r_type];
844
BFD_ASSERT ((int)
elf_hppa_howto_table
[(int) code].type == (int) code);
845
return &
elf_hppa_howto_table
[(int) code];
857
i < sizeof (
elf_hppa_howto_table
) / sizeof (
elf_hppa_howto_table
[0]);
859
if (
elf_hppa_howto_table
[i].name != NULL
860
&& strcasecmp (
elf_hppa_howto_table
[i].name, r_name) == 0)
861
return &
elf_hppa_howto_table
[i]
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
elf-hppa.h
48
static reloc_howto_type
elf_hppa_howto_table
[ELF_HOWTO_TABLE_SIZE] =
variable
792
howto = &
elf_hppa_howto_table
[r_type];
820
howto = &
elf_hppa_howto_table
[r_type];
844
BFD_ASSERT ((int)
elf_hppa_howto_table
[(int) code].type == (int) code);
845
return &
elf_hppa_howto_table
[(int) code];
857
i < sizeof (
elf_hppa_howto_table
) / sizeof (
elf_hppa_howto_table
[0]);
859
if (
elf_hppa_howto_table
[i].name != NULL
860
&& strcasecmp (
elf_hppa_howto_table
[i].name, r_name) == 0)
861
return &
elf_hppa_howto_table
[i]
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
elf-hppa.h
48
static reloc_howto_type
elf_hppa_howto_table
[ELF_HOWTO_TABLE_SIZE] =
variable
792
howto = &
elf_hppa_howto_table
[r_type];
820
howto = &
elf_hppa_howto_table
[r_type];
844
BFD_ASSERT ((int)
elf_hppa_howto_table
[(int) code].type == (int) code);
845
return &
elf_hppa_howto_table
[(int) code];
857
i < sizeof (
elf_hppa_howto_table
) / sizeof (
elf_hppa_howto_table
[0]);
859
if (
elf_hppa_howto_table
[i].name != NULL
860
&& strcasecmp (
elf_hppa_howto_table
[i].name, r_name) == 0)
861
return &
elf_hppa_howto_table
[i]
[
all
...]
Completed in 17 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026