HomeSort by relevance Sort by last modified time
    Searched refs:elf_howto_table (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
elf32-i960.c 84 static reloc_howto_type elf_howto_table[]= variable
143 cache_ptr->howto = &elf_howto_table[(int) type];
150 return elf_howto_table + elf32_i960_bfd_to_reloc_type (code);
159 for (i = 0; i < sizeof (elf_howto_table) / sizeof (elf_howto_table[0]); i++)
160 if (elf_howto_table[i].name != NULL
161 && strcasecmp (elf_howto_table[i].name, r_name) == 0)
162 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];
188 cache_ptr->howto = &elf_howto_table[r_type];
708 howto = elf_howto_table + r_type;
elf32-i386.c 39 static reloc_howto_type elf_howto_table[]= variable
207 return &elf_howto_table[R_386_NONE];
211 return &elf_howto_table[R_386_32];
215 return &elf_howto_table[R_386_32];
219 return &elf_howto_table[R_386_PC32];
223 return &elf_howto_table[R_386_GOT32];
227 return &elf_howto_table[R_386_PLT32];
231 return &elf_howto_table[R_386_COPY];
235 return &elf_howto_table[R_386_GLOB_DAT];
239 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
164 cache_ptr->howto = &elf_howto_table[(int) r_type];
176 return elf_howto_table + r_type;
185 for (i = 0; i < sizeof (elf_howto_table) / sizeof (elf_howto_table[0]); i++)
186 if (elf_howto_table[i].name != NULL
187 && strcasecmp (elf_howto_table[i].name, r_name) == 0)
188 return &elf_howto_table[i];
    [all...]

Completed in 218 milliseconds