Symbol: DT_RELA
lib/csu/boot.h
55
#if RELOC_TAG == DT_RELA
lib/csu/mips64/boot_md.h
57
#if RELOC_TAG == DT_RELA
libexec/ld.so/aarch64/archdep.h
32
#define RELOC_TAG DT_RELA
libexec/ld.so/aarch64/rtld_machine.c
110
relrel = rel == DT_RELA ? object->relcount : 0;
libexec/ld.so/aarch64/rtld_machine.c
238
if (object->Dyn.info[DT_PLTREL] != DT_RELA)
libexec/ld.so/alpha/archdep.h
32
#define RELOC_TAG DT_RELA
libexec/ld.so/alpha/rtld_machine.c
233
if (object->Dyn.info[DT_PLTREL] != DT_RELA)
libexec/ld.so/alpha/rtld_machine.c
62
relrel = rel == DT_RELA ? object->relacount : 0;
libexec/ld.so/amd64/archdep.h
32
#define RELOC_TAG DT_RELA
libexec/ld.so/amd64/rtld_machine.c
184
relrel = rel == DT_RELA ? object->relacount : 0;
libexec/ld.so/amd64/rtld_machine.c
367
if (object->Dyn.info[DT_PLTREL] != DT_RELA)
libexec/ld.so/boot.c
44
#if RELOC_TAG == DT_RELA
libexec/ld.so/hppa/archdep.h
33
#define RELOC_TAG DT_RELA
libexec/ld.so/hppa/rtld_machine.c
109
num_relative = rel == DT_RELA ? object->relacount : 0;
libexec/ld.so/hppa/rtld_machine.c
308
if (object->dyn.pltrel != DT_RELA)
libexec/ld.so/loader.c
795
fails += _dl_md_reloc(object, DT_RELA, DT_RELASZ);
libexec/ld.so/m88k/archdep.h
32
#define RELOC_TAG DT_RELA
libexec/ld.so/m88k/rtld_machine.c
250
if (object->Dyn.info[DT_PLTREL] != DT_RELA)
libexec/ld.so/m88k/rtld_machine.c
76
relrela = rel == DT_RELA ? object->relacount : 0;
libexec/ld.so/powerpc/archdep.h
32
#define RELOC_TAG DT_RELA
libexec/ld.so/powerpc/rtld_machine.c
274
if (object->Dyn.info[DT_PLTREL] != DT_RELA)
libexec/ld.so/powerpc/rtld_machine.c
68
relrel = rel == DT_RELA ? object->relacount : 0;
libexec/ld.so/powerpc64/archdep.h
32
#define RELOC_TAG DT_RELA
libexec/ld.so/powerpc64/rtld_machine.c
272
if (object->Dyn.info[DT_PLTREL] != DT_RELA)
libexec/ld.so/powerpc64/rtld_machine.c
67
relrel = rel == DT_RELA ? object->relacount : 0;
libexec/ld.so/resolve.c
353
if (object->Dyn.info[DT_RELA])
libexec/ld.so/resolve.c
354
object->Dyn.info[DT_RELA] += obase;
libexec/ld.so/riscv64/archdep.h
33
#define RELOC_TAG DT_RELA
libexec/ld.so/riscv64/rtld_machine.c
109
relrel = rel == DT_RELA ? object->relcount : 0;
libexec/ld.so/riscv64/rtld_machine.c
237
if (object->Dyn.info[DT_PLTREL] != DT_RELA)
libexec/ld.so/sh/archdep.h
32
#define RELOC_TAG DT_RELA
libexec/ld.so/sh/rtld_machine.c
428
relrel = rel == DT_RELA ? object->relacount : 0;
libexec/ld.so/sh/rtld_machine.c
559
if (object->Dyn.info[DT_PLTREL] != DT_RELA)
libexec/ld.so/sparc64/archdep.h
32
#define RELOC_TAG DT_RELA
libexec/ld.so/sparc64/rtld_machine.c
221
relrel = rel == DT_RELA ? object->relacount : 0;
libexec/ld.so/sparc64/rtld_machine.c
815
if (object->Dyn.info[DT_PLTREL] != DT_RELA)
sys/arch/amd64/stand/efiboot/self_reloc.c
81
case DT_RELA:
sys/arch/arm64/stand/efiboot/self_reloc.c
81
case DT_RELA:
sys/arch/armv7/stand/efiboot/self_reloc.c
81
case DT_RELA:
sys/arch/powerpc64/powerpc64/machdep.c
438
case DT_RELA:
sys/arch/riscv64/stand/efiboot/self_reloc.c
84
case DT_RELA: