/toolchain/binutils/binutils-2.25/bfd/ |
elf32-m68hc1x.h | 175 bfd_vma *valp);
|
elf-s390-common.c | 235 bfd_vma *valp ATTRIBUTE_UNUSED)
|
elf-vxworks.c | 57 bfd_vma *valp ATTRIBUTE_UNUSED)
|
elf32-sparc.c | 181 bfd_vma * valp ATTRIBUTE_UNUSED)
|
elf32-cr16c.c | 898 bfd_vma *valp) 907 *valp = sym->st_size; 912 *valp = sym->st_size;
|
elf32-sh64.c | 388 asection **secp, bfd_vma *valp) 426 flags, *secp, *valp,
|
elf32-xgate.c | 534 bfd_vma *valp ATTRIBUTE_UNUSED)
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-tilepro.c | [all...] |
tc-moxie.c | 645 valueT * valP ATTRIBUTE_UNUSED, segT seg ATTRIBUTE_UNUSED) 648 long val = *valP;
|
tc-epiphany.c | 272 epiphany_apply_fix (fixS *fixP, valueT *valP, segT seg) 284 valueT value = * valP; 328 return gas_cgen_md_apply_fix (fixP, valP, seg);
|
tc-mep.c | [all...] |
tc-frv.c | [all...] |
tc-sh64.c | 582 shmedia_md_apply_fix (fixS *fixP, valueT *valp) 584 offsetT val = *valp; 609 = *valp + SHMEDIA_MD_PCREL_FROM_FIX (fixP); 620 *valp = 0; 688 resolvable, we end up here with the result only in *VALP, and no 693 shmedia_check_limits ((offsetT *) valp, fixP->fx_r_type, fixP); [all...] |
tc-nios2.c | [all...] |
tc-tilegx.c | [all...] |
/external/libunwind/include/ |
dwarf.h | 422 unw_word_t len, unw_word_t *valp, 440 unw_word_t *valp, void *arg);
|
/external/elfutils/tests/ |
varlocs.c | 383 // In theory two different valp pointers could point to the same 385 assert (attrval.valp == attrval2.valp);
|
/external/valgrind/coregrind/ |
m_wordfm.c | 648 /*OUT*/UWord* keyP, /*OUT*/UWord* valP, UWord key ) 654 if (valP) 655 *valP = node->val;
|
/toolchain/binutils/binutils-2.25/gas/ |
cgen.c | 871 gas_cgen_md_apply_fix (fixP, valP, seg) 873 valueT * valP; 877 valueT value = * valP; [all...] |
/external/valgrind/cachegrind/ |
cg_merge.c | 86 Bool lookupFM ( WordFM* fm, /*OUT*/Word* valP, Word key ); [all...] |
/external/elfutils/libdw/ |
dwarf_getlocation.c | 160 struct loc_s fake = { .addr = attr->valp }; 181 newp->addr = attr->valp;
|
dwarf_getmacros.c | 389 attributes[i].valp = (void *) readp;
|
/external/libunwind/src/ia64/ |
unwind_i.h | 265 unw_word_t *valp, int write); 267 unw_fpreg_t *valp, int write);
|
/external/mksh/src/ |
var.c | 169 * to true if this is an array, sets *valp to the array index, returns 174 array_index_calc(const char *n, bool *arrayp, uint32_t *valp) 215 *valp = (uint32_t)rval; [all...] |
/external/valgrind/include/ |
pub_tool_wordfm.h | 103 /*OUT*/UWord* keyP, /*OUT*/UWord* valP, UWord key );
|