Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/
H A DStripOpts.td50 defm remove_section : Eq<"remove-section", "Remove <section>">,
52 def R : JoinedOrSeparate<["-"], "R">, Alias<remove_section>;
H A DObjcopyOpts.td66 defm remove_section : Eq<"remove-section", "Remove <section>">,
68 def R : JoinedOrSeparate<["-"], "R">, Alias<remove_section>;
/freebsd-12.1/contrib/processor-trace/libipt/test/src/
H A Dptunit-image.c1183 static struct ptunit_result remove_section(struct image_fixture *ifix) in remove_section() function
2247 ptu_run_f(suite, remove_section, rfix); in main()