OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:elf_howto_table
(Results
1 - 20
of
20
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elf32-i386.c
29
static reloc_howto_type
elf_howto_table
[]=
variable
197
return &
elf_howto_table
[R_386_NONE];
201
return &
elf_howto_table
[R_386_32];
205
return &
elf_howto_table
[R_386_32];
209
return &
elf_howto_table
[R_386_PC32];
213
return &
elf_howto_table
[R_386_GOT32];
217
return &
elf_howto_table
[R_386_PLT32];
221
return &
elf_howto_table
[R_386_COPY];
225
return &
elf_howto_table
[R_386_GLOB_DAT];
229
return &
elf_howto_table
[R_386_JUMP_SLOT]
[
all
...]
elf32-s390.c
39
static reloc_howto_type
elf_howto_table
[] =
variable
187
return &
elf_howto_table
[(int) R_390_NONE];
189
return &
elf_howto_table
[(int) R_390_8];
191
return &
elf_howto_table
[(int) R_390_12];
193
return &
elf_howto_table
[(int) R_390_16];
195
return &
elf_howto_table
[(int) R_390_32];
197
return &
elf_howto_table
[(int) R_390_32];
199
return &
elf_howto_table
[(int) R_390_PC32];
201
return &
elf_howto_table
[(int) R_390_GOT12];
203
return &
elf_howto_table
[(int) R_390_GOT32]
[
all
...]
elf64-s390.c
46
static reloc_howto_type
elf_howto_table
[] =
variable
201
return &
elf_howto_table
[(int) R_390_NONE];
203
return &
elf_howto_table
[(int) R_390_8];
205
return &
elf_howto_table
[(int) R_390_12];
207
return &
elf_howto_table
[(int) R_390_16];
209
return &
elf_howto_table
[(int) R_390_32];
211
return &
elf_howto_table
[(int) R_390_32];
213
return &
elf_howto_table
[(int) R_390_PC32];
215
return &
elf_howto_table
[(int) R_390_GOT12];
217
return &
elf_howto_table
[(int) R_390_GOT32]
[
all
...]
elf32-spu.c
42
static reloc_howto_type
elf_howto_table
[] = {
variable
168
cache_ptr->howto = &
elf_howto_table
[(int) r_type];
181
return
elf_howto_table
+ r_type;
190
for (i = 0; i < sizeof (
elf_howto_table
) / sizeof (
elf_howto_table
[0]); i++)
191
if (
elf_howto_table
[i].name != NULL
192
&& strcasecmp (
elf_howto_table
[i].name, r_name) == 0)
193
return &
elf_howto_table
[i];
4873
howto =
elf_howto_table
+ r_type;
elf32-xtensa.c
180
static reloc_howto_type
elf_howto_table
[] =
367
return &
elf_howto_table
[(unsigned) R_XTENSA_NONE ];
371
return &
elf_howto_table
[(unsigned) R_XTENSA_32 ];
375
return &
elf_howto_table
[(unsigned) R_XTENSA_32_PCREL ];
379
return &
elf_howto_table
[(unsigned) R_XTENSA_DIFF8 ];
383
return &
elf_howto_table
[(unsigned) R_XTENSA_DIFF16 ];
387
return &
elf_howto_table
[(unsigned) R_XTENSA_DIFF32 ];
391
return &
elf_howto_table
[(unsigned) R_XTENSA_PDIFF8 ];
395
return &
elf_howto_table
[(unsigned) R_XTENSA_PDIFF16 ];
399
return &
elf_howto_table
[(unsigned) R_XTENSA_PDIFF32 ]
179
static reloc_howto_type
elf_howto_table
[] =
variable
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
elf32-i386.c
29
static reloc_howto_type
elf_howto_table
[]=
variable
197
return &
elf_howto_table
[R_386_NONE];
201
return &
elf_howto_table
[R_386_32];
205
return &
elf_howto_table
[R_386_32];
209
return &
elf_howto_table
[R_386_PC32];
213
return &
elf_howto_table
[R_386_GOT32];
217
return &
elf_howto_table
[R_386_PLT32];
221
return &
elf_howto_table
[R_386_COPY];
225
return &
elf_howto_table
[R_386_GLOB_DAT];
229
return &
elf_howto_table
[R_386_JUMP_SLOT]
[
all
...]
elf32-s390.c
39
static reloc_howto_type
elf_howto_table
[] =
variable
187
return &
elf_howto_table
[(int) R_390_NONE];
189
return &
elf_howto_table
[(int) R_390_8];
191
return &
elf_howto_table
[(int) R_390_12];
193
return &
elf_howto_table
[(int) R_390_16];
195
return &
elf_howto_table
[(int) R_390_32];
197
return &
elf_howto_table
[(int) R_390_32];
199
return &
elf_howto_table
[(int) R_390_PC32];
201
return &
elf_howto_table
[(int) R_390_GOT12];
203
return &
elf_howto_table
[(int) R_390_GOT32]
[
all
...]
elf64-s390.c
46
static reloc_howto_type
elf_howto_table
[] =
variable
201
return &
elf_howto_table
[(int) R_390_NONE];
203
return &
elf_howto_table
[(int) R_390_8];
205
return &
elf_howto_table
[(int) R_390_12];
207
return &
elf_howto_table
[(int) R_390_16];
209
return &
elf_howto_table
[(int) R_390_32];
211
return &
elf_howto_table
[(int) R_390_32];
213
return &
elf_howto_table
[(int) R_390_PC32];
215
return &
elf_howto_table
[(int) R_390_GOT12];
217
return &
elf_howto_table
[(int) R_390_GOT32]
[
all
...]
elf32-spu.c
42
static reloc_howto_type
elf_howto_table
[] = {
variable
168
cache_ptr->howto = &
elf_howto_table
[(int) r_type];
181
return
elf_howto_table
+ r_type;
190
for (i = 0; i < sizeof (
elf_howto_table
) / sizeof (
elf_howto_table
[0]); i++)
191
if (
elf_howto_table
[i].name != NULL
192
&& strcasecmp (
elf_howto_table
[i].name, r_name) == 0)
193
return &
elf_howto_table
[i];
4873
howto =
elf_howto_table
+ r_type;
elf32-xtensa.c
181
static reloc_howto_type
elf_howto_table
[] =
368
return &
elf_howto_table
[(unsigned) R_XTENSA_NONE ];
372
return &
elf_howto_table
[(unsigned) R_XTENSA_32 ];
376
return &
elf_howto_table
[(unsigned) R_XTENSA_32_PCREL ];
380
return &
elf_howto_table
[(unsigned) R_XTENSA_DIFF8 ];
384
return &
elf_howto_table
[(unsigned) R_XTENSA_DIFF16 ];
388
return &
elf_howto_table
[(unsigned) R_XTENSA_DIFF32 ];
392
return &
elf_howto_table
[(unsigned) R_XTENSA_PDIFF8 ];
396
return &
elf_howto_table
[(unsigned) R_XTENSA_PDIFF16 ];
400
return &
elf_howto_table
[(unsigned) R_XTENSA_PDIFF32 ]
180
static reloc_howto_type
elf_howto_table
[] =
variable
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
elf32-i386.c
29
static reloc_howto_type
elf_howto_table
[]=
variable
197
return &
elf_howto_table
[R_386_NONE];
201
return &
elf_howto_table
[R_386_32];
205
return &
elf_howto_table
[R_386_32];
209
return &
elf_howto_table
[R_386_PC32];
213
return &
elf_howto_table
[R_386_GOT32];
217
return &
elf_howto_table
[R_386_PLT32];
221
return &
elf_howto_table
[R_386_COPY];
225
return &
elf_howto_table
[R_386_GLOB_DAT];
229
return &
elf_howto_table
[R_386_JUMP_SLOT]
[
all
...]
elf32-s390.c
39
static reloc_howto_type
elf_howto_table
[] =
variable
187
return &
elf_howto_table
[(int) R_390_NONE];
189
return &
elf_howto_table
[(int) R_390_8];
191
return &
elf_howto_table
[(int) R_390_12];
193
return &
elf_howto_table
[(int) R_390_16];
195
return &
elf_howto_table
[(int) R_390_32];
197
return &
elf_howto_table
[(int) R_390_32];
199
return &
elf_howto_table
[(int) R_390_PC32];
201
return &
elf_howto_table
[(int) R_390_GOT12];
203
return &
elf_howto_table
[(int) R_390_GOT32]
[
all
...]
elf64-s390.c
43
static reloc_howto_type
elf_howto_table
[] =
variable
198
return &
elf_howto_table
[(int) R_390_NONE];
200
return &
elf_howto_table
[(int) R_390_8];
202
return &
elf_howto_table
[(int) R_390_12];
204
return &
elf_howto_table
[(int) R_390_16];
206
return &
elf_howto_table
[(int) R_390_32];
208
return &
elf_howto_table
[(int) R_390_32];
210
return &
elf_howto_table
[(int) R_390_PC32];
212
return &
elf_howto_table
[(int) R_390_GOT12];
214
return &
elf_howto_table
[(int) R_390_GOT32]
[
all
...]
elf32-spu.c
42
static reloc_howto_type
elf_howto_table
[] = {
variable
168
cache_ptr->howto = &
elf_howto_table
[(int) r_type];
181
return
elf_howto_table
+ r_type;
190
for (i = 0; i < sizeof (
elf_howto_table
) / sizeof (
elf_howto_table
[0]); i++)
191
if (
elf_howto_table
[i].name != NULL
192
&& strcasecmp (
elf_howto_table
[i].name, r_name) == 0)
193
return &
elf_howto_table
[i];
4870
howto =
elf_howto_table
+ r_type;
elf32-xtensa.c
181
static reloc_howto_type
elf_howto_table
[] =
368
return &
elf_howto_table
[(unsigned) R_XTENSA_NONE ];
372
return &
elf_howto_table
[(unsigned) R_XTENSA_32 ];
376
return &
elf_howto_table
[(unsigned) R_XTENSA_32_PCREL ];
380
return &
elf_howto_table
[(unsigned) R_XTENSA_DIFF8 ];
384
return &
elf_howto_table
[(unsigned) R_XTENSA_DIFF16 ];
388
return &
elf_howto_table
[(unsigned) R_XTENSA_DIFF32 ];
392
return &
elf_howto_table
[(unsigned) R_XTENSA_PDIFF8 ];
396
return &
elf_howto_table
[(unsigned) R_XTENSA_PDIFF16 ];
400
return &
elf_howto_table
[(unsigned) R_XTENSA_PDIFF32 ]
180
static reloc_howto_type
elf_howto_table
[] =
variable
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
elf32-i386.c
29
static reloc_howto_type
elf_howto_table
[]=
variable
197
return &
elf_howto_table
[R_386_NONE];
201
return &
elf_howto_table
[R_386_32];
205
return &
elf_howto_table
[R_386_32];
209
return &
elf_howto_table
[R_386_PC32];
213
return &
elf_howto_table
[R_386_GOT32];
217
return &
elf_howto_table
[R_386_PLT32];
221
return &
elf_howto_table
[R_386_COPY];
225
return &
elf_howto_table
[R_386_GLOB_DAT];
229
return &
elf_howto_table
[R_386_JUMP_SLOT]
[
all
...]
elf32-s390.c
39
static reloc_howto_type
elf_howto_table
[] =
variable
187
return &
elf_howto_table
[(int) R_390_NONE];
189
return &
elf_howto_table
[(int) R_390_8];
191
return &
elf_howto_table
[(int) R_390_12];
193
return &
elf_howto_table
[(int) R_390_16];
195
return &
elf_howto_table
[(int) R_390_32];
197
return &
elf_howto_table
[(int) R_390_32];
199
return &
elf_howto_table
[(int) R_390_PC32];
201
return &
elf_howto_table
[(int) R_390_GOT12];
203
return &
elf_howto_table
[(int) R_390_GOT32]
[
all
...]
elf64-s390.c
46
static reloc_howto_type
elf_howto_table
[] =
variable
201
return &
elf_howto_table
[(int) R_390_NONE];
203
return &
elf_howto_table
[(int) R_390_8];
205
return &
elf_howto_table
[(int) R_390_12];
207
return &
elf_howto_table
[(int) R_390_16];
209
return &
elf_howto_table
[(int) R_390_32];
211
return &
elf_howto_table
[(int) R_390_32];
213
return &
elf_howto_table
[(int) R_390_PC32];
215
return &
elf_howto_table
[(int) R_390_GOT12];
217
return &
elf_howto_table
[(int) R_390_GOT32]
[
all
...]
elf32-spu.c
42
static reloc_howto_type
elf_howto_table
[] = {
variable
168
cache_ptr->howto = &
elf_howto_table
[(int) r_type];
181
return
elf_howto_table
+ r_type;
190
for (i = 0; i < sizeof (
elf_howto_table
) / sizeof (
elf_howto_table
[0]); i++)
191
if (
elf_howto_table
[i].name != NULL
192
&& strcasecmp (
elf_howto_table
[i].name, r_name) == 0)
193
return &
elf_howto_table
[i];
4873
howto =
elf_howto_table
+ r_type;
elf32-xtensa.c
181
static reloc_howto_type
elf_howto_table
[] =
368
return &
elf_howto_table
[(unsigned) R_XTENSA_NONE ];
372
return &
elf_howto_table
[(unsigned) R_XTENSA_32 ];
376
return &
elf_howto_table
[(unsigned) R_XTENSA_32_PCREL ];
380
return &
elf_howto_table
[(unsigned) R_XTENSA_DIFF8 ];
384
return &
elf_howto_table
[(unsigned) R_XTENSA_DIFF16 ];
388
return &
elf_howto_table
[(unsigned) R_XTENSA_DIFF32 ];
392
return &
elf_howto_table
[(unsigned) R_XTENSA_PDIFF8 ];
396
return &
elf_howto_table
[(unsigned) R_XTENSA_PDIFF16 ];
400
return &
elf_howto_table
[(unsigned) R_XTENSA_PDIFF32 ]
180
static reloc_howto_type
elf_howto_table
[] =
variable
[
all
...]
Completed in 100 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026