Home
last modified time | relevance | path

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

/netbsd/lib/csu/common/
H A Dcrt0-common.c206 # define REL_TYPE Elf_Rela macro
210 # define REL_TYPE Elf_Rel macro
257 const REL_TYPE *relocs = 0, *relocslim; in relocate_self()
264 (const REL_TYPE *)(relocbase + dynp->d_un.d_ptr); in relocate_self()
271 relocslim = (const REL_TYPE *)((const uint8_t *)relocs + relocssz); in relocate_self()