Home
last modified time | relevance | path

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

/external/elfutils/tests/
Drun-strip-reloc.sh29 is_ET_REL=$2
56 test \( \( $is_ET_REL -eq 1 \) -a \( $SIZE1 -gt $SIZE2 \) \) \
57 -o \( \( $is_ET_REL -eq 0 \) -a \( $SIZE1 -eq $SIZE2 \) \) ||
Dvarlocs.c46 bool is_ET_REL; variable
284 else if (is_ET_REL || is_debug) in print_expr()
1136 is_ET_REL = ehdr->e_type == ET_REL; in main()
DChangeLog688 (is_ET_REL): Likewise.
694 and dwfl_module_eh_cfi to fix memory leak. Set is_ET_REL.