OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getShndx
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFObjcopy.cpp
243
(Sym.Binding == STB_LOCAL || Sym.
getShndx
() == SHN_UNDEF) &&
256
if (!Sym.isCommon() && Sym.
getShndx
() != SHN_UNDEF &&
274
Sym.
getShndx
() != SHN_UNDEF)
278
Sym.
getShndx
() != SHN_UNDEF)
285
Sym.
getShndx
() != SHN_UNDEF)
313
Sym.Binding == STB_LOCAL && Sym.
getShndx
() != SHN_UNDEF &&
333
Sym.
getShndx
() == SHN_UNDEF)
Object.h
640
uint16_t
getShndx
() const;
Object.cpp
702
uint16_t Symbol::
getShndx
() const {
721
bool Symbol::isCommon() const { return
getShndx
() == SHN_COMMON; }
884
Sym->st_shndx = Symbol->
getShndx
();
Completed in 20 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026