Searched refs:elf_object (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/libexec/ld.so/ldconfig/ |
| D | prebind_struct.h | 26 struct elf_object *load_prog; 27 struct elf_object *object; 42 extern struct elf_object *load_object; 54 void elf_add_object_curbin_list(struct elf_object *object); 57 struct symcache_noflag *scache, struct elf_object *obj, 58 struct elf_object *prog, int nsyms); 59 int elf_prep_lib_prebind(struct elf_object *object); 62 int elf_write_lib(struct elf_object *object, struct nameidx *nameidx, 70 struct elf_object *object, int id); 71 void dump_info(struct elf_object *object); [all …]
|
| D | prebind.c | 89 struct elf_object *obj; 104 struct elf_object *object; 125 void elf_load_existing_prebind(struct elf_object *object, int fd); 127 struct elf_object * elf_load_object(void *pexe, const char *name); 128 void elf_free_object(struct elf_object *object); 130 int load_obj_needed(struct elf_object *object); 131 int load_lib(const char *name, struct elf_object *parent); 139 void elf_add_object(struct elf_object *object, int objtype); 141 void elf_reloc(struct elf_object *object); 143 struct elf_object * elf_lookup_object(const char *name); [all …]
|
| D | debug.c | 42 dump_info(struct elf_object *object) in dump_info() 125 struct elf_object *object, int id) in dump_symcachetab() 141 struct elf_object *object; in elf_print_prog_list()
|
| D | library.c | 47 load_lib(const char *name, struct elf_object *parent) in load_lib() 51 struct elf_object *object = NULL; in load_lib() 287 struct elf_object *object; in elf_tryload_shlib()
|
| D | dl_prebind.c | 240 struct elf_object *tobj; in prebind_symcache() 280 struct elf_object *tobj; in prebind_symcache() 315 struct elf_object *tobj; in prebind_symcache()
|
| /mirbsd/src/libexec/ld.so/ |
| D | resolve.h | 52 typedef struct elf_object elf_object_t; 53 struct elf_object { struct 57 struct elf_object *next; argument 58 struct elf_object *prev; argument
|
| D | loader.c | 356 struct elf_object *exe_obj; /* Pointer to executable object */ in _dl_boot() 357 struct elf_object *dyn_obj; /* Pointer to executable object */ in _dl_boot() 577 struct elf_object dynld; /* Resolver data for the loader */ in _dl_boot_bind() 889 struct elf_object dummy_obj; in _dl_fixup_user_env()
|
| D | dl_prebind.c | 239 struct elf_object *tobj; in prebind_symcache() 279 struct elf_object *tobj; in prebind_symcache() 314 struct elf_object *tobj; in prebind_symcache()
|