OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelSec
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.cpp
1849
if (auto
RelSec
= dyn_cast<RelocationSection>(&Sec)) {
1856
Sections->begin() +
RelSec
->Index;
1857
if (
RelSec
->Type == SHT_REL) {
1863
if (Error Err = initRelocations(
RelSec
, Obj.SymbolTable, *Rels))
1871
if (Error Err = initRelocations(
RelSec
, Obj.SymbolTable, *Relas))
2115
if (auto
RelSec
= dyn_cast<RelocationSectionBase>(Sec.get())) {
2116
if (auto ToRelSec =
RelSec
->getSection())
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h
957
const Elf_Shdr *
RelSec
= getRelSection(RelData);
960
auto SymSecOrErr = EF.getSection(
RelSec
->sh_link);
Completed in 24 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026