Searched refs:eh (Results 1 – 2 of 2) sorted by relevance
137 eh->e_type = swap16(eh->e_type); in endianadjust_ehdr32()140 eh->e_entry = swap32(eh->e_entry); in endianadjust_ehdr32()141 eh->e_phoff = swap32(eh->e_phoff); in endianadjust_ehdr32()142 eh->e_shoff = swap32(eh->e_shoff); in endianadjust_ehdr32()143 eh->e_flags = swap32(eh->e_flags); in endianadjust_ehdr32()146 eh->e_phnum = swap16(eh->e_phnum); in endianadjust_ehdr32()148 eh->e_shnum = swap16(eh->e_shnum); in endianadjust_ehdr32()156 eh->e_type = swap16(eh->e_type); in endianadjust_ehdr64()159 eh->e_entry = swap64(eh->e_entry); in endianadjust_ehdr64()160 eh->e_phoff = swap64(eh->e_phoff); in endianadjust_ehdr64()[all …]
258 + l = EXT_FIRST_INDEX(eh) + 1;259 + r = EXT_LAST_INDEX(eh);279 + l = EXT_FIRST_EXTENT(eh) + 1;280 + r = EXT_LAST_EXTENT(eh);298 + struct ext4_extent_header *eh;323 + eh = (struct ext4_extent_header*)INODE->i_block;324 + if (eh->eh_magic != EXT4_EXT_MAGIC)329 + while((depth = eh->eh_depth) != 0)331 + if (eh->eh_magic != EXT4_EXT_MAGIC)347 + eh = (struct ext4_extent_header*)DATABLOCK1;[all …]
Completed in 5 milliseconds