OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elf_code_to_howto_index
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
elfxx-ia64.c
192
static unsigned char
elf_code_to_howto_index
[R_IA64_MAX_RELOC_CODE + 1];
variable
206
memset (
elf_code_to_howto_index
, 0xff, sizeof (
elf_code_to_howto_index
));
208
elf_code_to_howto_index
[ia64_howto_table[i].type] = i;
213
i =
elf_code_to_howto_index
[rtype];
elf32-i860.c
746
static unsigned char
elf_code_to_howto_index
[R_860_max + 1];
759
memset (
elf_code_to_howto_index
, 0xff,
760
sizeof (
elf_code_to_howto_index
));
762
elf_code_to_howto_index
[elf32_i860_howto_table[i].type] = i;
766
i =
elf_code_to_howto_index
[rtype];
745
static unsigned char
elf_code_to_howto_index
[R_860_max + 1];
variable
[
all
...]
elf32-nios2.c
732
static unsigned char
elf_code_to_howto_index
[R_NIOS2_ILLEGAL + 1];
variable
746
memset (
elf_code_to_howto_index
, 0xff,
747
sizeof (
elf_code_to_howto_index
));
749
elf_code_to_howto_index
[elf_nios2_howto_table_rel[i].type] = i;
753
i =
elf_code_to_howto_index
[rtype];
[
all
...]
Completed in 191 milliseconds