Searched defs:rel (Results 1 - 25 of 32) sorted by relevance

12

/external/elfutils/libelf/
H A Dgelf_update_rel.c89 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),
H A Dgelf_update_rela.c89 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;
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
H A DReferences.java42 public void setRel(String rel) throws ParseException{ argument
43 if ( rel != null ) {
44 this.setParameter(REL,rel);
H A DReferencesHeader.java26 public static final String REL = "rel";
34 public void setRel (String rel) throws ParseException; argument
/external/webkit/Source/WebCore/html/parser/
H A DHTMLPreloadScanner.cpp96 HTMLLinkElement::RelAttribute rel; local
97 HTMLLinkElement::tokenizeRelAttribute(attributeValue, rel);
98 return rel.m_isStyleSheet && !rel.m_isAlternate && !rel.m_isIcon && !rel.m_isDNSPrefetch;
/external/chromium/chrome/browser/chromeos/login/
H A Duser_image_downloader.cc35 "http://schemas.google.com/contacts/2008/rel#photo";
169 // In entry's list of links there should be one with rel pointing to photo
176 std::string rel; local
177 if (!link_dictionary->GetStringASCII("rel", &rel))
180 if (rel != kPhotoSchemaURL)
/external/tcpdump/
H A Dprint-chdlc.c137 u_int8_t rel[2]; member in struct:cisco_slarp::__anon12783::__anon12785
179 EXTRACT_16BITS(&slarp->un.keep.rel));
/external/chromium/chrome/common/
H A Dweb_apps.cc165 std::string rel = elem.getAttribute("rel").utf8(); local
166 // "rel" attribute may use either "icon" or "shortcut icon".
169 // <http://dev.w3.org/html5/spec/Overview.html#rel-icon>
170 if (LowerCaseEqualsASCII(rel, "icon") ||
171 LowerCaseEqualsASCII(rel, "shortcut icon")) {
173 } else if (LowerCaseEqualsASCII(rel, "chrome-application-definition")) {
/external/webkit/Source/WebCore/html/
H A DHTMLLinkElement.cpp159 void HTMLLinkElement::tokenizeRelAttribute(const AtomicString& rel, RelAttribute& relAttribute) argument
173 if (equalIgnoringCase(rel, "stylesheet"))
175 else if (equalIgnoringCase(rel, "icon") || equalIgnoringCase(rel, "shortcut icon"))
178 else if (equalIgnoringCase(rel, "apple-touch-icon"))
180 else if (equalIgnoringCase(rel, "apple-touch-icon-precomposed"))
183 else if (equalIgnoringCase(rel, "dns-prefetch"))
185 else if (equalIgnoringCase(rel, "alternate stylesheet") || equalIgnoringCase(rel, "stylesheet alternate")) {
189 // Tokenize the rel attribut
473 String HTMLLinkElement::rel() const function in class:WebCore::HTMLLinkElement
[all...]
/external/webkit/Source/WebKit/chromium/tests/
H A DKURLTest.cpp340 const char rel[] = "foo.html"; local
341 WebCore::KURL resolveErr(emptyBase, rel);
/external/elfutils/src/
H A Dfindtextrel.c424 GElf_Rel *rel = gelf_getrel (data, cnt, &rel_mem); local
425 if (rel == NULL)
434 check_rel (nsegments, segments, rel->r_offset, elf,
H A Delfcmp.c618 GElf_Rel *rel = gelf_getrel (data, ndx, &rel_mem); local
619 if (rel == NULL)
623 if ((int) GELF_R_SYM (rel->r_info) == symndx
624 && ebl_copy_reloc_p (ebl, GELF_R_TYPE (rel->r_info)))
H A Dobjdump.c371 GElf_Rel *rel; local
373 rel = gelf_getrel (data, cnt, &relmem);
374 if (rel != NULL)
381 sym = gelf_getsymshndx (symdata, xndxdata, GELF_R_SYM (rel->r_info),
385 elfclass == ELFCLASS32 ? 8 : 16, rel->r_offset,
386 ebl_reloc_type_check (ebl, GELF_R_TYPE (rel->r_info))
387 ? ebl_reloc_type_name (ebl, GELF_R_TYPE (rel->r_info),
391 (long int) GELF_R_SYM (rel->r_info));
394 elfclass == ELFCLASS32 ? 8 : 16, rel->r_offset,
395 ebl_reloc_type_check (ebl, GELF_R_TYPE (rel
444 GElf_Rela *rel; local
[all...]
H A Dunstrip.c406 GElf_Rel *rel = gelf_getrel (data, i, &rel_mem);
407 adjust_reloc (&rel->r_info);
408 ELF_CHECK (gelf_update_rel (data, i, rel),
548 Elf *elf, bool rel, Elf_Scn *symscn, size_t shnum)
595 .st_value = rel ? 0 : i_shdr->sh_addr,
628 check_symtab_section_symbols (Elf *elf, bool rel, Elf_Scn *scn,
637 return add_new_section_symbols (oscn, n, elf, rel, scn, shnum);
640 return add_new_section_symbols (oscn, n, elf, rel, scn, shstrndx);
657 bool rel)
659 if (!rel)
405 GElf_Rel *rel = gelf_getrel (data, i, &rel_mem); local
546 add_new_section_symbols(Elf_Scn *old_symscn, size_t old_shnum, Elf *elf, bool rel, Elf_Scn *symscn, size_t shnum) argument
627 check_symtab_section_symbols(Elf *elf, bool rel, Elf_Scn *scn, size_t shnum, size_t shstrndx, Elf_Scn *oscn, size_t oshnum, size_t oshstrndx, size_t debuglink) argument
654 compare_alloc_sections(const struct section *s1, const struct section *s2, bool rel) argument
685 compare_sections(const void *a, const void *b, bool rel) argument
748 collect_symbols(Elf *outelf, bool rel, Elf_Scn *symscn, Elf_Scn *strscn, const size_t nent, const GElf_Addr bias, const size_t scnmap[], struct symbol *table, size_t *map, struct section *split_bss) argument
[all...]
H A Delflint.c989 /* If this is no executable or DSO it cannot be a .rel.dyn section. */
994 if (strcmp (section_name (ebl, idx), is_rela ? ".rela.dyn" : ".rel.dyn"))
997 /* When a .rel.dyn section is used a DT_RELCOUNT dynamic section
1046 GElf_Rel *rel = gelf_getrel (reldata, inner, local
1048 if (rel == NULL)
1053 GELF_R_TYPE (rel->r_info)))
1174 /* There is no standard, but we require that .rel{,a}.dyn
1321 // XXX TODO Check .rel.dyn section addresses.
1466 GElf_Rel *rel = gelf_getrel (data, cnt, &rel_mem); local
1467 if (rel
2578 GElf_Rel *rel = gelf_getrel (data, i, &rel_mem); local
[all...]
H A Dldgeneric.c2511 new_generated_scn (scn_dot_pltrel, ".rel.plt", rel_type, SHF_ALLOC,
2631 /* Add the .rel.dyn section. */
2633 new_generated_scn (scn_dot_dynrel, ".rel.dyn", rel_type, SHF_ALLOC,
6589 /* Complete the header of the .rel.dyn/.rela.dyn section. Point
6791 int rel = REL_TYPE (statep); local
6796 rel, shdr->sh_addr);
6803 rel + 1, shdr->sh_size);
6809 rel + 2,
6810 rel == DT_REL
/external/qemu/memcheck/
H A Dmemcheck_proc_management.c643 uint32_t rel = local
647 stk, leaked_alloc.call_stack[stk], rel,
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DHeaderFactoryImpl.java1676 * @param rel
1681 public ReferencesHeader createReferencesHeader(String callId, String rel) throws ParseException { argument
1684 retval.setRel(rel);
/external/qemu/android/
H A Dasync-socket.c1298 async_socket_deadline(AsyncSocket* as, int rel) argument
1300 return (rel >= 0) ? looper_now(_async_socket_get_looper(as)) + rel :
/external/webkit/Source/WebCore/platform/
H A DKURLGoogle.cpp218 void KURLGooglePrivate::init(const KURL& base, const CHAR* rel, int relLength, argument
237 base.m_url.m_parsed, rel, relLength,
H A DKURL.cpp221 static void encodeRelativeString(const String& rel, const TextEncoding&, CharBuffer& ouput);
252 static void appendASCII(const String& base, const char* rel, size_t len, CharBuffer& buffer) argument
256 memcpy(buffer.data() + base.length(), rel, len);
363 String rel = relative; local
364 if (rel.contains('\\') && !(protocolIsJavaScript(rel) || protocolIs(rel, "data")))
365 rel = substituteBackslashes(rel);
367 String* originalString = &rel;
1709 encodeRelativeString(const String& rel, const TextEncoding& encoding, CharBuffer& output) argument
[all...]
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h342 @property(copy) NSString *rel; variable
663 @property(copy) NSString *rel; variable
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp2005 unsigned rel = (ObjCDeclSpec::DQ_PR_unsafe_unretained | local
2011 if ((Attributes & rel) == 0)
/external/svox/pico/lib/
H A Dpicotok.c463 picoos_bool rel; local
465 rel = FALSE;
475 rel = TRUE;
478 return rel;
/external/icu4c/test/cintltst/
H A Dccapitst.c3502 int rel, result; local
3506 rel = 0;
3508 rel = -1;
3510 rel = 1;
3519 if(sign(result)!=rel) {
3520 log_err("ucnv_compareNames(\"%s\", \"%s\")=%d, sign!=%d\n", name1, name2, result, rel);

Completed in 521 milliseconds

12