Home
last modified time | relevance | path

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

/openbsd-src/libexec/ld.so/
H A Dresolve.h71 typedef struct elf_object elf_object_t;
95 struct elf_object { struct
99 struct elf_object *next; argument
100 struct elf_object *prev; argument
H A Dtib.c63 struct elf_object *obj; in allocate_tib()
230 struct elf_object *obj; in _dl_allocate_tls_offsets()
H A Dloader.c514 struct elf_object *exe_obj; /* Pointer to executable object */ in _dl_boot()
515 struct elf_object *dyn_obj; /* Pointer to ld.so object */ in _dl_boot()
972 fixup_sym(struct elf_object *dummy_obj, const char *name, void *addr) in fixup_sym()
997 struct elf_object dummy_obj; in _dl_fixup_user_env()