HomeSort by relevance Sort by last modified time
    Searched full:reltype (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachORelocationInfo.cpp 30 uint64_t RelType; Rel.getType(RelType);
45 switch(RelType) {
X86ELFRelocationInfo.cpp 29 uint64_t RelType; Rel.getType(RelType);
61 switch(RelType) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp     [all...]
RuntimeDyldMachO.cpp 275 << " MachoType: " << RE.RelType
310 switch (RE.RelType) {
344 switch (RE.RelType) {
378 switch (RE.RelType) {
427 switch (RE.RelType) {
663 uint32_t RelType = MachO->getAnyRelocationType(RE);
675 if (RelType == MachO::GENERIC_RELOC_SECTDIFF ||
676 RelType == MachO::GENERIC_RELOC_LOCAL_SECTDIFF)
678 else if (Arch == Triple::x86 && RelType == MachO::GENERIC_RELOC_VANILLA)
742 if (Arch == Triple::x86_64 && (RelType == MachO::X86_64_RELOC_GOT |
    [all...]
RuntimeDyldImpl.h 87 /// RelType - relocation type.
88 uint32_t RelType;
113 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
118 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
123 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
129 : SectionID(id), Offset(offset), RelType(type),
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFObject.hxx 154 relinfo_t reltype = rel->getType(); local
155 switch (reltype) {
182 if (reltype == R_ARM_CALL || reltype == R_ARM_JUMP24) {
253 if (reltype == R_ARM_CALL || reltype == R_ARM_JUMP24) {
310 if (reltype == R_ARM_MOVT_ABS
311 || reltype == R_ARM_THM_MOVT_ABS) {
315 if (reltype == R_ARM_MOVT_ABS
316 || reltype == R_ARM_MOVW_ABS_NC)
401 relinfo_t reltype = rel->getType(); local
    [all...]
  /development/samples/training/network-usage/src/com/example/android/networkusage/
StackOverflowXmlParser.java 121 String relType = parser.getAttributeValue(null, "rel");
123 if (relType.equals("alternate")) {
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
StackOverflowXmlParser.java 121 String relType = parser.getAttributeValue(null, "rel");
123 if (relType.equals("alternate")) {
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/net/
FeedParser.java 215 String relType = parser.getAttributeValue(null, "rel");
216 if (relType.equals("alternate")) {
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/net/
FeedParser.java 215 String relType = parser.getAttributeValue(null, "rel");
216 if (relType.equals("alternate")) {
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/
FeedParser.java 215 String relType = parser.getAttributeValue(null, "rel");
216 if (relType.equals("alternate")) {
  /frameworks/base/docs/html/training/basics/network-ops/
xml.jd 273 String relType = parser.getAttributeValue(null, "rel");
275 if (relType.equals("alternate")){
  /external/elfutils/0.153/src/
elflint.c     [all...]

Completed in 753 milliseconds