OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREL31
(Results
1 - 3
of
3
) sorted by null
/external/llvm/test/MC/ARM/
symbol-variants.s
63
@
prel31
64
.word f18(
PREL31
)
65
.word f19(
prel31
)
87
@
prel31
(relative)
88
.word f26(
PREL31
)-.
89
.word f27(
prel31
)-.
/external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h
321
static uint64_t
PREL31
(uint32_t Address, uint32_t Place) {
465
uint64_t Address =
PREL31
(Word, EHT->sh_addr);
487
/// * The first word contains a
PREL31
offset to the start of a function with
490
/// - The
PREL31
offset of the start of the table entry for the function,
514
const uint64_t Offset =
PREL31
(Word0, IT->sh_addr);
538
uint64_t TableEntryOffset =
PREL31
(Word1, IT->sh_addr);
/external/elfutils/backends/
arm_reloc.def
73
RELOC_TYPE (
PREL31
, REL)
Completed in 223 milliseconds