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

12

/external/elfutils/src/libelf/
H A Dgelf_update_rel.c62 Elf32_Rel *rel; local
81 rel = &((Elf32_Rel *) data_scn->d.d_buf)[ndx];
83 rel->r_offset = src->r_offset;
84 rel->r_info = ELF32_R_INFO (GELF_R_SYM (src->r_info),
H A Dgelf_update_rela.c62 Elf32_Rela *rel; local
83 rel = &((Elf32_Rela *) data_scn->d.d_buf)[ndx];
85 rel->r_offset = src->r_offset;
86 rel->r_info = ELF32_R_INFO (GELF_R_SYM (src->r_info),
88 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/selinux/libselinux/utils/
H A Davcstat.c97 struct avc_cache_stats tot, rel, last; local
211 rel.lookups = tot.lookups - last.lookups;
212 rel.hits = tot.hits - last.hits;
213 rel.misses = tot.misses - last.misses;
214 rel.allocations = tot.allocations - last.allocations;
215 rel.reclaims = tot.reclaims - last.reclaims;
216 rel.frees = tot.frees - last.frees;
218 rel.lookups, rel.hits, rel
[all...]
/external/tcpdump/
H A Dprint-chdlc.c137 u_int8_t rel[2]; member in struct:cisco_slarp::__anon14642::__anon14644
179 EXTRACT_16BITS(&slarp->un.keep.rel));
/external/linux-tools-perf/src/tools/perf/util/
H A Ddso.h90 u8 rel; member in struct:dso
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_print.cpp406 Value *rel, Value *dimRel, DataType ty) const
418 if (rel) {
420 pos += rel->print(&buf[pos], size - pos);
449 if (rel) {
450 pos += rel->print(&buf[pos], size - pos);
405 print(char *buf, size_t size, Value *rel, Value *dimRel, DataType ty) const argument
H A Dnv50_ir_build_util.cpp152 BuildUtil::mkInterp(unsigned mode, Value *dst, int32_t offset, Value *rel) argument
166 insn->setIndirect(0, 0, rel);
H A Dnv50_ir_peephole.cpp1271 const Value *rel[2]; member in class:nv50_ir::MemoryOpt::Record
1460 rel[0] = ldst->getIndirect(0, 0);
1461 rel[1] = ldst->getIndirect(0, 1);
1520 it->rel[0] != insn->getIndirect(0, 0) ||
1522 it->rel[1] != insn->getIndirect(0, 1))
1658 if (this->rel[0] || that.rel[0])
/external/elfutils/src/src/
H A Dfindtextrel.c438 GElf_Rel *rel = gelf_getrel (data, cnt, &rel_mem); local
439 if (rel == NULL)
448 check_rel (nsegments, segments, rel->r_offset, elf,
H A Dobjdump.c427 GElf_Rel *rel; local
429 rel = gelf_getrel (data, cnt, &relmem);
430 if (rel != NULL)
432 rel->r_offset, rel->r_info, 0);
448 GElf_Rela *rel; local
450 rel = gelf_getrela (data, cnt, &relmem);
451 if (rel != NULL)
453 rel->r_offset, rel
[all...]
H A Delfcmp.c768 GElf_Rel *rel = gelf_getrel (data, ndx, &rel_mem); local
769 if (rel == NULL)
773 if ((int) GELF_R_SYM (rel->r_info) == symndx
774 && ebl_copy_reloc_p (ebl, GELF_R_TYPE (rel->r_info)))
H A Dunstrip.c415 GElf_Rel *rel = gelf_getrel (data, i, &rel_mem);
416 adjust_reloc (&rel->r_info);
417 ELF_CHECK (gelf_update_rel (data, i, rel),
556 Elf *elf, bool rel, Elf_Scn *symscn, size_t shnum)
601 .st_value = rel ? 0 : i_shdr->sh_addr,
634 check_symtab_section_symbols (Elf *elf, bool rel, Elf_Scn *scn,
643 return add_new_section_symbols (oscn, n, elf, rel, scn, shnum);
646 return add_new_section_symbols (oscn, n, elf, rel, scn, shstrndx);
663 bool rel)
665 if (!rel)
414 GElf_Rel *rel = gelf_getrel (data, i, &rel_mem); local
554 add_new_section_symbols(Elf_Scn *old_symscn, size_t old_shnum, Elf *elf, bool rel, Elf_Scn *symscn, size_t shnum) argument
633 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
660 compare_alloc_sections(const struct section *s1, const struct section *s2, bool rel) argument
691 compare_sections(const void *a, const void *b, bool rel) argument
754 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.c1045 /* If this is no executable or DSO it cannot be a .rel.dyn section. */
1050 if (strcmp (section_name (ebl, idx), is_rela ? ".rela.dyn" : ".rel.dyn"))
1053 /* When a .rel.dyn section is used a DT_RELCOUNT dynamic section
1108 GElf_Rel *rel = gelf_getrel (reldata, inner, local
1110 if (rel == NULL)
1115 GELF_R_TYPE (rel->r_info)))
1235 /* There is no standard, but we require that .rel{,a}.dyn
1383 // XXX TODO Check .rel.dyn section addresses.
1530 GElf_Rel *rel = gelf_getrel (data, cnt, &rel_mem); local
1531 if (rel
2658 GElf_Rel *rel = gelf_getrel (data, i, &rel_mem); local
[all...]
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h343 RelocType32(const ELFRel &rel) argument
345 return rel.r_info & 0x0ff;
350 RelocType64(const ELFRel &rel) argument
352 return rel.r_info & 0xffffffff;
358 RelocSymbol32(const ELFRel &rel) argument
360 return rel.r_info >> 8;
366 RelocSymbol64(const ELFRel &rel) argument
368 return rel.r_info >> 32;
H A DObjectFileELF.cpp60 RelocType32(const ELFRelocation &rel);
63 RelocType64(const ELFRelocation &rel);
66 RelocSymbol32(const ELFRelocation &rel);
69 RelocSymbol64(const ELFRelocation &rel);
107 ELFRelocation::RelocType32(const ELFRelocation &rel) argument
109 if (rel.reloc.is<ELFRel*>())
110 return ELFRel::RelocType32(*rel.reloc.get<ELFRel*>());
112 return ELFRela::RelocType32(*rel.reloc.get<ELFRela*>());
116 ELFRelocation::RelocType64(const ELFRelocation &rel) argument
118 if (rel
125 RelocSymbol32(const ELFRelocation &rel) argument
134 RelocSymbol64(const ELFRelocation &rel) argument
[all...]
/external/ltrace/
H A Dltrace-elf.c466 rel_to_rela(struct ltelf *lte, const GElf_Rel *rel, GElf_Rela *rela) argument
468 rela->r_offset = rel->r_offset;
469 rela->r_info = rel->r_info;
473 if (elf_get_section_covering(lte, rel->r_offset, &sec, &shdr) < 0
481 GElf_Xword offset = rel->r_offset - shdr.sh_addr - data->d_off;
505 fprintf(stderr, "Couldn't load .rel*.plt data.\n");
510 fprintf(stderr, ".rel*.plt size (%" PRIx64 "d) not a multiple "
521 GElf_Rel rel; local
522 if (gelf_getrel(relplt, i, &rel) == NULL
523 || rel_to_rela(lte, &rel,
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h36 unsigned rel; member in struct:r600_bytecode_alu_src
46 unsigned rel; member in struct:r600_bytecode_alu_dst
H A Dr600_shader.c172 unsigned rel; member in struct:r600_shader_src
283 alu->src[src_idx].rel = bytes[bytes_read++];
308 alu.dst.rel = bytes[bytes_read++];
979 r600_src->rel = V_SQ_REL_RELATIVE;
1052 if (ctx->src[i].rel) {
1058 ctx->src[i].rel = 0;
1067 alu.src[0].rel = ctx->src[i].rel;
1078 ctx->src[i].rel =0;
1734 bc_src->rel
[all...]
/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/bison/
H A Dmaint.mk1283 rel-files = $(DIST_ARCHIVES)
1316 announcement: NEWS ChangeLog $(rel-files)
1351 $(rel-files)
1436 ln $(rel-files) $(release_archive_dir); \
1437 chmod a-w $(rel-files); \
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c526 LLVMValueRef rel; local
535 rel = LLVMBuildLoad(builder,
539 index = lp_build_add(uint_bld, base, rel);
/external/strace/
H A Dstrace.c1386 unsigned rel; local
1392 rel = 0;
1398 rel = (rel << 8) | atoi(p);
1399 if (rel >= KERNEL_VERSION(1,0,0))
1404 if (rel >= KERNEL_VERSION(0,1,0)) {
1406 rel <<= 8;
1413 return rel;
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c3465 int rel, result; local
3469 rel = 0;
3471 rel = -1;
3473 rel = 1;
3482 if(sign(result)!=rel) {
3483 log_err("ucnv_compareNames(\"%s\", \"%s\")=%d, sign!=%d\n", name1, name2, result, rel);

Completed in 4177 milliseconds

12