Home
last modified time | relevance | path

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

/freebsd-src/contrib/elftoolchain/elfcopy/
H A Delfcopy.h237 char *prefix_alloc; /* alloc section prefix. */ member
H A Dsections.c189 if (s->loadable && ecp->prefix_alloc != NULL) in check_section_rename()
190 prefix = ecp->prefix_alloc; in check_section_rename()
H A Dmain.c1010 ecp->prefix_alloc = optarg; in elfcopy_main()