Home
last modified time | relevance | path

Searched refs:obj_section (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/modutils/
Dmodutils-24.c536 struct obj_section { struct
540 struct obj_section *load_next; argument
564 struct obj_section **sections; argument
565 struct obj_section *load_order;
566 struct obj_section **load_order_search_start;
616 static struct obj_section *obj_find_section(struct obj_file *f,
620 struct obj_section *sec);
622 static struct obj_section *obj_create_alloced_section(struct obj_file *f,
627 static struct obj_section *obj_create_alloced_section_first(struct obj_file *f,
632 static void *obj_extend_section(struct obj_section *sec, unsigned long more);
[all …]