Searched refs:archdata_sec (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinsmod.c1664 arch_archdata (struct obj_file *f, struct obj_section *archdata_sec) argument
1672 if (archdata_sec->contents)
1673 free(archdata_sec->contents);
1674 archdata_sec->header.sh_size = 0;
1677 ad = (struct archdata *) (archdata_sec->contents) = xmalloc(sizeof(*ad));
1679 archdata_sec->header.sh_size = sizeof(*ad);

Completed in 80 milliseconds