Home
last modified time | relevance | path

Searched refs:R_SH_DIR32 (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-sh.c272 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 Delf32-sh-relocs.h37 HOWTO (R_SH_DIR32, /* type */
H A DChangeLog-20102016 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 DChangeLog-20061241 (R_SH_DIR32): Use SH_PARTIAL32 for the partial_inplace field,
1263 R_SH_DIR32 howto.
H A DChangeLog-00011693 <case R_SH_DIR32, R_SH_REL32>: Fetch partial_inplace addend with
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-sh.c272 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 Delf32-sh-relocs.h37 HOWTO (R_SH_DIR32, /* type */
H A DChangeLog-20102016 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 DChangeLog-20061241 (R_SH_DIR32): Use SH_PARTIAL32 for the partial_inplace field,
1263 R_SH_DIR32 howto.
H A DChangeLog-00011693 <case R_SH_DIR32, R_SH_REL32>: Fetch partial_inplace addend with
/netbsd-src/sys/arch/sh3/include/
H A Delf_machdep.h42 #define R_SH_DIR32 1 macro
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dsh.h105 RELOC_NUMBER (R_SH_DIR32, 1)
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dsh.h105 RELOC_NUMBER (R_SH_DIR32, 1)
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20102016 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 DChangeLog-20061241 (R_SH_DIR32): Use SH_PARTIAL32 for the partial_inplace field,
1263 R_SH_DIR32 howto.
H A DChangeLog-00011693 <case R_SH_DIR32, R_SH_REL32>: Fetch partial_inplace addend with
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20102016 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 DChangeLog-20061241 (R_SH_DIR32): Use SH_PARTIAL32 for the partial_inplace field,
1263 R_SH_DIR32 howto.
H A DChangeLog-00011693 <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 Delf.d2070 enum R_SH_DIR32 = 1; variable