OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SymbolTableSection
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h
38
class
SymbolTableSection
;
80
virtual Error visit(const
SymbolTableSection
&Sec) = 0;
97
virtual Error visit(
SymbolTableSection
&Sec) = 0;
118
virtual Error visit(const
SymbolTableSection
&Sec) override = 0;
138
Error visit(const
SymbolTableSection
&Sec) override;
162
Error visit(
SymbolTableSection
&Sec) override;
182
Error visit(const
SymbolTableSection
&Sec) override;
649
SymbolTableSection
*Symbols = nullptr;
662
void setSymTab(
SymbolTableSection
*SymTab) { Symbols = SymTab; }
676
class
SymbolTableSection
: public SectionBase
[
all
...]
Object.cpp
103
Error ELFSectionSizer<ELFT>::visit(
SymbolTableSection
&Sec) {
150
Error BinarySectionWriter::visit(const
SymbolTableSection
&Sec) {
650
Expected<
SymbolTableSection
*> Sec =
651
SecTable.getSectionOfType<
SymbolTableSection
>(
723
void
SymbolTableSection
::assignIndices() {
729
void
SymbolTableSection
::addSymbol(Twine Name, uint8_t Bind, uint8_t Type,
754
Error
SymbolTableSection
::removeSectionReferences(
771
void
SymbolTableSection
::updateSymbols(function_ref<void(Symbol &)> Callable) {
780
Error
SymbolTableSection
::removeSymbols(
791
void
SymbolTableSection
::replaceSectionReferences
[
all
...]
Completed in 19 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026