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

/external/elfutils/libdw/
H A Ddwarf_formstring.c39 dwarf_formstring (Dwarf_Attribute *attrp) argument
42 if (attrp == NULL)
46 if (attrp->form == DW_FORM_string)
48 return (const char *) attrp->valp;
50 Dwarf *dbg = attrp->cu->dbg;
51 Dwarf *dbg_ret = attrp->form == DW_FORM_GNU_strp_alt ? dbg->alt_dwarf : dbg;
60 if (unlikely (attrp->form != DW_FORM_strp
61 && attrp->form != DW_FORM_GNU_strp_alt)
69 if (__libdw_read_offset (dbg, dbg_ret, cu_sec_idx (attrp->cu), attrp
[all...]
H A Ddwarf_getabbrevattr.c47 const unsigned char *attrp = abbrev->attrp; local
54 start_attrp = attrp;
58 get_uleb128 (name, attrp, attrp + len_leb128 (name));
59 get_uleb128 (form, attrp, attrp + len_leb128 (form));
73 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset;
H A Ddwarf_hasattr.c60 const unsigned char *attrp = abbrevp->attrp; local
64 if (unlikely (attrp >= endp))
69 get_uleb128 (attr_name, attrp, endp);
71 if (unlikely (attrp >= endp))
73 get_uleb128 (attr_form, attrp, endp);
H A Ddwarf_getattrs.c60 const unsigned char *attrp = abbrevp->attrp; local
61 const unsigned char *const offset_attrp = abbrevp->attrp + offset;
71 if (unlikely (attrp >= endp))
76 const unsigned char *remembered_attrp = attrp;
78 get_uleb128 (attr.code, attrp, endp);
79 if (unlikely (attrp >= endp))
81 get_uleb128 (attr.form, attrp, endp);
104 return remembered_attrp - abbrevp->attrp;
H A Ddwarf_child.c63 const unsigned char *attrp = abbrevp->attrp; local
67 if (unlikely (attrp >= endp))
70 get_uleb128 (attr_name, attrp, endp);
72 if (unlikely (attrp >= endp))
75 get_uleb128 (attr_form, attrp, endp);
H A DlibdwP.h215 unsigned char *attrp; member in struct:Dwarf_Abbrev
/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 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/dhcpcd-6.8.2/compat/
H A Dposix_spawn.c55 posix_spawnattr_handle(const posix_spawnattr_t *attrp) argument
60 if (attrp->posix_attr_flags & POSIX_SPAWN_SETSIGMASK)
61 sigprocmask(SIG_SETMASK, &attrp->posix_attr_sigmask, NULL);
63 if (attrp->posix_attr_flags & POSIX_SPAWN_SETSIGDEF) {
67 if (sigismember(&attrp->posix_attr_sigdefault, i)) {
86 const posix_spawnattr_t *attrp,
94 flags = attrp ? attrp->posix_attr_flags : 0;
107 if (attrp) {
108 error = posix_spawnattr_handle(attrp);
84 posix_spawn(pid_t *pid, const char *path, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *attrp, char *const argv[], char *const envp[]) argument
[all...]
/external/clang/tools/scan-build-py/libear/
H A Dear.c126 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, arg
265 posix_spawn(pid_t *restrict pid, const char *restrict path, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *restrict attrp, char *const argv[restrict], char *const envp[restrict]) argument
275 posix_spawnp(pid_t *restrict pid, const char *restrict file, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *restrict attrp, char *const argv[restrict], char *const envp[restrict]) argument
365 call_posix_spawn(pid_t *restrict pid, const char *restrict path, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *restrict attrp, char *const argv[restrict], char *const envp[restrict]) argument
386 call_posix_spawnp(pid_t *restrict pid, const char *restrict file, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *restrict attrp, char *const argv[restrict], char *const envp[restrict]) argument
[all...]
/external/elfutils/src/
H A Dreadelf.c5875 attr_callback (Dwarf_Attribute *attrp, void *arg) argument
5880 unsigned int attr = dwarf_whatattr (attrp);
5889 unsigned int form = dwarf_whatform (attrp);
5904 if (unlikely (dwarf_formaddr (attrp, &addr) != 0))
5927 const char *str = dwarf_formstring (attrp);
5945 if (unlikely (dwarf_formref_die (attrp, &ref) == NULL))
5959 (uint64_t) read_8ubyte_unaligned (attrp->cu->dbg, attrp->valp));
5970 if (unlikely (dwarf_formudata (attrp, &num) != 0))
6082 if (unlikely (dwarf_formsdata (attrp,
[all...]

Completed in 379 milliseconds