HomeSort by relevance Sort by last modified time
    Searched refs:namep (Results 1 - 25 of 48) sorted by null

1 2

  /external/elfutils/libdw/
dwarf_getabbrevattr.c 40 dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx, unsigned int *namep,
68 if (namep != NULL)
69 *namep = name;
libdw.h 574 unsigned int *namep, unsigned int *formp,
    [all...]
  /external/elfutils/libdwelf/
libdwelf.h 52 are written to *NAMEP and *BUILDID_P, and the positive length of
57 const char **namep,
  /external/libxml2/os400/iconv/
iconv.c 29 findEncoding(const unsigned char * * namep)
40 *** Get the CCSID correspong to the name at *`namep'.
41 *** If success, update pointer at `namep' to 1st byte after matched
46 if (!namep || !(name = *namep)) {
58 *namep = name;
  /toolchain/binutils/binutils-2.25/gas/
input-scrub.c 501 namep should be char * const *, but there are compilers which screw
505 as_where (char **namep, unsigned int *linep)
510 *namep = logical_input_file;
516 *namep = physical_input_file;
522 *namep = 0;
macro.c 645 error message. If NAMEP is not NULL, *NAMEP is set to the name of
652 const char **namep)
716 if (namep != NULL)
717 *namep = macro->name;
  /toolchain/binutils/binutils-2.25/bfd/
elf64-sparc.c 421 Elf_Internal_Sym *sym, const char **namep,
457 *namep = NULL;
463 if (p->name != NULL && strcmp (p->name, *namep))
468 **namep ? *namep : "#scratch",
475 if (**namep)
480 bfd_link_hash_lookup (info->hash, *namep, FALSE, FALSE, FALSE);
490 abfd, p->abfd, *namep, stt_types[type]);
495 strlen (*namep) + 1);
499 strcpy (p->name, *namep);
489 abfd, p->abfd, *namep, stt_types[type]); local
534 abfd, p->abfd, *namep, stt_types[type]); local
    [all...]
elf32-m68hc1x.h 173 Elf_Internal_Sym *sym, const char **namep,
elf-vxworks.c 54 const char **namep,
68 && elf_vxworks_gott_symbol_p (abfd, *namep))
elf32-sh64.c 386 Elf_Internal_Sym *sym, const char **namep,
404 = bfd_malloc (strlen (*namep) + sizeof (DATALABEL_SUFFIX));
413 strcpy (dl_name, *namep);
427 *namep, FALSE,
463 *namep = NULL;
elf64-mmix.c 2197 bfd_get_filename (abfd), *namep, local
    [all...]
elf-s390-common.c 232 const char **namep ATTRIBUTE_UNUSED,
elf32-sparc.c 178 const char ** namep ATTRIBUTE_UNUSED,
elf32-xgate.c 531 const char **namep ATTRIBUTE_UNUSED,
elfxx-aarch64.c 458 const char **namep ATTRIBUTE_UNUSED,
elf64-sh64.c     [all...]
elf32-m32r.c     [all...]
  /external/ltrace/
summary.c 74 fill_struct(const char **namep, struct opt_c_struct *st, void *u)
77 struct entry_st entry = { *namep, st->count, st->tv };
  /external/iproute2/ip/
ipntable.c 70 char *namep = NULL; local
97 if (namep)
100 namep = *argv;
101 len = strlen(namep) + 1;
102 addattr_l(&req.n, sizeof(req), NDTA_NAME, namep, len);
304 if (!namep)
  /toolchain/binutils/binutils-2.25/gold/
fileread.cc 965 std::string* namep)
980 *namep = name;
997 std::string* found_name, std::string* namep)
1011 *namep = name;
1040 found_name, namep))
1052 *namep = name;
1061 found_name, namep))
1076 *namep = name;
fileread.h 577 std::string* namep);
584 std::string* found_name, std::string* namep);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 748 int namep = ImsCallProfile.OIRToPresentation( local
752 " nump = " + nump + " namep = " + namep);
771 if (mCnapNamePresentation != namep) {
772 mCnapNamePresentation = namep;
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 260 char *namep; local
271 namep = pathname + dirnamelen;
274 if (os_strlcpy(namep, entry.d_name, maxcopy) < maxcopy)
  /external/dnsmasq/src/
cache.c 230 return crecp->name.namep;
699 lookup->name.namep = a->alias;
1095 crec->name.namep = host_name;
1114 aliasc->name.namep = a->alias;
    [all...]
rfc1035.c 643 unsigned char *p, *p1, *endrr, *namep; local
667 namep = p;
694 unsigned char *tmp = namep;
    [all...]

Completed in 3990 milliseconds

1 2