Lines Matching refs:elf_object
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);
72 void elf_clear_prog_load(int fd, struct elf_object *object);
74 struct elf_object *object);
82 extern struct elf_object *load_object;
83 struct elf_object *elf_lookup_object(const char *name);
84 struct elf_object *load_file(const char *filename, int objtype);
86 void elf_load_existing_prebind(struct elf_object *object, int fd);