Searched refs:R_SH_DIR32 (Results 1 – 20 of 20) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-sh.c | 272 case R_SH_DIR32: in sh_elf_reloc() 326 { BFD_RELOC_32, R_SH_DIR32 }, 329 { BFD_RELOC_CTOR, R_SH_DIR32 }, 561 && ELF32_R_TYPE (irelfn->r_info) == (int) R_SH_DIR32) in sh_elf_relax_section() 627 if (get_howto_table (abfd)[R_SH_DIR32].partial_inplace) in sh_elf_relax_section() 942 case R_SH_DIR32: in sh_elf_relax_delete_bytes() 956 if (get_howto_table (abfd)[R_SH_DIR32].partial_inplace) in sh_elf_relax_delete_bytes() 1222 if (ELF32_R_TYPE (irelscan->r_info) != (int) R_SH_DIR32) in sh_elf_relax_delete_bytes() 3639 && ((r_type == R_SH_DIR32 in sh_elf_relocate_section() 3841 case R_SH_DIR32: in sh_elf_relocate_section() [all …]
|
H A D | elf32-sh-relocs.h | 37 HOWTO (R_SH_DIR32, /* type */
|
H A D | ChangeLog-2010 | 2016 fixups for R_SH_DIR32 and GOT entries. Check for cross-segment 2018 Always generate R_SH_DIR32 for FDPIC instead of R_SH_RELATIVE. 2026 symbol mismatches. Allocate a GOT for R_SH_DIR32. Allocate fixups 2027 for R_SH_DIR32. 2035 R_SH_DIR32 for FDPIC instead of R_SH_RELATIVE.
|
H A D | ChangeLog-2006 | 1241 (R_SH_DIR32): Use SH_PARTIAL32 for the partial_inplace field, 1263 R_SH_DIR32 howto.
|
H A D | ChangeLog-0001 | 1693 <case R_SH_DIR32, R_SH_REL32>: Fetch partial_inplace addend with
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-sh.c | 272 case R_SH_DIR32: in sh_elf_reloc() 326 { BFD_RELOC_32, R_SH_DIR32 }, 329 { BFD_RELOC_CTOR, R_SH_DIR32 }, 562 && ELF32_R_TYPE (irelfn->r_info) == (int) R_SH_DIR32) in sh_elf_relax_section() 628 if (get_howto_table (abfd)[R_SH_DIR32].partial_inplace) in sh_elf_relax_section() 943 case R_SH_DIR32: in sh_elf_relax_delete_bytes() 957 if (get_howto_table (abfd)[R_SH_DIR32].partial_inplace) in sh_elf_relax_delete_bytes() 1224 if (ELF32_R_TYPE (irelscan->r_info) != (int) R_SH_DIR32) in sh_elf_relax_delete_bytes() 3641 && ((r_type == R_SH_DIR32 in sh_elf_relocate_section() 3843 case R_SH_DIR32: in sh_elf_relocate_section() [all …]
|
H A D | elf32-sh-relocs.h | 37 HOWTO (R_SH_DIR32, /* type */
|
H A D | ChangeLog-2010 | 2016 fixups for R_SH_DIR32 and GOT entries. Check for cross-segment 2018 Always generate R_SH_DIR32 for FDPIC instead of R_SH_RELATIVE. 2026 symbol mismatches. Allocate a GOT for R_SH_DIR32. Allocate fixups 2027 for R_SH_DIR32. 2035 R_SH_DIR32 for FDPIC instead of R_SH_RELATIVE.
|
H A D | ChangeLog-2006 | 1241 (R_SH_DIR32): Use SH_PARTIAL32 for the partial_inplace field, 1263 R_SH_DIR32 howto.
|
H A D | ChangeLog-0001 | 1693 <case R_SH_DIR32, R_SH_REL32>: Fetch partial_inplace addend with
|
/netbsd-src/sys/arch/sh3/include/ |
H A D | elf_machdep.h | 42 #define R_SH_DIR32 1 macro
|
/netbsd-src/external/gpl3/binutils/dist/include/elf/ |
H A D | sh.h | 105 RELOC_NUMBER (R_SH_DIR32, 1)
|
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/ |
H A D | sh.h | 105 RELOC_NUMBER (R_SH_DIR32, 1)
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
H A D | ChangeLog-2010 | 2016 fixups for R_SH_DIR32 and GOT entries. Check for cross-segment 2018 Always generate R_SH_DIR32 for FDPIC instead of R_SH_RELATIVE. 2026 symbol mismatches. Allocate a GOT for R_SH_DIR32. Allocate fixups 2027 for R_SH_DIR32. 2035 R_SH_DIR32 for FDPIC instead of R_SH_RELATIVE.
|
H A D | ChangeLog-2006 | 1241 (R_SH_DIR32): Use SH_PARTIAL32 for the partial_inplace field, 1263 R_SH_DIR32 howto.
|
H A D | ChangeLog-0001 | 1693 <case R_SH_DIR32, R_SH_REL32>: Fetch partial_inplace addend with
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-2010 | 2016 fixups for R_SH_DIR32 and GOT entries. Check for cross-segment 2018 Always generate R_SH_DIR32 for FDPIC instead of R_SH_RELATIVE. 2026 symbol mismatches. Allocate a GOT for R_SH_DIR32. Allocate fixups 2027 for R_SH_DIR32. 2035 R_SH_DIR32 for FDPIC instead of R_SH_RELATIVE.
|
H A D | ChangeLog-2006 | 1241 (R_SH_DIR32): Use SH_PARTIAL32 for the partial_inplace field, 1263 R_SH_DIR32 howto.
|
H A D | ChangeLog-0001 | 1693 <case R_SH_DIR32, R_SH_REL32>: Fetch partial_inplace addend with
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/ |
H A D | elf.d | 2070 enum R_SH_DIR32 = 1; variable
|