Symbol: DT_LOPROC
lib/csu/mips64/boot_md.h
151
else if (dynp->d_tag >= DT_LOPROC &&
lib/csu/mips64/boot_md.h
152
dynp->d_tag < DT_LOPROC + DT_PROCNUM)
lib/csu/mips64/boot_md.h
153
dynld.dt_proc[dynp->d_tag - DT_LOPROC] =
lib/csu/mips64/boot_md.h
55
#define DT_PROC(n) ((n) - DT_LOPROC)
libexec/ld.so/alpha/rtld_machine.c
44
#define DT_PROC(n) ((n) - DT_LOPROC + DT_NUM)
libexec/ld.so/m88k/rtld_machine.c
279
plt_start = object->Dyn.info[DT_88K_PLTSTART - DT_LOPROC + DT_NUM];
libexec/ld.so/m88k/rtld_machine.c
280
plt_end = object->Dyn.info[DT_88K_PLTEND - DT_LOPROC + DT_NUM];
libexec/ld.so/mips64/archdep.h
62
n = __dynld->dt_proc[DT_MIPS_LOCAL_GOTNO - DT_LOPROC]; \
libexec/ld.so/mips64/archdep.h
70
n = __dynld->dt_proc[DT_MIPS_SYMTABNO - DT_LOPROC] - \
libexec/ld.so/mips64/archdep.h
71
__dynld->dt_proc[DT_MIPS_GOTSYM - DT_LOPROC]; \
libexec/ld.so/mips64/archdep.h
73
sp += __dynld->dt_proc[DT_MIPS_GOTSYM - DT_LOPROC]; \
libexec/ld.so/mips64/rtld_machine.c
166
n = object->Dyn.info[DT_MIPS_LOCAL_GOTNO - DT_LOPROC + DT_NUM];
libexec/ld.so/mips64/rtld_machine.c
183
symp += object->Dyn.info[DT_MIPS_GOTSYM - DT_LOPROC + DT_NUM];
libexec/ld.so/mips64/rtld_machine.c
184
n = object->Dyn.info[DT_MIPS_SYMTABNO - DT_LOPROC + DT_NUM] -
libexec/ld.so/mips64/rtld_machine.c
185
object->Dyn.info[DT_MIPS_GOTSYM - DT_LOPROC + DT_NUM];
libexec/ld.so/mips64/rtld_machine.c
251
n = object->Dyn.info[DT_MIPS_LOCAL_GOTNO - DT_LOPROC + DT_NUM] -
libexec/ld.so/mips64/rtld_machine.c
252
object->Dyn.info[DT_MIPS_GOTSYM - DT_LOPROC + DT_NUM];
libexec/ld.so/powerpc/rtld_machine.c
42
#define DT_PROC(n) ((n) - DT_LOPROC + DT_NUM)
libexec/ld.so/powerpc64/rtld_machine.c
41
#define DT_PROC(n) ((n) - DT_LOPROC + DT_NUM)
libexec/ld.so/resolve.c
293
else if (dynp->d_tag >= DT_LOPROC &&
libexec/ld.so/resolve.c
294
dynp->d_tag < DT_LOPROC + DT_PROCNUM)
libexec/ld.so/resolve.c
295
object->Dyn.info[dynp->d_tag + DT_NUM - DT_LOPROC] =
sys/arch/alpha/include/exec.h
46
#define DT_PROCNUM (DT_ALPHA_PLTRO + 1 - DT_LOPROC)
sys/arch/m88k/include/exec.h
19
#define DT_PROCNUM (DT_88K_TDESC + 1 - DT_LOPROC)
sys/arch/mips64/include/exec.h
68
#define DT_PROCNUM (DT_MIPS_RLD_MAP_REL - DT_LOPROC + 1)
sys/arch/powerpc/include/exec.h
44
#define DT_PROCNUM (DT_PPC_GOT - DT_LOPROC + 1)
sys/arch/powerpc64/include/exec.h
34
#define DT_PROCNUM (DT_PPC64_OPT - DT_LOPROC + 1)