Home
last modified time | relevance | path

Searched refs:DSO_SWAP__YES (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Ddso.h118 DSO_SWAP__YES, enumerator
167 if (swap_type == DSO_SWAP__YES) { \
H A Ddso.c1213 return (*(unsigned char const *)&endian != 1) ? DSO_SWAP__YES : DSO_SWAP__NO; in dso_swap_type__from_elf_data()
1216 return (*(unsigned char const *)&endian != 0) ? DSO_SWAP__YES : DSO_SWAP__NO; in dso_swap_type__from_elf_data()