OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SymbolTableSection
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp
387
const Elf_Shdr *
SymbolTableSection
= SymbolTableSections[Symb.d.b];
392
&&
SymbolTableSection
394
+
SymbolTableSection
->sh_offset)
396
+
SymbolTableSection
->sh_offset
397
+
SymbolTableSection
->sh_size)))
407
const Elf_Shdr *
SymbolTableSection
= SymbolTableSections[Symb.d.b];
411
if (Symb.d.a >=
SymbolTableSection
->getEntityCount()) {
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.h
36
class
SymbolTableSection
;
74
virtual void visit(const
SymbolTableSection
&Sec) = 0;
93
virtual void visit(const
SymbolTableSection
&Sec) override = 0;
110
void visit(const
SymbolTableSection
&Sec) override;
127
void visit(const
SymbolTableSection
&Sec) override;
405
SymbolTableSection
*Symbols = nullptr;
413
void setSymTab(
SymbolTableSection
*SymTab) { Symbols = SymTab; }
426
class
SymbolTableSection
: public SectionBase {
512
: public RelocSectionWithSymtabBase<
SymbolTableSection
> {
535
const
SymbolTableSection
*SymTab = nullptr
[
all
...]
Completed in 340 milliseconds