Searched refs:attrp (Results 1 - 11 of 11) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_formstring.c60 dwarf_formstring (attrp)
61 Dwarf_Attribute *attrp;
64 if (attrp == NULL)
68 if (attrp->form == DW_FORM_string)
70 return (const char *) attrp->valp;
72 Dwarf *dbg = attrp->cu->dbg;
74 if (unlikely (attrp->form != DW_FORM_strp)
84 if (attrp->cu->offset_size == 8)
85 off = read_8ubyte_unaligned (dbg, attrp->valp);
87 off = read_4ubyte_unaligned (dbg, attrp
[all...]
H A Ddwarf_getabbrevattr.c72 const unsigned char *attrp = abbrev->attrp; local
79 start_attrp = attrp;
82 get_uleb128 (name, attrp);
83 get_uleb128 (form, attrp);
97 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset;
H A Ddwarf_getattrs.c83 const unsigned char *attrp = die->abbrev->attrp + offset; local
90 if (unlikely (attrp
97 const unsigned char *remembered_attrp = attrp;
100 get_uleb128 (attr.code, attrp);
101 get_uleb128 (attr.form, attrp);
120 return remembered_attrp - die->abbrev->attrp;
H A Ddwarf_child.c94 const unsigned char *attrp = die->abbrev->attrp; local
98 if (unlikely (attrp + 1 >= endp))
106 get_uleb128 (attr_name, attrp);
108 get_uleb128 (attr_form, attrp);
H A Ddwarf_getabbrev.c134 abb->attrp = (unsigned char *) abbrevp;
H A DlibdwP.h201 unsigned char *attrp; member in struct:Dwarf_Abbrev
H A Dlibdw.h312 extern const char *dwarf_formstring (Dwarf_Attribute *attrp);
/external/bison/lib/
H A Dspawnp.c29 const posix_spawnattr_t *attrp, char *const argv[],
32 return __spawni (pid, file, file_actions, attrp, argv, envp, 1);
27 posix_spawnp(pid_t *pid, const char *file, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *attrp, char *const argv[], char *const envp[]) argument
H A Dspawn_int.h61 const posix_spawnattr_t *attrp, char *const argv[],
H A Dspawni.c98 const posix_spawnattr_t *attrp, char *const argv[],
141 const posix_spawnattr_t *attrp, char *const argv[],
150 short int flags = attrp == NULL ? 0 : attrp->_flags;
186 && sigprocmask (SIG_SETMASK, &attrp->_ss, NULL) != 0)
203 if (sigismember (&attrp->_sd, sig) != 0
214 if (sched_setparam (0, &attrp->_sp) == -1)
219 if (sched_setscheduler (0, attrp->_policy,
221 ? &attrp->_sp : NULL) == -1)
228 && setpgid (0, attrp
96 __spawni(pid_t *pid, const char *file, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *attrp, char *const argv[], char *const envp[], int use_path) argument
139 __spawni(pid_t *pid, const char *file, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *attrp, char *const argv[], char *const envp[], int use_path) argument
[all...]
/external/elfutils/src/
H A Dreadelf.c4184 attr_callback (Dwarf_Attribute *attrp, void *arg) argument
4189 unsigned int attr = dwarf_whatattr (attrp);
4197 unsigned int form = dwarf_whatform (attrp);
4210 if (unlikely (dwarf_formaddr (attrp, &addr) != 0))
4227 const char *str = dwarf_formstring (attrp);
4241 if (unlikely (dwarf_formref_die (attrp, &ref) == NULL))
4256 if (unlikely (dwarf_formudata (attrp, &num) != 0))
4329 if (unlikely (dwarf_formflag (attrp, &flag) != 0))
4342 if (unlikely (dwarf_formblock (attrp, &block) != 0))

Completed in 200 milliseconds