Elfutils_jll.eu_addr2lineMethod
eu_addr2line(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of eu_addr2line.

Example

eu_addr2line() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Elfutils_jll.eu_addr2lineMethod
eu_addr2line(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of eu_addr2line. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(eu_addr2line()) $arguments`)
Julia 1.6
Elfutils_jll.eu_arMethod
eu_ar(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of eu_ar.

Example

eu_ar() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Elfutils_jll.eu_arMethod
eu_ar(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of eu_ar. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(eu_ar()) $arguments`)
Julia 1.6
Elfutils_jll.eu_elfclassifyMethod
eu_elfclassify(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of eu_elfclassify.

Example

eu_elfclassify() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Elfutils_jll.eu_elfclassifyMethod
eu_elfclassify(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of eu_elfclassify. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(eu_elfclassify()) $arguments`)
Julia 1.6
Elfutils_jll.eu_elfcmpMethod
eu_elfcmp(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of eu_elfcmp.

Example

eu_elfcmp() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Elfutils_jll.eu_elfcmpMethod
eu_elfcmp(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of eu_elfcmp. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(eu_elfcmp()) $arguments`)
Julia 1.6
Elfutils_jll.eu_elfcompressMethod
eu_elfcompress(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of eu_elfcompress.

Example

eu_elfcompress() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Elfutils_jll.eu_elfcompressMethod
eu_elfcompress(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of eu_elfcompress. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(eu_elfcompress()) $arguments`)
Julia 1.6
Elfutils_jll.eu_elflintMethod
eu_elflint(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of eu_elflint.

Example

eu_elflint() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Elfutils_jll.eu_elflintMethod
eu_elflint(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of eu_elflint. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(eu_elflint()) $arguments`)
Julia 1.6
Elfutils_jll.eu_findtextrelMethod
eu_findtextrel(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of eu_findtextrel.

Example

eu_findtextrel() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Elfutils_jll.eu_findtextrelMethod
eu_findtextrel(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of eu_findtextrel. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(eu_findtextrel()) $arguments`)
Julia 1.6
Elfutils_jll.eu_make_debug_archiveMethod
eu_make_debug_archive(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of eumakedebug_archive.

Example

eu_make_debug_archive() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Elfutils_jll.eu_make_debug_archiveMethod
eu_make_debug_archive(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of eumakedebug_archive. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(eu_make_debug_archive()) $arguments`)
Julia 1.6
Elfutils_jll.eu_nmMethod
eu_nm(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of eu_nm.

Example

eu_nm() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Elfutils_jll.eu_nmMethod
eu_nm(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of eu_nm. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(eu_nm()) $arguments`)
Julia 1.6
Elfutils_jll.eu_objdumpMethod
eu_objdump(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of eu_objdump.

Example

eu_objdump() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Elfutils_jll.eu_objdumpMethod
eu_objdump(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of eu_objdump. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(eu_objdump()) $arguments`)
Julia 1.6
Elfutils_jll.eu_ranlibMethod
eu_ranlib(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of eu_ranlib.

Example

eu_ranlib() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Elfutils_jll.eu_ranlibMethod
eu_ranlib(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of eu_ranlib. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(eu_ranlib()) $arguments`)
Julia 1.6
Elfutils_jll.eu_readelfMethod
eu_readelf(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of eu_readelf.

Example

eu_readelf() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Elfutils_jll.eu_readelfMethod
eu_readelf(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of eu_readelf. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(eu_readelf()) $arguments`)
Julia 1.6
Elfutils_jll.eu_sizeMethod
eu_size(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of eu_size.

Example

eu_size() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Elfutils_jll.eu_sizeMethod
eu_size(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of eu_size. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(eu_size()) $arguments`)
Julia 1.6
Elfutils_jll.eu_stackMethod
eu_stack(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of eu_stack.

Example

eu_stack() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Elfutils_jll.eu_stackMethod
eu_stack(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of eu_stack. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(eu_stack()) $arguments`)
Julia 1.6
Elfutils_jll.eu_stringsMethod
eu_strings(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of eu_strings.

Example

eu_strings() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Elfutils_jll.eu_stringsMethod
eu_strings(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of eu_strings. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(eu_strings()) $arguments`)
Julia 1.6
Elfutils_jll.eu_stripMethod
eu_strip(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of eu_strip.

Example

eu_strip() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Elfutils_jll.eu_stripMethod
eu_strip(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of eu_strip. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(eu_strip()) $arguments`)
Julia 1.6
Elfutils_jll.eu_unstripMethod
eu_unstrip(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of eu_unstrip.

Example

eu_unstrip() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Elfutils_jll.eu_unstripMethod
eu_unstrip(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of eu_unstrip. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(eu_unstrip()) $arguments`)
Julia 1.6