OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRelocationSymbol
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h
286
virtual symbol_iterator
getRelocationSymbol
(DataRefImpl Rel) const = 0;
550
return OwningObject->
getRelocationSymbol
(RelocationPimpl);
Wasm.h
199
symbol_iterator
getRelocationSymbol
(DataRefImpl Rel) const override;
XCOFFObjectFile.h
308
symbol_iterator
getRelocationSymbol
(DataRefImpl Rel) const override;
ELF.h
234
Expected<const Elf_Sym *>
getRelocationSymbol
(const Elf_Rel &Rel,
628
ELFFile<ELFT>::
getRelocationSymbol
(const Elf_Rel &Rel,
ELFObjectFile.h
301
symbol_iterator
getRelocationSymbol
(DataRefImpl Rel) const override;
959
// Error check sh_link here so that
getRelocationSymbol
can just use it.
993
ELFObjectFile<ELFT>::
getRelocationSymbol
(DataRefImpl Rel) const {
MachO.h
337
symbol_iterator
getRelocationSymbol
(DataRefImpl Rel) const override;
COFF.h
968
symbol_iterator
getRelocationSymbol
(DataRefImpl Rel) const override;
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
ELF_x86_64.cpp
481
auto Symbol = Obj.
getRelocationSymbol
(Rela, &SymTab);
/src/external/apache2/llvm/dist/llvm/lib/Object/
XCOFFObjectFile.cpp
369
symbol_iterator XCOFFObjectFile::
getRelocationSymbol
(DataRefImpl Rel) const {
COFFObjectFile.cpp
1156
symbol_iterator COFFObjectFile::
getRelocationSymbol
(DataRefImpl Rel) const {
WasmObjectFile.cpp
1702
symbol_iterator WasmObjectFile::
getRelocationSymbol
(DataRefImpl Ref) const {
MachOObjectFile.cpp
2140
MachOObjectFile::
getRelocationSymbol
(DataRefImpl Rel) const {
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h
425
unwrapOrError(FileName, ELF.
getRelocationSymbol
(RelA, SymTab));
ELFDumper.cpp
2913
Obj.
getRelocationSymbol
(Rels[Offset], PltSymTable));
2917
Obj.
getRelocationSymbol
(Rels[Offset], PltSymTable));
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
elf2yaml.cpp
712
auto SymOrErr = Obj.
getRelocationSymbol
(*Rel, SymTab);
Completed in 38 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026