Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/
H A DMakefile38 map_object.c \
H A Drtld.h383 Obj_Entry *map_object(int, const char *, const struct stat *, bool);
H A Dmap_object.c60 map_object(int fd, const char *path, const struct stat *sb, bool ismain) in map_object() function
H A Drtld.c775 obj_main = map_object(fd, argv0, NULL, true); in _rtld()
2935 obj = map_object(fd, printable_path(path), sbp, false); in do_load_object()