Searched refs:DT_RELASZ (Results 1 – 25 of 78) sorted by relevance
1234
| /openbsd/src/sys/arch/armv7/stand/efiboot/ |
| D | self_reloc.c | 85 case DT_RELASZ: in self_reloc()
|
| /openbsd/src/sys/arch/amd64/stand/efiboot/ |
| D | self_reloc.c | 85 case DT_RELASZ: in self_reloc()
|
| /openbsd/src/sys/arch/arm64/stand/efiboot/ |
| D | self_reloc.c | 85 case DT_RELASZ: in self_reloc()
|
| /openbsd/src/sys/arch/riscv64/stand/efiboot/ |
| D | self_reloc.c | 88 case DT_RELASZ: in self_reloc()
|
| /openbsd/src/libexec/ld.so/hppa/ |
| D | ld.script | 68 /* XXX .rela.plt is unused but cannot delete: ld.bfd zeros DT_RELASZ then! */
|
| /openbsd/src/libexec/ld.so/riscv64/ |
| D | ld.script | 64 /* XXX .rela.plt is unused but cannot delete: ld.bfd zeros DT_RELASZ then! */
|
| /openbsd/src/libexec/ld.so/sparc64/ |
| D | ld.script | 63 /* XXX .rela.plt is unused but cannot delete: ld.bfd zeros DT_RELASZ then! */
|
| /openbsd/src/libexec/ld.so/i386/ |
| D | ld.script | 63 /* XXX .rela.plt is unused but cannot delete: ld.bfd zeros DT_RELASZ then! */
|
| /openbsd/src/libexec/ld.so/aarch64/ |
| D | ld.script | 68 /* XXX .rela.plt is unused but cannot delete: ld.bfd zeros DT_RELASZ then! */
|
| /openbsd/src/libexec/ld.so/arm/ |
| D | ld.script | 65 /* XXX .rel.plt is unused but cannot delete: ld.bfd zeros DT_RELASZ then! */
|
| /openbsd/src/libexec/ld.so/amd64/ |
| D | ld.script | 63 /* XXX .rela.plt is unused but cannot delete: ld.bfd zeros DT_RELASZ then! */
|
| /openbsd/src/libexec/ld.so/alpha/ |
| D | ld.script | 63 /* XXX .rela.plt is unused but cannot delete: ld.bfd zeros DT_RELASZ then! */
|
| /openbsd/src/libexec/ld.so/powerpc64/ |
| D | ld.script | 62 /* XXX .rela.plt is unused but cannot delete: ld.bfd zeros DT_RELASZ then! */
|
| /openbsd/src/libexec/ld.so/powerpc/ |
| D | ld.script | 63 /* XXX .rela.plt is unused but cannot delete: ld.bfd zeros DT_RELASZ then! */
|
| /openbsd/src/libexec/ld.so/mips64/ |
| D | ld.script | 65 /* XXX .rela.plt is unused but cannot delete: ld.bfd zeros DT_RELASZ then! */
|
| /openbsd/src/gnu/usr.bin/binutils/include/elf/ |
| D | common.h | 526 #define DT_RELASZ 8 macro
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/ |
| D | common.h | 552 #define DT_RELASZ 8 macro
|
| /openbsd/src/sys/sys/ |
| D | exec_elf.h | 527 #define DT_RELASZ 8 /* size of relocation table */ macro
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | ChangeLog | 315 (sparc32_finish_dyn): Add special handling for DT_RELASZ 578 DT_RELA, DT_RELASZ, DT_RELAENT, DT_PLTREL, DT_PLTRELSZ and DT_JMPREL 585 DT_PLTGOT. Handle DT_RELA, DT_RELASZ, DT_RELAENT, DT_PLTREL, 810 and SWAP_RELOC_OUT. Initialize r_addend fields. Handle DT_RELASZ
|
| D | elf32-vax.c | 1288 || !add_dynamic_entry (DT_RELASZ, 0) in elf_vax_size_dynamic_sections() 2021 case DT_RELASZ: in elf_vax_finish_dynamic_sections()
|
| D | elf32-m88k.c | 1264 || !add_dynamic_entry (DT_RELASZ, 0) 2000 case DT_RELASZ:
|
| D | elf32-m68k.c | 1412 || !add_dynamic_entry (DT_RELASZ, 0) 2169 case DT_RELASZ:
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elf32-vax.c | 1325 || !add_dynamic_entry (DT_RELASZ, 0) 2074 case DT_RELASZ:
|
| D | elf32-m88k.c | 1272 || !add_dynamic_entry (DT_RELASZ, 0) 2009 case DT_RELASZ:
|
| D | elf32-m68k.c | 1259 || !add_dynamic_entry (DT_RELASZ, 0) 2009 case DT_RELASZ:
|
1234