Searched refs:R_MICROMIPS_GOT_DISP (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | mips.h | 130 R_MICROMIPS_GOT_DISP = 145, enumerator
|
D | ChangeLog | 49 R_MICROMIPS_GOT_DISP, R_MICROMIPS_GOT_PAGE, R_MICROMIPS_GOT_OFST,
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfn32-mips.c | 2214 HOWTO (R_MICROMIPS_GOT_DISP, /* type */ 2533 HOWTO (R_MICROMIPS_GOT_DISP, /* type */ 3249 { BFD_RELOC_MICROMIPS_GOT_DISP, R_MICROMIPS_GOT_DISP - R_MICROMIPS_min },
|
D | elf32-mips.c | 1193 HOWTO (R_MICROMIPS_GOT_DISP, /* type */ 2041 { BFD_RELOC_MICROMIPS_GOT_DISP, R_MICROMIPS_GOT_DISP - R_MICROMIPS_min },
|
D | elf64-mips.c | 2248 HOWTO (R_MICROMIPS_GOT_DISP, /* type */ 2567 HOWTO (R_MICROMIPS_GOT_DISP, /* type */ 3433 { BFD_RELOC_MICROMIPS_GOT_DISP, R_MICROMIPS_GOT_DISP - R_MICROMIPS_min },
|
D | elfxx-mips.c | 2163 return r_type == R_MIPS_GOT_DISP || r_type == R_MICROMIPS_GOT_DISP; in got_disp_reloc_p() 5608 ? R_MICROMIPS_GOT_DISP : R_MIPS_GOT_DISP); in mips_elf_calculate_relocation() 5627 case R_MICROMIPS_GOT_DISP: in mips_elf_calculate_relocation() 5975 case R_MICROMIPS_GOT_DISP: in mips_elf_calculate_relocation() 8271 case R_MICROMIPS_GOT_DISP: in _bfd_mips_elf_check_relocs() 8497 case R_MICROMIPS_GOT_DISP: in _bfd_mips_elf_check_relocs() 12417 case R_MICROMIPS_GOT_DISP: in _bfd_mips_elf_gc_sweep_hook()
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | mips.h | 133 RELOC_NUMBER (R_MICROMIPS_GOT_DISP, 145)
|
D | ChangeLog | 513 (R_MICROMIPS_CALL16, R_MICROMIPS_GOT_DISP): Likewise.
|
/toolchain/binutils/binutils-2.25/gold/ |
D | mips.cc | 238 || r_type == elfcpp::R_MICROMIPS_GOT_DISP); in got_disp_reloc() 338 case elfcpp::R_MICROMIPS_GOT_DISP: in micromips_reloc() 8660 case elfcpp::R_MICROMIPS_GOT_DISP: in local() 9116 case elfcpp::R_MICROMIPS_GOT_DISP: in global() 9287 case elfcpp::R_MICROMIPS_GOT_DISP: in global() 9849 r_type = (micromips_reloc(r_type) ? elfcpp::R_MICROMIPS_GOT_DISP in relocate() 10002 case elfcpp::R_MICROMIPS_GOT_DISP: in relocate()
|