/external/elfutils/libdw/ |
D | dwarf_aggregate_size.c | 40 Dwarf_Die *type = INTUSE(dwarf_formref_die) in get_type() 41 (INTUSE(dwarf_attr_integrate) (die, DW_AT_type, attr_mem), type_mem); in get_type() 43 if (INTUSE(dwarf_peel_type) (type, type) != 0) in get_type() 66 if (INTUSE(dwarf_child) (die, &child) != 0) in array_size() 74 switch (INTUSE(dwarf_tag) (&child)) in array_size() 78 if (INTUSE(dwarf_attr_integrate) (&child, DW_AT_count, in array_size() 81 if (INTUSE(dwarf_formudata) (attr_mem, &count) != 0) in array_size() 88 if (INTUSE(dwarf_formsdata) (INTUSE(dwarf_attr_integrate) in array_size() 94 if (INTUSE(dwarf_attr_integrate) (&child, DW_AT_lower_bound, in array_size() 97 if (INTUSE(dwarf_formsdata) (attr_mem, &lower) != 0) in array_size() [all …]
|
D | libdw_visit_scopes.c | 40 switch (INTUSE(dwarf_tag) (die)) in may_have_scopes() 105 if ((ret = INTUSE(dwarf_child) (&root->die, &state.child.die)) != 0) in __libdw_visit_scopes() 121 while (INTUSE(dwarf_tag) (&state->child.die) == DW_TAG_imported_unit) in walk_children() 125 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (&state->child.die, in walk_children() 130 if (INTUSE(dwarf_formref_die) (attr, &state->child.die) != NULL in walk_children() 131 && INTUSE(dwarf_tag) (&state->child.die) != DW_TAG_compile_unit in walk_children() 132 && (INTUSE(dwarf_child) (&state->child.die, &state->child.die) in walk_children() 161 if ((ret = INTUSE(dwarf_siblingof) (&orig_child_die, in walk_children() 174 && INTUSE(dwarf_haschildren) (&state->child.die)) in walk_children() 189 while ((ret = INTUSE(dwarf_siblingof) (&state->child.die, &state->child.die)) == 0); in walk_children()
|
D | dwarf_getscopevar.c | 43 return INTUSE(dwarf_getsrcfiles) (&CUDIE (die->cu), files, NULL); in getfiles() 51 return INTUSE(dwarf_formudata) (INTUSE(dwarf_attr) (die, search_name, in getattr() 98 if (INTUSE(dwarf_haschildren) (&scopes[out])) in dwarf_getscopevar() 100 if (INTUSE(dwarf_child) (&scopes[out], result) != 0) in dwarf_getscopevar() 104 switch (INTUSE(dwarf_tag) (result)) in dwarf_getscopevar() 115 const char *diename = INTUSE(dwarf_diename) (result); in dwarf_getscopevar() 155 while (INTUSE(dwarf_siblingof) (result, result) == 0); in dwarf_getscopevar()
|
D | dwarf_highpc.c | 44 attr_high = INTUSE(dwarf_attr_integrate) (die, DW_AT_high_pc, in dwarf_highpc() 47 attr_high = INTUSE(dwarf_attr) (die, DW_AT_high_pc, &attr_high_mem); in dwarf_highpc() 52 if (INTUSE(dwarf_formaddr) (attr_high, return_addr) == 0) in dwarf_highpc() 56 if (INTUSE(dwarf_lowpc) (die, return_addr) == 0) in dwarf_highpc() 59 if (INTUSE(dwarf_formudata) (attr_high, &uval) == 0) in dwarf_highpc()
|
D | dwarf_hasattr_integrate.c | 43 if (INTUSE(dwarf_hasattr) (die, search_name)) in dwarf_hasattr_integrate() 47 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, DW_AT_abstract_origin, in dwarf_hasattr_integrate() 50 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, &attr_mem); in dwarf_hasattr_integrate() 54 die = INTUSE(dwarf_formref_die) (attr, &die_mem); in dwarf_hasattr_integrate() 68 return INTUSE(dwarf_hasattr) (&skel_die, search_name); in dwarf_hasattr_integrate()
|
D | dwarf_attr_integrate.c | 44 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, search_name, result); in dwarf_attr_integrate() 48 attr = INTUSE(dwarf_attr) (die, DW_AT_abstract_origin, result); in dwarf_attr_integrate() 50 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, result); in dwarf_attr_integrate() 54 die = INTUSE(dwarf_formref_die) (attr, &die_mem); in dwarf_attr_integrate() 68 return INTUSE(dwarf_attr) (&skel_die, search_name, result); in dwarf_attr_integrate()
|
D | dwarf_func_inline.c | 49 if (INTUSE(dwarf_tag) (&die->die) != DW_TAG_inlined_subroutine) in scope_visitor() 53 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (&die->die, DW_AT_abstract_origin, in scope_visitor() 59 Dwarf_Die *origin = INTUSE(dwarf_formref_die) (attr, &origin_mem); in scope_visitor() 74 if (INTUSE(dwarf_formudata) (INTUSE(dwarf_attr) (func, DW_AT_inline, in dwarf_func_inline()
|
D | dwarf_addrdie.c | 44 if (INTUSE(dwarf_getaranges) (dbg, &aranges, &naranges) != 0 in dwarf_addrdie() 45 || INTUSE(dwarf_getarangeinfo) (INTUSE(dwarf_getarange_addr) (aranges, in dwarf_addrdie() 50 return INTUSE(dwarf_offdie) (dbg, off, result); in dwarf_addrdie()
|
D | dwarf_peel_type.c | 48 tag = INTUSE (dwarf_tag) (result); in dwarf_peel_type() 64 Dwarf_Attribute *attr = INTUSE (dwarf_attr_integrate) (result, DW_AT_type, in dwarf_peel_type() 69 if (INTUSE (dwarf_formref_die) (attr, result) == NULL) in dwarf_peel_type() 72 tag = INTUSE (dwarf_tag) (result); in dwarf_peel_type()
|
D | dwarf_getscopes.c | 61 int result = INTUSE(dwarf_haspc) (&die->die, a->pc); in pc_match() 64 int error = INTUSE(dwarf_errno) (); in pc_match() 78 && INTUSE (dwarf_tag) (&die->die) == DW_TAG_inlined_subroutine) in pc_match() 156 assert (INTUSE (dwarf_tag) (inlinedie) == DW_TAG_inlined_subroutine); in pc_record() 158 Dwarf_Attribute *attr = INTUSE (dwarf_attr) (inlinedie, in pc_record() 161 if (INTUSE (dwarf_formref_die) (attr, &a->inlined_origin) == NULL) in pc_record()
|
D | dwarf_entrypc.c | 42 return INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (die, DW_AT_entry_pc, in dwarf_entrypc() 44 ?: INTUSE(dwarf_attr) (die, DW_AT_low_pc, in dwarf_entrypc()
|
D | dwarf_getlocation_attr.c | 130 if (INTUSE(dwarf_getlocation_die) (attr, op, &die) != 0) in dwarf_getlocation_attr() 132 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL) in dwarf_getlocation_attr() 145 if (INTUSE(dwarf_getlocation_die) (attr, op, &die) != 0) in dwarf_getlocation_attr() 147 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL in dwarf_getlocation_attr() 148 && INTUSE(dwarf_attr) (&die, DW_AT_const_value, result) == NULL) in dwarf_getlocation_attr()
|
D | dwarf_getfuncs.c | 68 int tag = INTUSE(dwarf_tag) (die); in tree_visitor() 88 || INTUSE(dwarf_hasattr) (die, DW_AT_declaration)) in tree_visitor() 100 || INTUSE(dwarf_tag) (cudie) != DW_TAG_compile_unit)) in dwarf_getfuncs() 103 int lang = INTUSE(dwarf_srclang) (cudie); in dwarf_getfuncs()
|
D | dwarf_lowpc.c | 43 attr = INTUSE(dwarf_attr_integrate) (die, DW_AT_low_pc, &attr_mem); in dwarf_lowpc() 45 attr = INTUSE(dwarf_attr) (die, DW_AT_low_pc, &attr_mem); in dwarf_lowpc() 46 return INTUSE(dwarf_formaddr) (attr, return_addr); in dwarf_lowpc()
|
D | dwarf_entry_breakpoints.c | 59 return INTUSE(dwarf_entrypc) (die, &pc) < 0 ? -1 : add_bkpt (pc, bkpts, pnbkpts); in entrypc_bkpt() 114 if (INTUSE(dwarf_getsrclines) (&cudie, &lines, &nlines) < 0) in dwarf_entry_breakpoints() 116 int error = INTUSE (dwarf_errno) (); in dwarf_entry_breakpoints() 128 ptrdiff_t offset = INTUSE(dwarf_ranges) (die, 0, &base, &begin, &end); in dwarf_entry_breakpoints() 152 offset = INTUSE(dwarf_ranges) (die, offset, &base, &begin, &end); in dwarf_entry_breakpoints()
|
D | dwarf_decl_file.c | 45 if (INTUSE(dwarf_formudata) (INTUSE(dwarf_attr_integrate) in dwarf_decl_file() 66 (void) INTUSE(dwarf_getsrclines) (&CUDIE (cu), &lines, &nlines); in dwarf_decl_file()
|
D | dwarf_getsrc_file.c | 59 INTUSE(dwarf_nextcu) (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0; in dwarf_getsrc_file() 63 Dwarf_Die *cudie = INTUSE(dwarf_offdie) (dbg, off + cuhl, &cudie_mem); in dwarf_getsrc_file() 70 if (INTUSE(dwarf_getsrclines) (cudie, &lines, &nlines) != 0) in dwarf_getsrc_file() 73 int error = INTUSE(dwarf_errno) (); in dwarf_getsrc_file()
|
/external/elfutils/libdwfl/ |
D | argp-std.c | 68 .find_debuginfo = INTUSE(dwfl_standard_find_debuginfo), 71 .section_address = INTUSE(dwfl_offline_section_address), 74 .find_elf = INTUSE(dwfl_build_id_find_elf), 79 .find_debuginfo = INTUSE(dwfl_standard_find_debuginfo), 82 .find_elf = INTUSE(dwfl_linux_proc_find_elf), 87 .find_debuginfo = INTUSE(dwfl_standard_find_debuginfo), 90 .find_elf = INTUSE(dwfl_linux_kernel_find_elf), 91 .section_address = INTUSE(dwfl_linux_kernel_module_section_address), 111 msg, INTUSE(dwfl_errmsg) (-1)); in failure() 148 dwfl = INTUSE(dwfl_begin) (&offline_callbacks); in parse_opt() [all …]
|
D | dwfl_validate_address.c | 38 Dwfl_Module *mod = INTUSE(dwfl_addrmodule) (dwfl, address); in dwfl_validate_address() 43 int idx = INTUSE(dwfl_module_relocate_address) (mod, &relative); in dwfl_validate_address() 53 offset_idx = INTUSE(dwfl_module_relocate_address) (mod, &relative); in dwfl_validate_address()
|
D | dwfl_module_dwarf_cfi.c | 48 INTUSE(dwarf_cfi_end) (cfi); in __libdwfl_set_cfi() 70 INTUSE(dwarf_getcfi) in dwfl_module_dwarf_cfi() 71 (INTUSE(dwfl_module_getdwarf) (mod, bias))); in dwfl_module_dwarf_cfi()
|
D | dwfl_build_id_find_debuginfo.c | 56 ssize_t build_id_len = INTUSE(dwelf_dwarf_gnu_debugaltlink) (mod->dw, in dwfl_build_id_find_debuginfo() 75 ssize_t alt_len = INTUSE(dwelf_elf_gnu_build_id) (mod->alt_elf, in dwfl_build_id_find_debuginfo() 101 if (INTUSE(dwfl_module_build_id) (mod, &bits, &vaddr) > 0) in dwfl_build_id_find_debuginfo()
|
/external/elfutils/libelf/ |
D | nlist.c | 50 #define HASHFCT(str, len) INTUSE(elf_hash) (str) 84 INTUSE(elf_version) (EV_CURRENT); in nlist() 87 elf = INTUSE(elf_begin) (fd, ELF_C_READ_MMAP, NULL); in nlist() 93 while ((scn = INTUSE(elf_nextscn) (elf, scn)) != NULL) in nlist() 95 shdr = INTUSE(gelf_getshdr) (scn, &shdr_mem); in nlist() 119 shdr = INTUSE(gelf_getshdr) (symscn, &shdr_mem); in nlist() 126 data = INTUSE(elf_getdata) (symscn, NULL); in nlist() 132 / INTUSE(gelf_fsize) (elf, ELF_T_SYM, 1, EV_CURRENT)); in nlist() 149 sym = INTUSE(gelf_getsym) (data, cnt, &mem.sym); in nlist() 154 mem.str = INTUSE(elf_strptr) (elf, shdr->sh_link, sym->st_name); in nlist() [all …]
|
D | elf32_checksum.c | 66 if (INTUSE(elf_getshdrstrndx) (elf, &shstrndx) < 0) in elfw2() 91 while ((scn = INTUSE(elf_nextscn) (elf, scn)) != NULL) in elfw2() 98 shdr = INTUSE(gelf_getshdr) (scn, &shdr_mem); in elfw2() 107 INTUSE(elf_strptr) (elf, shstrndx, shdr->sh_name), in elfw2() 123 data = INTUSE(elf_rawdata) (scn, NULL); in elfw2() 135 while ((data = INTUSE(elf_getdata) (scn, data)) != NULL) in elfw2() 145 if (INTUSE(elfw2(LIBELFBITS,xlatetof)) (data, data, ident[EI_DATA]) in elfw2() 155 if (INTUSE(elfw2(LIBELFBITS,xlatetom)) (data, data, ident[EI_DATA]) in elfw2()
|
D | gelf_newehdr.c | 44 ? (void *) INTUSE(elf32_newehdr) (elf) in gelf_newehdr() 45 : (void *) INTUSE(elf64_newehdr) (elf)); in gelf_newehdr()
|
/external/e2fsprogs/intl/ |
D | bindtextdom.c | 64 # define INTUSE(name) name macro 147 if (strcmp (dirname, INTUSE(_nl_default_dirname)) == 0) in __libc_rwlock_define() 148 result = (char *) INTUSE(_nl_default_dirname); in __libc_rwlock_define() 163 if (binding->dirname != INTUSE(_nl_default_dirname)) in __libc_rwlock_define() 216 *dirnamep = INTUSE(_nl_default_dirname); in __libc_rwlock_define() 238 dirname = INTUSE(_nl_default_dirname); in __libc_rwlock_define() 241 if (strcmp (dirname, INTUSE(_nl_default_dirname)) == 0) in __libc_rwlock_define() 242 dirname = INTUSE(_nl_default_dirname); in __libc_rwlock_define() 265 new_binding->dirname = (char *) INTUSE(_nl_default_dirname); in __libc_rwlock_define() 321 if (new_binding->dirname != INTUSE(_nl_default_dirname)) in __libc_rwlock_define()
|