Home
last modified time | relevance | path

Searched refs:R_PPC_VLE_SDA21 (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/elfcpp/
Dpowerpc.h191 R_PPC_VLE_SDA21 = 225, enumerator
/toolchain/binutils/binutils-2.25/include/elf/
Dppc.h143 RELOC_NUMBER (R_PPC_VLE_SDA21, 225)
DChangeLog368 (R_PPC_VLE_SDA21): Likewise.
/toolchain/binutils/binutils-2.25/bfd/
Delf32-ppc.c1540 HOWTO (R_PPC_VLE_SDA21, /* type */
1968 case BFD_RELOC_PPC_VLE_SDA21: r = R_PPC_VLE_SDA21; break; in ppc_elf_reloc_type_lookup()
4146 case R_PPC_VLE_SDA21: in ppc_elf_check_relocs()
8822 case R_PPC_VLE_SDA21: in ppc_elf_relocate_section()
8882 && (r_type == R_PPC_VLE_SDA21 in ppc_elf_relocate_section()
8902 if (r_type == R_PPC_VLE_SDA21 in ppc_elf_relocate_section()
8908 || r_type == R_PPC_VLE_SDA21 in ppc_elf_relocate_section()
DChangeLog2364 of VLE relocs. Describe R_PPC_VLE_SDA21 and R_PPC_VLE_SDA21_LO.
2370 Correct R_PPC_VLE_SDA21 and R_PPC_VLE_SDA21_LO handling.