Searched refs:ELFDATA2LSB (Results 1 – 10 of 10) sorted by relevance
18 (elf->ehdr.e_ident[EI_DATA] == ELFDATA2LSB); in need_bswap()
52 && (ident[EI_DATA] == ELFDATA2LSB)) in elfhdr_get()65 ident[EI_DATA], ELFDATA2LSB, ELFDATA2MSB); in elfhdr_get()
59 #define GEN_ELF_ENDIAN ELFDATA2LSB
23 host_endian = ELFDATA2LSB; in check_need_swap()
1643 case ELFDATA2LSB: in dso__swap_init()
365 #define ELFDATA2LSB 1 macro
94 # define ELFDATANATIVE ELFDATA2LSB
344 endianness = ELFDATA2LSB; in sanity_check_usdt_elf()
677 const unsigned char host_byteorder = ELFDATA2LSB; in linker_load_obj_file()701 if (obj_byteorder != ELFDATA2LSB && obj_byteorder != ELFDATA2MSB) { in linker_load_obj_file()
1599 if (ehdr->e_ident[EI_DATA] != ELFDATA2LSB && in bpf_object__elf_init()1639 return obj->byteorder == ELFDATA2LSB; in is_native_endianness()
Completed in 67 milliseconds