Searched defs:PREL31 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h320 static uint64_t PREL31(uint32_t Address, uint32_t Place) { function in class:llvm::ARM::EHABI::PrinterContext
445 uint64_t Address = PREL31(Word, EHT->sh_addr);
467 /// * The first word contains a PREL31 offset to the start of a function with
470 /// - The PREL31 offset of the start of the table entry for the function,
494 const uint64_t Offset = PREL31(Word0, IT->sh_addr);
518 uint64_t TableEntryOffset = PREL31(Word1, IT->sh_addr);

Completed in 193 milliseconds