Home
last modified time | relevance | path

Searched defs:gotsym (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/arm/include/
H A Dasm.h136 #define GOT_INIT(got,gotsym,pclabel) \ argument
140 #define GOT_INITSYM(gotsym,pclabel) \ argument
144 #define GOT_INITSYM(gotsym,pclabel) \ argument
160 #define GOT_INIT(got,gotsym,pclabel) argument
161 #define GOT_INITSYM(gotsym,pclabel) argument
/freebsd-13.1/libexec/rtld-elf/mips/
H A Dreloc.c224 Elf_Word local_gotno = 0, symtabno = 0, gotsym = 0; in _rtld_relocate_nonplt_self() local
/freebsd-13.1/libexec/rtld-elf/
H A Drtld.h189 Elf_Word gotsym; /* First dynamic symbol in GOT */ member