OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elf_kvx_howto_table
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elfxx-kvx-relocs.h
22
static reloc_howto_type
elf_kvx_howto_table
[] =
variable
elfnn-kvx.c
140
const int size = (int) ARRAY_SIZE (
elf_kvx_howto_table
);
141
const ptrdiff_t offset = howto -
elf_kvx_howto_table
;
162
for (i = 0; i < ARRAY_SIZE (
elf_kvx_howto_table
); ++i)
163
offsets[
elf_kvx_howto_table
[i].type] = i;
218
return &
elf_kvx_howto_table
[code - (BFD_RELOC_KVX_RELOC_START + 1)];
285
for (i = 0; i < ARRAY_SIZE (
elf_kvx_howto_table
); ++i)
286
if (
elf_kvx_howto_table
[i].name != NULL
287
&& strcasecmp (
elf_kvx_howto_table
[i].name, r_name) == 0)
288
return &
elf_kvx_howto_table
[i];
2384
input_bfd,
elf_kvx_howto_table
[howto_index].name)
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
elfxx-kvx-relocs.h
22
static reloc_howto_type
elf_kvx_howto_table
[] =
variable
elfnn-kvx.c
140
const int size = (int) ARRAY_SIZE (
elf_kvx_howto_table
);
141
const ptrdiff_t offset = howto -
elf_kvx_howto_table
;
162
for (i = 0; i < ARRAY_SIZE (
elf_kvx_howto_table
); ++i)
163
offsets[
elf_kvx_howto_table
[i].type] = i;
218
return &
elf_kvx_howto_table
[code - (BFD_RELOC_KVX_RELOC_START + 1)];
285
for (i = 0; i < ARRAY_SIZE (
elf_kvx_howto_table
); ++i)
286
if (
elf_kvx_howto_table
[i].name != NULL
287
&& strcasecmp (
elf_kvx_howto_table
[i].name, r_name) == 0)
288
return &
elf_kvx_howto_table
[i];
2384
input_bfd,
elf_kvx_howto_table
[howto_index].name)
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
elfxx-kvx-relocs.h
22
static reloc_howto_type
elf_kvx_howto_table
[] =
variable
elfnn-kvx.c
140
const int size = (int) ARRAY_SIZE (
elf_kvx_howto_table
);
141
const ptrdiff_t offset = howto -
elf_kvx_howto_table
;
162
for (i = 0; i < ARRAY_SIZE (
elf_kvx_howto_table
); ++i)
163
offsets[
elf_kvx_howto_table
[i].type] = i;
218
return &
elf_kvx_howto_table
[code - (BFD_RELOC_KVX_RELOC_START + 1)];
285
for (i = 0; i < ARRAY_SIZE (
elf_kvx_howto_table
); ++i)
286
if (
elf_kvx_howto_table
[i].name != NULL
287
&& strcasecmp (
elf_kvx_howto_table
[i].name, r_name) == 0)
288
return &
elf_kvx_howto_table
[i];
2383
input_bfd,
elf_kvx_howto_table
[howto_index].name)
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
elfxx-kvx-relocs.h
22
static reloc_howto_type
elf_kvx_howto_table
[] =
variable
elfnn-kvx.c
140
const int size = (int) ARRAY_SIZE (
elf_kvx_howto_table
);
141
const ptrdiff_t offset = howto -
elf_kvx_howto_table
;
162
for (i = 0; i < ARRAY_SIZE (
elf_kvx_howto_table
); ++i)
163
offsets[
elf_kvx_howto_table
[i].type] = i;
218
return &
elf_kvx_howto_table
[code - (BFD_RELOC_KVX_RELOC_START + 1)];
285
for (i = 0; i < ARRAY_SIZE (
elf_kvx_howto_table
); ++i)
286
if (
elf_kvx_howto_table
[i].name != NULL
287
&& strcasecmp (
elf_kvx_howto_table
[i].name, r_name) == 0)
288
return &
elf_kvx_howto_table
[i];
2384
input_bfd,
elf_kvx_howto_table
[howto_index].name)
[
all
...]
Completed in 33 milliseconds
Indexes created Wed Apr 29 00:23:26 UTC 2026