Searched defs:elf_object (Results 1 – 1 of 1) sorted by relevance
95 struct elf_object { struct99 struct elf_object *next; argument100 struct elf_object *prev; argument102 Elf_Addr load_base; /* Base address of loadable segments */104 struct load_list *load_list;106 u_int32_t load_size;108 union {149 } Dyn;152 Elf_Addr relacount; /* DT_RELACOUNT */153 Elf_Addr relcount; /* DT_RELCOUNT */[all …]