HomeSort by relevance Sort by last modified time
    Searched refs:attrp (Results 1 - 15 of 15) sorted by null

  /external/elfutils/libdw/
dwarf_hasattr.c 54 const unsigned char *attrp = abbrevp->attrp; local
59 get_uleb128_unchecked (attr_name, attrp);
61 get_uleb128_unchecked (attr_form, attrp);
73 get_sleb128_unchecked (attr_value, attrp);
dwarf_getattrs.c 59 const unsigned char *attrp = abbrevp->attrp; local
60 const unsigned char *const offset_attrp = abbrevp->attrp + offset;
68 const unsigned char *remembered_attrp = attrp;
70 get_uleb128_unchecked (attr.code, attrp);
71 get_uleb128_unchecked (attr.form, attrp);
87 attr.valp = (unsigned char *) attrp;
97 return remembered_attrp - abbrevp->attrp;
114 get_sleb128_unchecked (attr_value, attrp);
dwarf_getabbrevattr.c 48 const unsigned char *attrp = abbrev->attrp; local
56 start_attrp = attrp;
60 get_uleb128_unchecked (name, attrp);
61 get_uleb128_unchecked (form, attrp);
64 get_sleb128_unchecked (data, attrp);
82 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset;
dwarf_formstring.c 38 dwarf_formstring (Dwarf_Attribute *attrp)
41 if (attrp == NULL)
45 if (attrp->form == DW_FORM_string)
47 return (const char *) attrp->valp;
49 Dwarf_CU *cu = attrp->cu;
51 Dwarf *dbg_ret = ((attrp->form == DW_FORM_GNU_strp_alt
52 || attrp->form == DW_FORM_strp_sup)
61 Elf_Data *data = ((attrp->form == DW_FORM_line_strp)
66 __libdw_seterrno ((attrp->form == DW_FORM_line_strp)
73 if (attrp->form == DW_FORM_str
    [all...]
dwarf_child.c 58 const unsigned char *attrp = abbrevp->attrp; local
63 get_uleb128_unchecked (attr_name, attrp);
66 get_uleb128_unchecked (attr_form, attrp);
83 return (unsigned char *) attrp;
105 get_sleb128_unchecked (attr_value, attrp);
dwarf_getattrcnt.c 43 const unsigned char *abbrevp = abbrev->attrp;
dwarf_getabbrev.c 121 abb->attrp = (unsigned char *) abbrevp;
libdw.h 498 extern const char *dwarf_formstring (Dwarf_Attribute *attrp);
    [all...]
libdwP.h 244 unsigned char *attrp; /* Pointer to start of attribute name/form pairs. */ member in struct:Dwarf_Abbrev
    [all...]
  /external/clang/tools/scan-build-py/libear/
ear.c 126 const posix_spawnattr_t *restrict attrp,
133 const posix_spawnattr_t *restrict attrp,
267 const posix_spawnattr_t *restrict attrp,
270 return call_posix_spawn(pid, path, file_actions, attrp, argv, envp);
277 const posix_spawnattr_t *restrict attrp,
280 return call_posix_spawnp(pid, file, file_actions, attrp, argv, envp);
367 const posix_spawnattr_t *restrict attrp,
379 (*fp)(pid, path, file_actions, attrp, argv, (char *const *restrict)menvp);
388 const posix_spawnattr_t *restrict attrp,
400 (*fp)(pid, file, file_actions, attrp, argv, (char *const *restrict)menvp)
    [all...]
  /external/u-boot/lib/efi_loader/
efi_variable.c 129 static const char *parse_attr(const char *str, u32 *attrp)
135 *attrp = EFI_VARIABLE_BOOTSERVICE_ACCESS;
161 *attrp = attr;
  /external/elfutils/src/
readelf.c     [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zsysnum_netbsd_386.go 271 SYS_POSIX_SPAWN = 474 // { int|sys||posix_spawn(pid_t *pid, const char *path, const struct posix_spawn_file_actions *file_actions, const struct posix_spawnattr *attrp, char *const *argv, char *const *envp); }
zsysnum_netbsd_amd64.go 271 SYS_POSIX_SPAWN = 474 // { int|sys||posix_spawn(pid_t *pid, const char *path, const struct posix_spawn_file_actions *file_actions, const struct posix_spawnattr *attrp, char *const *argv, char *const *envp); }
zsysnum_netbsd_arm.go 271 SYS_POSIX_SPAWN = 474 // { int|sys||posix_spawn(pid_t *pid, const char *path, const struct posix_spawn_file_actions *file_actions, const struct posix_spawnattr *attrp, char *const *argv, char *const *envp); }

Completed in 1579 milliseconds