/external/elfutils/0.153/libelf/ |
gelf_update_rel.c | 1 /* Update REL relocation information at given index. 89 Elf32_Rel *rel; local 108 rel = &((Elf32_Rel *) data_scn->d.d_buf)[ndx]; 110 rel->r_offset = src->r_offset; 111 rel->r_info = ELF32_R_INFO (GELF_R_SYM (src->r_info),
|
gelf_update_rela.c | 89 Elf32_Rela *rel; local 110 rel = &((Elf32_Rela *) data_scn->d.d_buf)[ndx]; 112 rel->r_offset = src->r_offset; 113 rel->r_info = ELF32_R_INFO (GELF_R_SYM (src->r_info), 115 rel->r_addend = src->r_addend;
|
/frameworks/compile/mclinker/lib/LD/ |
RelocData.cpp | 59 Relocation* rel = m_Relocations.remove(iter); local 60 return *rel;
|
EhFrame.cpp | 243 const Relocation& rel = *ri; local 244 if (rel.targetRef().getOutputOffset() == cie->getOffset() + 247 cie->setPersonalityName(rel.symInfo()->outSymbol()->name()); 248 cie->setRelocation(rel); 271 const Relocation& rel = *ri; local 272 if (rel.targetRef().getOutputOffset() == fde.getOffset() + 274 bool has_section = rel.symInfo()->outSymbol()->hasFragRef(); 295 Relocation& rel = const_cast<Relocation&>(*ri++); local 296 if (rel.targetRef().getOutputOffset() >= fde.getOffset() && 297 rel.targetRef().getOutputOffset() < fde.getOffset() + fde.size()) 308 Relocation* rel = const_cast<Relocation*>(pInCIE.getRelocation()); local [all...] |
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
ELFSectionRelTable.hxx | 99 ELFRelocTy *rel = table[i]; local 101 switch (rel->getType()) { 106 sym_index_set.insert(rel->getSymTabIndex()); 119 ELFRelocTy *rel = table[i]; local 121 switch (rel->getType()) { 124 sym_index_set.insert(rel->getSymTabIndex()); 137 ELFRelocTy *rel = table[i]; local 139 if (rel->getType() == R_MIPS_26) { 140 sym_index_set.insert(rel->getSymTabIndex());
|
ELFObject.hxx | 140 ELFRelocTy *rel = (*reltab)[i]; local 141 ELFSymbolTy *sym = (*symtab)[rel->getSymTabIndex()]; 145 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; 154 relinfo_t reltype = rel->getType(); 374 ELFRelocTy *rel = (*reltab)[i]; local 375 ELFSymbolTy *sym = (*symtab)[rel->getSymTabIndex()]; 378 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; 401 relinfo_t reltype = rel->getType(); 411 A = *inst + rel->getAddend(); 416 A = *inst + rel->getAddend() 671 ELFRelocTy *rel = (*reltab)[i]; local 800 ELFRelocTy *rel = (*reltab)[i]; local 850 ELFRelocTy *rel = (*reltab)[i]; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ShadowTreeStyleSheetCollection.cpp | 79 const AtomicString& rel = element->fastGetAttribute(relAttr); local 80 if (rel.contains("alternate") && title.isEmpty())
|
/art/compiler/ |
elf_fixup.cc | 61 LOG(WARNING) << "Failed fo fixup .rel.dyn in " << file->GetPath(); 155 Elf32_Rel& rel = elf_file.GetRel(*sh, i); local 159 rel.r_offset, rel.r_offset + base_address); 161 rel.r_offset += base_address;
|
/external/chromium_org/chrome/renderer/ |
web_apps.cc | 144 std::string rel = elem.getAttribute("rel").utf8(); local 145 // "rel" attribute may use either "icon" or "shortcut icon". 148 // <http://dev.w3.org/html5/spec/Overview.html#rel-icon> 152 if (LowerCaseEqualsASCII(rel, "icon") || 153 LowerCaseEqualsASCII(rel, "shortcut icon") || 156 (LowerCaseEqualsASCII(rel, "apple-touch-icon") || 157 LowerCaseEqualsASCII(rel, "apple-touch-icon-precomposed")))) {
|
/external/tcpdump/ |
print-chdlc.c | 137 u_int8_t rel[2]; member in struct:cisco_slarp::__anon35221::__anon35223 179 EXTRACT_16BITS(&slarp->un.keep.rel));
|
/frameworks/base/tests/Camera2Tests/CameraToo/tests/src/com/example/android/camera2/cameratoo/ |
CameraTooTest.java | 43 private <T> void assertComparatorEq(T lhs, T rhs, Comparator<T> rel) { 44 assertEquals(String.format("%s should be equal to %s", lhs, rhs), rel.compare(lhs, rhs), 0); 46 rel.compare(rhs, lhs), 0); 49 private <T> void assertComparatorLt(T lhs, T rhs, Comparator<T> rel) { 50 assertTrue(String.format("%s should be less than %s", lhs, rhs), rel.compare(lhs, rhs) < 0); 52 rel.compare(rhs, lhs) > 0); 60 Comparator<Size> rel = new CameraTooActivity.CompareSizesByArea(); local 62 assertComparatorEq(empty, fatAndFlat, rel); 63 assertComparatorEq(empty, tallAndThin, rel); 64 assertComparatorEq(fatAndFlat, empty, rel); [all...] |
/external/chromium_org/chrome/renderer/extensions/ |
webstore_bindings.cc | 137 if (!elem.hasTagName("link") || !elem.hasAttribute("rel") || 141 std::string rel = elem.getAttribute("rel").utf8(); local 142 if (!LowerCaseEqualsASCII(rel, kWebstoreLinkRelation))
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/ |
nasm-listfmt.c | 55 int rel; /* PC/IP-relative or "absolute" */ member in struct:bcreloc 107 reloc->rel = value->curpos_rel; 236 fprintf(f, "%c", reloc->rel ? '(' : '['); 243 fprintf(f, "%c", reloc->rel ? ')' : ']');
|
/external/chromium_org/url/ |
url_util_unittest.cc | 226 const char* rel; member in struct:url::ResolveRelativeCase 286 base_parsed, test_data.rel, 287 strlen(test_data.rel), NULL, &output,
|
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
KURLTest.cpp | 370 const char rel[] = "foo.html"; local 371 WebCore::KURL resolveErr(emptyBase, rel);
|
/external/elfutils/0.153/src/ |
findtextrel.c | 440 GElf_Rel *rel = gelf_getrel (data, cnt, &rel_mem); local 441 if (rel == NULL) 450 check_rel (nsegments, segments, rel->r_offset, elf,
|
objdump.c | 434 GElf_Rel *rel; local 436 rel = gelf_getrel (data, cnt, &relmem); 437 if (rel != NULL) 439 rel->r_offset, rel->r_info, 0); 454 GElf_Rela *rel; local 456 rel = gelf_getrela (data, cnt, &relmem); 457 if (rel != NULL) 459 rel->r_offset, rel->r_info, rel->r_addend) [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
dso.h | 90 u8 rel; member in struct:dso
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64Relocator.cpp | 164 // Reserve an entry in .rel.dyn 166 // set Rel bit 169 // set up the dyn rel directly 183 // Reserve an entry in .rel.dyn 185 // set up the dyn rel directly 190 // set Rel bit 235 // in .got and .rel.plt. 250 // set Rel bit and the dyn rel 283 // in .got and .rel.plt 474 Relocator::Result rel(Relocation& pReloc, AArch64Relocator& pParent) function [all...] |
/bionic/linker/ |
linker.h | 95 // Android uses RELA for aarch64 and x86_64. mips64 still uses REL. 157 ElfW(Rel)* plt_rel; 160 ElfW(Rel)* rel; member in struct:soinfo
|
/development/tools/idegen/src/com/android/idegen/ |
Module.java | 116 String rel = moduleRoot.getCanonicalPath().substring( local 120 for (int i = 0; i < rel.length(); i++) { 121 if (rel.charAt(i) == '/') {
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLLinkElement.cpp | 408 const AtomicString& HTMLLinkElement::rel() const function in class:WebCore::HTMLLinkElement 695 // we no longer contain a stylesheet, e.g. perhaps rel or type was changed
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
crazy_linker_elf_relocations.cpp | 142 // We handle only Rel or Rela, but not both. If DT_RELA or DT_RELASZ 275 if (!ApplyRelRelocs(reinterpret_cast<ELF::Rel*>(plt_relocations_), 276 plt_relocations_size_ / sizeof(ELF::Rel), 281 if (!ApplyRelRelocs(reinterpret_cast<ELF::Rel*>(relocations_), 282 relocations_size_ / sizeof(ELF::Rel), 389 bool ElfRelocations::ApplyRelReloc(const ELF::Rel* rel, 393 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); 394 const ELF::Word CRAZY_UNUSED rel_symbol = ELF_R_SYM(rel->r_info); 396 const ELF::Addr reloc = static_cast<ELF::Addr>(rel->r_offset + load_bias_) 737 const ELF::Rela* rel = reinterpret_cast<ELF::Rela*>(relocations_); local 770 const ELF::Rel* rel = reinterpret_cast<ELF::Rel*>(relocations_); local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
coretype.h | 131 /*@null@*/ /*@dependent@*/ yasm_symrec *rel; member in struct:yasm_value
|
/frameworks/native/libs/binder/ |
IMemory.cpp | 429 sp<IMemoryHeap> rel; local 443 rel = mHeapCache.valueAt(i).heap;
|