elf_object
struct elf_object *exe_obj; /* Pointer to executable object */
struct elf_object *dyn_obj; /* Pointer to ld.so object */
fixup_sym(struct elf_object *dummy_obj, const char *name, void *addr)
struct elf_object dummy_obj;
struct elf_object *prev;
typedef struct elf_object elf_object_t;
struct elf_object *next;
struct elf_object *obj;
struct elf_object *obj;