Searched refs:DTP_OFFSET (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elf32-ppc.c | 70 #define DTP_OFFSET 0x8000 macro 4858 rel->r_addend = htab->elf.tls_sec->vma + DTP_OFFSET; in ppc_elf_relocate_section() 4859 rel[1].r_addend = htab->elf.tls_sec->vma + DTP_OFFSET; in ppc_elf_relocate_section() 5115 value -= htab->elf.tls_sec->vma + DTP_OFFSET; in ppc_elf_relocate_section() 5117 value += DTP_OFFSET - TP_OFFSET; in ppc_elf_relocate_section() 5203 addend -= htab->elf.tls_sec->vma + DTP_OFFSET; in ppc_elf_relocate_section() 5223 addend -= htab->elf.tls_sec->vma + DTP_OFFSET; in ppc_elf_relocate_section()
|
| D | elf64-ppc.c | 115 #define DTP_OFFSET 0x8000 macro 7784 rel->r_addend = htab->elf.tls_sec->vma + DTP_OFFSET; in ppc64_elf_relocate_section() 7785 rel[1].r_addend = htab->elf.tls_sec->vma + DTP_OFFSET; in ppc64_elf_relocate_section() 8207 relocation -= htab->elf.tls_sec->vma + DTP_OFFSET; in ppc64_elf_relocate_section() 8209 relocation += DTP_OFFSET - TP_OFFSET; in ppc64_elf_relocate_section() 8337 addend -= htab->elf.tls_sec->vma + DTP_OFFSET; in ppc64_elf_relocate_section() 8350 addend -= htab->elf.tls_sec->vma + DTP_OFFSET; in ppc64_elf_relocate_section()
|
| D | ChangeLog-0203 | 4283 (NOP, CROR_151515, CROR_313131, TP_OFFSET, DTP_OFFSET): Define. 4529 * elf64-ppc.c (TP_OFFSET, DTP_OFFSET): Declare.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | elf32-ppc.c | 157 #define DTP_OFFSET 0x8000 macro 5796 rel->r_addend = htab->elf.tls_sec->vma + DTP_OFFSET; in ppc_elf_relocate_section() 6052 value -= htab->elf.tls_sec->vma + DTP_OFFSET; in ppc_elf_relocate_section() 6054 value += DTP_OFFSET - TP_OFFSET; in ppc_elf_relocate_section() 6140 addend -= htab->elf.tls_sec->vma + DTP_OFFSET; in ppc_elf_relocate_section() 6160 addend -= htab->elf.tls_sec->vma + DTP_OFFSET; in ppc_elf_relocate_section()
|
| D | elf64-ppc.c | 122 #define DTP_OFFSET 0x8000 macro 10151 rel->r_addend = htab->elf.tls_sec->vma + DTP_OFFSET; in ppc64_elf_relocate_section() 10152 rel[1].r_addend = htab->elf.tls_sec->vma + DTP_OFFSET; in ppc64_elf_relocate_section() 10613 relocation -= htab->elf.tls_sec->vma + DTP_OFFSET; in ppc64_elf_relocate_section() 10615 relocation += DTP_OFFSET - TP_OFFSET; in ppc64_elf_relocate_section() 10743 addend -= htab->elf.tls_sec->vma + DTP_OFFSET; in ppc64_elf_relocate_section() 10756 addend -= htab->elf.tls_sec->vma + DTP_OFFSET; in ppc64_elf_relocate_section()
|
| D | elfxx-mips.c | 779 #define DTP_OFFSET 0x8000 macro 787 return elf_hash_table (info)->tls_sec->vma + DTP_OFFSET; in dtprel_base()
|
| D | ChangeLog-2005 | 4241 (TP_OFFSET, DTP_OFFSET): Define.
|
| D | ChangeLog-0203 | 4283 (NOP, CROR_151515, CROR_313131, TP_OFFSET, DTP_OFFSET): Define. 4529 * elf64-ppc.c (TP_OFFSET, DTP_OFFSET): Declare.
|