Lines Matching refs:READELF
62 global READELF
65 catch "exec $READELF $READELFFLAGS --file-header $binary_file > readelf.out" got
68 verbose "proc check_osabi: Readelf produced unexpected out processing $binary_file: $got"
73 [file_contents readelf.out] nil osabi] } {
74 verbose "proc check_osabi: Readelf failed to extract an ELF header from $binary_file"
90 global READELF
93 catch "exec $READELF $READELFFLAGS --symbols $binary_file > readelf.out" got
96 verbose "proc contains_unique_symbol: Readelf produced unexpected out processing $binary_file: $got"
103 if { ![regexp ".*\[ \]*OBJECT\[ \]+UNIQUE\[ \]+DEFAULT\[ \]+\[UND0-9\]+\[ \]+\[ab\]\n" [file_contents readelf.out]] } {