OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:howto_table
(Results
1 - 25
of
43
) sorted by relevancy
1
2
/src/external/gpl3/binutils/dist/bfd/
coff-ia64.c
39
static reloc_howto_type
howto_table
[] =
variable
54
(cache_ptr)->howto =
howto_table
;
coff-z80.c
41
static bfd_howto_type
howto_table
[] =
variable
241
#define NUM_HOWTOS ARRAY_SIZE (
howto_table
)
263
if (
howto_table
[i].howto.type == dst->r_type)
265
internal->howto = &
howto_table
[i].howto;
280
if (
howto_table
[i].r_type == code)
281
return &
howto_table
[i].howto;
293
if (strcasecmp(
howto_table
[i].howto.name, r_name) == 0)
294
return &
howto_table
[i].howto;
coff-i386.c
204
static reloc_howto_type
howto_table
[] =
variable
363
#define NUM_HOWTOS (sizeof (
howto_table
) / sizeof (
howto_table
[0]))
374
?
howto_table
+ (dst)->r_type \
413
&&
howto_table
[reloc.r_type].pc_relative) \
540
howto =
howto_table
+ rel->r_type;
646
return
howto_table
+ R_IMAGEBASE;
648
return
howto_table
+ R_DIR32;
650
return
howto_table
+ R_PCRLONG;
652
return
howto_table
+ R_RELWORD
[
all
...]
coff-x86_64.c
237
static reloc_howto_type
howto_table
[] =
variable
498
#define NUM_HOWTOS ARRAY_SIZE (
howto_table
)
509
?
howto_table
+ (dst)->r_type \
550
&&
howto_table
[reloc.r_type].pc_relative) \
688
howto =
howto_table
+ rel->r_type;
813
return
howto_table
+ R_AMD64_IMAGEBASE;
815
return
howto_table
+ R_AMD64_DIR32;
817
return
howto_table
+ R_AMD64_DIR64;
820
return
howto_table
+ R_AMD64_PCRQUAD;
825
return
howto_table
+ R_AMD64_PCRLONG
[
all
...]
elf32-vax.c
54
static reloc_howto_type
howto_table
[] = {
variable
294
cache_ptr->howto = &
howto_table
[r_type];
330
return &
howto_table
[reloc_map[i].elf_val];
341
for (i = 0; i < sizeof (
howto_table
) / sizeof (
howto_table
[0]); i++)
342
if (
howto_table
[i].name != NULL
343
&& strcasecmp (
howto_table
[i].name, r_name) == 0)
344
return &
howto_table
[i];
1280
howto =
howto_table
+ r_type;
elfn32-mips.c
3660
reloc_howto_type *
howto_table
= elf_mips_howto_table_rela;
3668
return &
howto_table
[(int) mips_reloc_map[i].elf_val];
3655
reloc_howto_type *
howto_table
= elf_mips_
howto_table
_rela;
local
elfxx-riscv.c
46
static const reloc_howto_type
howto_table
[] =
variable
1044
return &
howto_table
[(int) riscv_reloc_map[i].elf_val];
1055
for (i = 0; i < ARRAY_SIZE (
howto_table
); i++)
1056
if (
howto_table
[i].name && strcasecmp (
howto_table
[i].name, r_name) == 0)
1057
return &
howto_table
[i];
1065
if (r_type < ARRAY_SIZE (
howto_table
))
1066
return &
howto_table
[r_type];
/src/external/gpl3/binutils.old/dist/bfd/
coff-ia64.c
35
static reloc_howto_type
howto_table
[] =
variable
50
(cache_ptr)->howto =
howto_table
;
coff-z80.c
41
static bfd_howto_type
howto_table
[] =
variable
241
#define NUM_HOWTOS ARRAY_SIZE (
howto_table
)
263
if (
howto_table
[i].howto.type == dst->r_type)
265
internal->howto = &
howto_table
[i].howto;
280
if (
howto_table
[i].r_type == code)
281
return &
howto_table
[i].howto;
293
if (strcasecmp(
howto_table
[i].howto.name, r_name) == 0)
294
return &
howto_table
[i].howto;
coff-i386.c
204
static reloc_howto_type
howto_table
[] =
variable
363
#define NUM_HOWTOS (sizeof (
howto_table
) / sizeof (
howto_table
[0]))
374
?
howto_table
+ (dst)->r_type \
413
&&
howto_table
[reloc.r_type].pc_relative) \
540
howto =
howto_table
+ rel->r_type;
646
return
howto_table
+ R_IMAGEBASE;
648
return
howto_table
+ R_DIR32;
650
return
howto_table
+ R_PCRLONG;
652
return
howto_table
+ R_RELWORD
[
all
...]
coff-x86_64.c
237
static reloc_howto_type
howto_table
[] =
variable
498
#define NUM_HOWTOS ARRAY_SIZE (
howto_table
)
509
?
howto_table
+ (dst)->r_type \
550
&&
howto_table
[reloc.r_type].pc_relative) \
688
howto =
howto_table
+ rel->r_type;
813
return
howto_table
+ R_AMD64_IMAGEBASE;
815
return
howto_table
+ R_AMD64_DIR32;
817
return
howto_table
+ R_AMD64_DIR64;
820
return
howto_table
+ R_AMD64_PCRQUAD;
825
return
howto_table
+ R_AMD64_PCRLONG
[
all
...]
elf32-mips.c
2103
reloc_howto_type *
howto_table
= elf_mips_howto_table_rel;
local
2111
return &
howto_table
[(int) mips_reloc_map[i].elf_val];
2142
return &
howto_table
[(int) R_MIPS_32];
elf32-vax.c
53
static reloc_howto_type
howto_table
[] = {
variable
293
cache_ptr->howto = &
howto_table
[r_type];
329
return &
howto_table
[reloc_map[i].elf_val];
340
for (i = 0; i < sizeof (
howto_table
) / sizeof (
howto_table
[0]); i++)
341
if (
howto_table
[i].name != NULL
342
&& strcasecmp (
howto_table
[i].name, r_name) == 0)
343
return &
howto_table
[i];
1280
howto =
howto_table
+ r_type;
elfn32-mips.c
3660
reloc_howto_type *
howto_table
= elf_mips_howto_table_rela;
3668
return &
howto_table
[(int) mips_reloc_map[i].elf_val];
3655
reloc_howto_type *
howto_table
= elf_mips_
howto_table
_rela;
local
elfxx-riscv.c
46
static reloc_howto_type
howto_table
[] =
variable
1041
return &
howto_table
[(int) riscv_reloc_map[i].elf_val];
1052
for (i = 0; i < ARRAY_SIZE (
howto_table
); i++)
1053
if (
howto_table
[i].name && strcasecmp (
howto_table
[i].name, r_name) == 0)
1054
return &
howto_table
[i];
1062
if (r_type < ARRAY_SIZE (
howto_table
))
1063
return &
howto_table
[r_type];
/src/external/gpl3/gdb/dist/bfd/
coff-ia64.c
35
static reloc_howto_type
howto_table
[] =
variable
50
(cache_ptr)->howto =
howto_table
;
coff-z80.c
41
static bfd_howto_type
howto_table
[] =
variable
241
#define NUM_HOWTOS ARRAY_SIZE (
howto_table
)
263
if (
howto_table
[i].howto.type == dst->r_type)
265
internal->howto = &
howto_table
[i].howto;
280
if (
howto_table
[i].r_type == code)
281
return &
howto_table
[i].howto;
293
if (strcasecmp(
howto_table
[i].howto.name, r_name) == 0)
294
return &
howto_table
[i].howto;
coff-i386.c
204
static reloc_howto_type
howto_table
[] =
variable
363
#define NUM_HOWTOS (sizeof (
howto_table
) / sizeof (
howto_table
[0]))
374
?
howto_table
+ (dst)->r_type \
413
&&
howto_table
[reloc.r_type].pc_relative) \
540
howto =
howto_table
+ rel->r_type;
646
return
howto_table
+ R_IMAGEBASE;
648
return
howto_table
+ R_DIR32;
650
return
howto_table
+ R_PCRLONG;
652
return
howto_table
+ R_RELWORD
[
all
...]
coff-x86_64.c
237
static reloc_howto_type
howto_table
[] =
variable
498
#define NUM_HOWTOS ARRAY_SIZE (
howto_table
)
509
?
howto_table
+ (dst)->r_type \
550
&&
howto_table
[reloc.r_type].pc_relative) \
688
howto =
howto_table
+ rel->r_type;
813
return
howto_table
+ R_AMD64_IMAGEBASE;
815
return
howto_table
+ R_AMD64_DIR32;
817
return
howto_table
+ R_AMD64_DIR64;
820
return
howto_table
+ R_AMD64_PCRQUAD;
825
return
howto_table
+ R_AMD64_PCRLONG
[
all
...]
elf32-mips.c
2103
reloc_howto_type *
howto_table
= elf_mips_howto_table_rel;
local
2111
return &
howto_table
[(int) mips_reloc_map[i].elf_val];
2142
return &
howto_table
[(int) R_MIPS_32];
elf32-vax.c
53
static reloc_howto_type
howto_table
[] = {
variable
293
cache_ptr->howto = &
howto_table
[r_type];
329
return &
howto_table
[reloc_map[i].elf_val];
340
for (i = 0; i < sizeof (
howto_table
) / sizeof (
howto_table
[0]); i++)
341
if (
howto_table
[i].name != NULL
342
&& strcasecmp (
howto_table
[i].name, r_name) == 0)
343
return &
howto_table
[i];
1249
howto =
howto_table
+ r_type;
/src/external/gpl3/gdb.old/dist/bfd/
coff-ia64.c
35
static reloc_howto_type
howto_table
[] =
variable
50
(cache_ptr)->howto =
howto_table
;
coff-z80.c
41
static bfd_howto_type
howto_table
[] =
variable
241
#define NUM_HOWTOS ARRAY_SIZE (
howto_table
)
263
if (
howto_table
[i].howto.type == dst->r_type)
265
internal->howto = &
howto_table
[i].howto;
280
if (
howto_table
[i].r_type == code)
281
return &
howto_table
[i].howto;
293
if (strcasecmp(
howto_table
[i].howto.name, r_name) == 0)
294
return &
howto_table
[i].howto;
coff-i386.c
204
static reloc_howto_type
howto_table
[] =
variable
363
#define NUM_HOWTOS (sizeof (
howto_table
) / sizeof (
howto_table
[0]))
374
?
howto_table
+ (dst)->r_type \
413
&&
howto_table
[reloc.r_type].pc_relative) \
540
howto =
howto_table
+ rel->r_type;
646
return
howto_table
+ R_IMAGEBASE;
648
return
howto_table
+ R_DIR32;
650
return
howto_table
+ R_PCRLONG;
652
return
howto_table
+ R_RELWORD
[
all
...]
coff-x86_64.c
237
static reloc_howto_type
howto_table
[] =
variable
498
#define NUM_HOWTOS ARRAY_SIZE (
howto_table
)
509
?
howto_table
+ (dst)->r_type \
550
&&
howto_table
[reloc.r_type].pc_relative) \
688
howto =
howto_table
+ rel->r_type;
813
return
howto_table
+ R_AMD64_IMAGEBASE;
815
return
howto_table
+ R_AMD64_DIR32;
817
return
howto_table
+ R_AMD64_DIR64;
820
return
howto_table
+ R_AMD64_PCRQUAD;
825
return
howto_table
+ R_AMD64_PCRLONG
[
all
...]
Completed in 54 milliseconds
1
2
Indexes created Mon Mar 02 05:31:46 UTC 2026