Searched refs:swap_type (Results 1 – 2 of 2) sorted by relevance
163 #define DSO_SWAP_TYPE__SWAP(swap_type, type, val) \ argument166 BUG_ON(swap_type == DSO_SWAP__UNSET); \167 if (swap_type == DSO_SWAP__YES) { \
1227 enum dso_swap_type swap_type; in dso__read_e_machine() local1249 swap_type = dso_swap_type__from_elf_data(e_ident[EI_DATA]); in dso__read_e_machine()1250 if (swap_type == DSO_SWAP__UNSET) in dso__read_e_machine()1256 dso__needs_swap(optional_dso) == swap_type); in dso__read_e_machine()1257 dso__set_needs_swap(optional_dso, swap_type); in dso__read_e_machine()1267 e_machine = DSO_SWAP_TYPE__SWAP(swap_type, uint16_t, e_machine); in dso__read_e_machine()