OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RelSec
(Results
1 - 16
of
16
) sorted by null
/external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp
761
ELFSection &
RelSec
= getRelocSection(S);
766
RelSec
.Link = SymTab.SectionIdx;
767
RelSec
.Info = S.SectionIdx;
768
RelSec
.EntSize = TEW->getRelocationEntrySize();
833
EmitRelocation(
RelSec
, Rel, HasRelA);
839
void ELFWriter::EmitRelocation(BinaryObject &
RelSec
, ELFRelocation &Rel,
841
RelSec
.emitWord(Rel.getOffset());
842
RelSec
.emitWord(Rel.getInfo(is64Bit));
844
RelSec
.emitWord(Rel.getAddend());
[
all
...]
/external/llvm/include/llvm/Object/
ELFObjectFile.h
644
const Elf_Shdr *
RelSec
= getRelSection(RelData);
647
ErrorOr<const Elf_Shdr *> SymSecOrErr = EF.getSection(
RelSec
->sh_link);
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h
717
const Elf_Shdr *
RelSec
= getRelSection(RelData);
720
auto SymSecOrErr = EF.getSection(
RelSec
->sh_link);
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
ELFObjectFile.h
729
const Elf_Shdr *
RelSec
= getRelSection(RelData);
732
auto SymSecOrErr = EF.getSection(
RelSec
->sh_link);
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
ELFObjectFile.h
729
const Elf_Shdr *
RelSec
= getRelSection(RelData);
732
auto SymSecOrErr = EF.getSection(
RelSec
->sh_link);
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
ELFObjectFile.h
738
const Elf_Shdr *
RelSec
= getRelSection(RelData);
741
auto SymSecOrErr = EF.getSection(
RelSec
->sh_link);
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
ELFObjectFile.h
738
const Elf_Shdr *
RelSec
= getRelSection(RelData);
741
auto SymSecOrErr = EF.getSection(
RelSec
->sh_link);
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
ELFObjectFile.h
738
const Elf_Shdr *
RelSec
= getRelSection(RelData);
741
auto SymSecOrErr = EF.getSection(
RelSec
->sh_link);
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
ELFObjectFile.h
738
const Elf_Shdr *
RelSec
= getRelSection(RelData);
741
auto SymSecOrErr = EF.getSection(
RelSec
->sh_link);
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h
717
const Elf_Shdr *
RelSec
= getRelSection(RelData);
720
auto SymSecOrErr = EF.getSection(
RelSec
->sh_link);
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
ELFObjectFile.h
729
const Elf_Shdr *
RelSec
= getRelSection(RelData);
732
auto SymSecOrErr = EF.getSection(
RelSec
->sh_link);
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
ELFObjectFile.h
729
const Elf_Shdr *
RelSec
= getRelSection(RelData);
732
auto SymSecOrErr = EF.getSection(
RelSec
->sh_link);
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
ELFObjectFile.h
738
const Elf_Shdr *
RelSec
= getRelSection(RelData);
741
auto SymSecOrErr = EF.getSection(
RelSec
->sh_link);
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
ELFObjectFile.h
738
const Elf_Shdr *
RelSec
= getRelSection(RelData);
741
auto SymSecOrErr = EF.getSection(
RelSec
->sh_link);
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
ELFObjectFile.h
738
const Elf_Shdr *
RelSec
= getRelSection(RelData);
741
auto SymSecOrErr = EF.getSection(
RelSec
->sh_link);
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
ELFObjectFile.h
738
const Elf_Shdr *
RelSec
= getRelSection(RelData);
741
auto SymSecOrErr = EF.getSection(
RelSec
->sh_link);
[
all
...]
Completed in 815 milliseconds