/external/elfutils/0.153/libdw/ |
dwarf_formstring.c | 60 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) 82 if (__libdw_read_offset (dbg, cu_sec_idx (attrp->cu), attrp->valp, 83 attrp->cu->offset_size, &off, IDX_debug_str, 1) [all...] |
dwarf_getabbrevattr.c | 72 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;
|
dwarf_getattrs.c | 86 const unsigned char *attrp = die->abbrev->attrp; local 87 const unsigned char *const offset_attrp = die->abbrev->attrp + offset; 94 if (unlikely (attrp 101 const unsigned char *remembered_attrp = attrp; 104 get_uleb128 (attr.code, attrp); 105 get_uleb128 (attr.form, attrp); 128 return remembered_attrp - die->abbrev->attrp;
|
dwarf_child.c | 94 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);
|
dwarf_getabbrev.c | 134 abb->attrp = (unsigned char *) abbrevp;
|
libdw.h | 434 extern const char *dwarf_formstring (Dwarf_Attribute *attrp);
|
libdwP.h | 213 unsigned char *attrp; member in struct:Dwarf_Abbrev
|
/external/bison/lib/ |
spawnp.c | 24 /* Spawn a new process executing FILE with the attributes describes in *ATTRP. 29 const posix_spawnattr_t *attrp, char *const argv[], 32 return __spawni (pid, file, file_actions, attrp, argv, envp, 1);
|
spawn_int.h | 61 const posix_spawnattr_t *attrp, char *const argv[],
|
spawni.c | 98 const posix_spawnattr_t *attrp, char *const argv[], 136 /* Spawn a new process executing PATH with the attributes describes in *ATTRP. 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 [all...] |
/external/elfutils/elfutils/ |
libdw.h | 434 extern const char *dwarf_formstring (Dwarf_Attribute *attrp);
|
/external/elfutils/0.153/src/ |
readelf.c | [all...] |