Searched refs:obj_main (Results 1 – 3 of 3) sorted by relevance
43 movl %esp,%ecx # construct address of obj_main46 pushl %ecx # Pass address of obj_main52 movl %esi,%esp # Ignore obj_main
224 static Obj_Entry *obj_main; /* The main program shared object */ variable779 obj_main = map_object(fd, argv0, NULL); in _rtld()781 if (obj_main == NULL) in _rtld()783 max_stack_flags = obj_main->stack_flags; in _rtld()794 if ((obj_main = digest_phdr(phdr, phnum, imgentry, argv0)) == in _rtld()803 obj_main->path = kexecpath; in _rtld()807 obj_main->path = xstrdup(argv0); in _rtld()809 obj_main->path = xstrdup(buf); in _rtld()812 obj_main->path = xstrdup(argv0); in _rtld()814 dbg("obj_main path %s", obj_main->path); in _rtld()[all …]
38 movq %rsp,%rdx # construct address of obj_main