···243243244244 unsigned long cie_pointer;245245246246- struct list_head link;247247-248246 unsigned long flags;249247#define DWARF_CIE_Z_AUGMENTATION (1 << 0)250248251251- /*252252- * 'mod' will be non-NULL if this CIE came from a module's253253- * .eh_frame section.254254- */255255- struct module *mod;249249+ /* linked-list entry if this CIE is from a module */250250+ struct list_head link;251251+252252+ struct rb_node node;256253};257254258255/**···263266 unsigned long address_range;264267 unsigned char *instructions;265268 unsigned char *end;269269+270270+ /* linked-list entry if this FDE is from a module */266271 struct list_head link;267272268268- /*269269- * 'mod' will be non-NULL if this FDE came from a module's270270- * .eh_frame section.271271- */272272- struct module *mod;273273+ struct rb_node node;273274};274275275276/**