OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsRela
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFTypes.h
33
template <class ELFT, bool
isRela
> struct Elf_Rel_Impl;
388
static const bool
IsRela
= false;
424
static const bool
IsRela
= true;
431
static const bool
IsRela
= false;
477
static const bool
IsRela
= true;
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFEmitter.cpp
1239
const bool
IsRela
= Section.Type == llvm::ELF::SHT_RELA;
1244
if (
IsRela
) {
1260
SHeader.sh_size = (
IsRela
? sizeof(Elf_Rela) : sizeof(Elf_Rel)) *
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp
3446
bool
IsRela
= SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA;
3461
if (
IsRela
)
Completed in 20 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026