OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:elf_howto_table
(Results
1 - 20
of
20
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
elf32-i960.c
84
static reloc_howto_type
elf_howto_table
[]=
variable
137
cache_ptr->howto = &
elf_howto_table
[(int) type];
144
return
elf_howto_table
+ elf32_i960_bfd_to_reloc_type (code);
153
for (i = 0; i < sizeof (
elf_howto_table
) / sizeof (
elf_howto_table
[0]); i++)
154
if (
elf_howto_table
[i].name != NULL
155
&& strcasecmp (
elf_howto_table
[i].name, r_name) == 0)
156
return &
elf_howto_table
[i];
elf64-s390.c
41
static reloc_howto_type
elf_howto_table
[] =
variable
196
return &
elf_howto_table
[(int) R_390_NONE];
198
return &
elf_howto_table
[(int) R_390_8];
200
return &
elf_howto_table
[(int) R_390_12];
202
return &
elf_howto_table
[(int) R_390_16];
204
return &
elf_howto_table
[(int) R_390_32];
206
return &
elf_howto_table
[(int) R_390_32];
208
return &
elf_howto_table
[(int) R_390_PC32];
210
return &
elf_howto_table
[(int) R_390_GOT12];
212
return &
elf_howto_table
[(int) R_390_GOT32]
[
all
...]
elf32-s390.c
38
static reloc_howto_type
elf_howto_table
[] =
variable
186
return &
elf_howto_table
[(int) R_390_NONE];
188
return &
elf_howto_table
[(int) R_390_8];
190
return &
elf_howto_table
[(int) R_390_12];
192
return &
elf_howto_table
[(int) R_390_16];
194
return &
elf_howto_table
[(int) R_390_32];
196
return &
elf_howto_table
[(int) R_390_32];
198
return &
elf_howto_table
[(int) R_390_PC32];
200
return &
elf_howto_table
[(int) R_390_GOT12];
202
return &
elf_howto_table
[(int) R_390_GOT32]
[
all
...]
elf32-cr16c.c
88
static reloc_howto_type
elf_howto_table
[] =
variable
146
return &
elf_howto_table
[i];
160
for (i = 0; i < sizeof (
elf_howto_table
) / sizeof (
elf_howto_table
[0]); i++)
161
if (
elf_howto_table
[i].name != NULL
162
&& strcasecmp (
elf_howto_table
[i].name, r_name) == 0)
163
return &
elf_howto_table
[i];
184
cache_ptr->howto = &
elf_howto_table
[r_type];
704
howto =
elf_howto_table
+ r_type;
elf32-i386.c
38
static reloc_howto_type
elf_howto_table
[]=
variable
203
return &
elf_howto_table
[R_386_NONE];
207
return &
elf_howto_table
[R_386_32];
211
return &
elf_howto_table
[R_386_32];
215
return &
elf_howto_table
[R_386_PC32];
219
return &
elf_howto_table
[R_386_GOT32];
223
return &
elf_howto_table
[R_386_PLT32];
227
return &
elf_howto_table
[R_386_COPY];
231
return &
elf_howto_table
[R_386_GLOB_DAT];
235
return &
elf_howto_table
[R_386_JUMP_SLOT]
[
all
...]
elf32-xtensa.c
163
static reloc_howto_type
elf_howto_table
[] =
336
return &
elf_howto_table
[(unsigned) R_XTENSA_NONE ];
340
return &
elf_howto_table
[(unsigned) R_XTENSA_32 ];
344
return &
elf_howto_table
[(unsigned) R_XTENSA_32_PCREL ];
348
return &
elf_howto_table
[(unsigned) R_XTENSA_DIFF8 ];
352
return &
elf_howto_table
[(unsigned) R_XTENSA_DIFF16 ];
356
return &
elf_howto_table
[(unsigned) R_XTENSA_DIFF32 ];
360
return &
elf_howto_table
[(unsigned) R_XTENSA_RTLD ];
364
return &
elf_howto_table
[(unsigned) R_XTENSA_GLOB_DAT ];
368
return &
elf_howto_table
[(unsigned) R_XTENSA_JMP_SLOT ]
162
static reloc_howto_type
elf_howto_table
[] =
variable
[
all
...]
elf32-spu.c
39
static reloc_howto_type
elf_howto_table
[] = {
variable
155
cache_ptr->howto = &
elf_howto_table
[(int) r_type];
167
return
elf_howto_table
+ r_type;
176
for (i = 0; i < sizeof (
elf_howto_table
) / sizeof (
elf_howto_table
[0]); i++)
177
if (
elf_howto_table
[i].name != NULL
178
&& strcasecmp (
elf_howto_table
[i].name, r_name) == 0)
179
return &
elf_howto_table
[i];
[
all
...]
ChangeLog-2007
223
* elf32-xtensa.c (
elf_howto_table
): Add R_XTENSA_32_PCREL.
[
all
...]
ChangeLog-0203
[
all
...]
ChangeLog-9193
[
all
...]
ChangeLog-2005
[
all
...]
ChangeLog-2009
[
all
...]
ChangeLog-9899
[
all
...]
ChangeLog-2013
[
all
...]
ChangeLog-0001
[
all
...]
ChangeLog-2006
[
all
...]
ChangeLog-2008
[
all
...]
ChangeLog-2004
853
(
elf_howto_table
): Add entries for new relocations.
[
all
...]
ChangeLog-9495
[
all
...]
ChangeLog-9697
[
all
...]
Completed in 402 milliseconds