Searched refs:get_le32 (Results 1 – 3 of 3) sorted by relevance
629 #define get_le32(x) ((*(x)) | (*(x+1)) << 8 |(*(x+2)) << 16 | (*(x+3)) << 24 ) macro643 symtab_ptr = get_le32(buf + 8); in parse_coff()644 symtab_sz = get_le32(buf + 12); in parse_coff()683 (get_le32(ptr + 36) & 0x1000) == 0) { in parse_coff()684 sectionrawdata_ptr = get_le32(ptr + 20); in parse_coff()719 if (get_le32(ptr)) { in parse_coff()733 if ((buf + strtab_ptr + get_le32(ptr + 4))[0] == '_') in parse_coff()735 buf + strtab_ptr + get_le32(ptr + 4) + 1); in parse_coff()737 printf("%-40s EQU ", buf + strtab_ptr + get_le32(ptr + 4)); in parse_coff()743 symoffset = get_le32(buf + sectionrawdata_ptr + get_le32(ptr + 8)); in parse_coff()
88 static uint32_t get_le32(const uint8_t *pos) in get_le32() function
2159 length = get_le32((u8 *)&slot->length); in diag_message_handler()