AddressSpace.hpp | 71 uint8_t get8(pint_t addr) { function in class:_Unwind::LocalAddressSpace 111 byte = get8(addr++); 132 byte = get8(addr++); 381 if (get8(header) != 1) 383 if (get8(header + 3) != (DW_EH_PE_datarel | DW_EH_PE_sdata4)) 386 pint_t ehframe_base = getEncodedP(end, 0, get8(header + 1), NULL); 387 pint_t entries = getEncodedP(end, 0, get8(header + 2), NULL);
|