Home
last modified time | relevance | path

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

/dports/sysutils/busybox/busybox-1.26.2/modutils/
H A Dmodutils-24.c1749 struct obj_section *myrelsec = obj_find_section(f, name); in arch_xsect_init() local
1755 if (myrelsec) { in arch_xsect_init()
1756 obj_extend_section(myrelsec, offset); in arch_xsect_init()
1758 myrelsec = obj_create_alloced_section(f, name, in arch_xsect_init()
1762 return myrelsec; in arch_xsect_init()