OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x86_64_elf_howto_table
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/bfd/
elf64-x86-64.c
45
static reloc_howto_type
x86_64_elf_howto_table
[] =
variable
297
i = ARRAY_SIZE (
x86_64_elf_howto_table
) - 1;
314
BFD_ASSERT (
x86_64_elf_howto_table
[i].type == r_type);
315
return &
x86_64_elf_howto_table
[i];
345
= &
x86_64_elf_howto_table
[ARRAY_SIZE (
x86_64_elf_howto_table
) - 1];
350
for (i = 0; i < ARRAY_SIZE (
x86_64_elf_howto_table
); i++)
351
if (
x86_64_elf_howto_table
[i].name != NULL
352
&& strcasecmp (
x86_64_elf_howto_table
[i].name, r_name) == 0)
353
return &
x86_64_elf_howto_table
[i]
[
all
...]
/src/external/gpl3/binutils/dist/bfd/
elf64-x86-64.c
45
static reloc_howto_type
x86_64_elf_howto_table
[] =
variable
297
i = ARRAY_SIZE (
x86_64_elf_howto_table
) - 1;
314
BFD_ASSERT (
x86_64_elf_howto_table
[i].type == r_type);
315
return &
x86_64_elf_howto_table
[i];
345
= &
x86_64_elf_howto_table
[ARRAY_SIZE (
x86_64_elf_howto_table
) - 1];
350
for (i = 0; i < ARRAY_SIZE (
x86_64_elf_howto_table
); i++)
351
if (
x86_64_elf_howto_table
[i].name != NULL
352
&& strcasecmp (
x86_64_elf_howto_table
[i].name, r_name) == 0)
353
return &
x86_64_elf_howto_table
[i]
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
elf64-x86-64.c
45
static reloc_howto_type
x86_64_elf_howto_table
[] =
variable
297
i = ARRAY_SIZE (
x86_64_elf_howto_table
) - 1;
314
BFD_ASSERT (
x86_64_elf_howto_table
[i].type == r_type);
315
return &
x86_64_elf_howto_table
[i];
345
= &
x86_64_elf_howto_table
[ARRAY_SIZE (
x86_64_elf_howto_table
) - 1];
350
for (i = 0; i < ARRAY_SIZE (
x86_64_elf_howto_table
); i++)
351
if (
x86_64_elf_howto_table
[i].name != NULL
352
&& strcasecmp (
x86_64_elf_howto_table
[i].name, r_name) == 0)
353
return &
x86_64_elf_howto_table
[i]
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
elf64-x86-64.c
45
static reloc_howto_type
x86_64_elf_howto_table
[] =
variable
297
i = ARRAY_SIZE (
x86_64_elf_howto_table
) - 1;
314
BFD_ASSERT (
x86_64_elf_howto_table
[i].type == r_type);
315
return &
x86_64_elf_howto_table
[i];
345
= &
x86_64_elf_howto_table
[ARRAY_SIZE (
x86_64_elf_howto_table
) - 1];
350
for (i = 0; i < ARRAY_SIZE (
x86_64_elf_howto_table
); i++)
351
if (
x86_64_elf_howto_table
[i].name != NULL
352
&& strcasecmp (
x86_64_elf_howto_table
[i].name, r_name) == 0)
353
return &
x86_64_elf_howto_table
[i]
[
all
...]
Completed in 18 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026