Home
last modified time | relevance | path

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

/dragonfly/libexec/rtld-elf/x86_64/
H A Dreloc.c68 assert(dstobj->mainprog); /* COPY relocations are invalid elsewhere */ in do_copy_relocations()
244 if (!obj->mainprog) { in reloc_non_plt()
/dragonfly/libexec/rtld-elf/
H A Drtld.h226 bool mainprog : 1; /* True if this is the main program */ member
H A Drtld.c530 obj_main->mainprog = true; in _rtld()
3266 if (obj->mainprog) { in do_dlsym()