OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isMips64EL
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Object/
ELFTypes.h
297
uint32_t getRInfo(bool
isMips64EL
) const {
298
assert(!
isMips64EL
);
310
uint64_t getRInfo(bool
isMips64EL
) const {
312
if (!
isMips64EL
)
333
uint32_t getRInfo(bool
isMips64EL
) const {
334
assert(!
isMips64EL
);
347
uint64_t getRInfo(bool
isMips64EL
) const {
352
if (!
isMips64EL
)
373
uint32_t getSymbol(bool
isMips64EL
) const {
374
return (uint32_t)(this->getRInfo(
isMips64EL
) >> 32)
[
all
...]
ELFObjectFile.h
543
symbolIdx = getRel(Rel)->getSymbol(EF.
isMips64EL
());
547
symbolIdx = getRela(Rel)->getSymbol(EF.
isMips64EL
());
620
Result = getRel(Rel)->getType(EF.
isMips64EL
());
624
Result = getRela(Rel)->getType(EF.
isMips64EL
());
645
type = getRel(Rel)->getType(EF.
isMips64EL
());
649
type = getRela(Rel)->getType(EF.
isMips64EL
());
689
type = getRel(Rel)->getType(EF.
isMips64EL
());
690
symbol_index = getRel(Rel)->getSymbol(EF.
isMips64EL
());
695
type = getRela(Rel)->getType(EF.
isMips64EL
());
696
symbol_index = getRela(Rel)->getSymbol(EF.
isMips64EL
());
[
all
...]
ELF.h
328
bool
isMips64EL
() const {
591
SymTable, getEntry<Elf_Sym>(SymTable, Rel->getSymbol(
isMips64EL
())));
[
all
...]
/external/llvm/tools/obj2yaml/
elf2yaml.cpp
160
R.Type = Rel->getType(Obj.
isMips64EL
());
/external/llvm/tools/llvm-readobj/
ELFDumper.cpp
667
Obj->getRelocationTypeName(Rel.getType(Obj->
isMips64EL
()), RelocName);
677
W.printNumber("Type", RelocName, (int)Rel.getType(Obj->
isMips64EL
()));
[
all
...]
Completed in 56 milliseconds