/external/elfutils/0.153/libebl/ |
D | ebl-hooks.h | 78 const char *EBLHOOK(machine_flag_name) (GElf_Word *); 81 bool EBLHOOK(machine_flag_check) (GElf_Word); 105 GElf_Word EBLHOOK(sh_flags_combine) (GElf_Word, GElf_Word); 119 GElf_Word *, size_t *, const Ebl_Register_Location **,
|
D | eblshflagscombine.c | 58 GElf_Word 61 GElf_Word flags1; 62 GElf_Word flags2;
|
D | libebl.h | 135 extern const char *ebl_machine_flag_name (Ebl *ebl, GElf_Word flags, 139 extern bool ebl_machine_flag_check (Ebl *ebl, GElf_Word flags); 175 extern GElf_Word ebl_sh_flags_combine (Ebl *ebl, GElf_Word flags1, 176 GElf_Word flags2); 389 GElf_Word *regs_offset, size_t *nregloc,
|
D | eblopenbackend.c | 182 static GElf_Word default_sh_flags_combine (GElf_Word flags1, GElf_Word flags2); 190 GElf_Word *regs_offset, size_t *nregloc, 578 static GElf_Word 579 default_sh_flags_combine (GElf_Word flags1, GElf_Word flags2) in default_sh_flags_combine() 616 GElf_Word *ro __attribute__ ((unused)), in default_core_note()
|
D | eblcorenote.c | 69 GElf_Word *regs_offset;
|
/external/elfutils/0.153/libdwfl/ |
D | libdwfl.h | 75 const char *debuglink_file, GElf_Word debuglink_crc, 86 GElf_Word shndx, const GElf_Shdr *shdr, 304 GElf_Word, char **); 315 GElf_Word, char **); 322 const char *, GElf_Word, 333 const char *, GElf_Word, 412 GElf_Word *shndxp); 441 GElf_Sym *sym, GElf_Word *shndxp) 450 GElf_Sym *sym, GElf_Word *shndxp)
|
D | dwfl_module_addrsym.c | 57 GElf_Sym *closest_sym, GElf_Word *shndxp) in dwfl_module_addrsym() 64 GElf_Word addr_shndx = SHN_UNDEF; in dwfl_module_addrsym() 65 inline bool same_section (const GElf_Sym *sym, GElf_Word shndx) in dwfl_module_addrsym() 97 GElf_Word closest_shndx = SHN_UNDEF; in dwfl_module_addrsym() 102 GElf_Word sizeless_shndx = SHN_UNDEF; in dwfl_module_addrsym() 113 GElf_Word shndx; in dwfl_module_addrsym()
|
D | dwfl_module_getsym.c | 54 GElf_Sym *sym, GElf_Word *shndxp) in dwfl_module_getsym() 66 GElf_Word shndx; in dwfl_module_getsym() 91 *shndxp = alloc ? shndx : (GElf_Word) -1; in dwfl_module_getsym()
|
D | find-debuginfo.c | 98 check_crc (int fd, GElf_Word debuglink_crc) in check_crc() 106 validate (Dwfl_Module *mod, int fd, bool check, GElf_Word debuglink_crc) in validate() 140 const char *debuglink_file, GElf_Word debuglink_crc, in find_debuginfo_in_path() 143 bool cancheck = debuglink_crc != (GElf_Word) 0; in find_debuginfo_in_path() 278 GElf_Word debuglink_crc, in dwfl_standard_find_debuginfo()
|
D | dwfl_build_id_find_debuginfo.c | 61 GElf_Word crc __attribute__ ((unused)), in dwfl_build_id_find_debuginfo()
|
D | dwfl_module_getdwarf.c | 231 find_debuglink (Elf *elf, GElf_Word *crc) in find_debuglink() 493 GElf_Word sh_type, in find_prelink_address_sync() 550 GElf_Word debuglink_crc = 0; in find_debuginfo() 571 size_t *syments, int *first_global, GElf_Word *strshndx) in load_symtab() 740 ? *(const GElf_Word *) data->d_buf in find_dynsym() 852 GElf_Word strshndx; in find_symtab()
|
/external/elfutils/elfutils/ |
D | libdwfl.h | 75 const char *debuglink_file, GElf_Word debuglink_crc, 86 GElf_Word shndx, const GElf_Shdr *shdr, 304 GElf_Word, char **); 315 GElf_Word, char **); 322 const char *, GElf_Word, 333 const char *, GElf_Word, 412 GElf_Word *shndxp); 441 GElf_Sym *sym, GElf_Word *shndxp) 450 GElf_Sym *sym, GElf_Word *shndxp)
|
/external/elfutils/0.153/libasm/ |
D | libasmP.h | 74 GElf_Word type; 98 GElf_Word max_align; 171 GElf_Word common_align; 273 GElf_Word type, GElf_Xword flags)
|
D | libasm.h | 84 GElf_Word type, GElf_Xword flags); 89 GElf_Word type, GElf_Xword flags, 156 extern int asm_align (AsmScn_t *asmscn, GElf_Word value);
|
D | asm_newscn.c | 61 text_newscn (AsmScn_t *result, GElf_Word type, GElf_Xword flags) in text_newscn() 104 binary_newscn (AsmScn_t *result, GElf_Word type, GElf_Xword flags, in binary_newscn() 161 GElf_Word type;
|
D | asm_newscn_ingrp.c | 40 GElf_Word type;
|
/external/elfutils/0.153/backends/ |
D | x86_corenote.c | 32 ioperm_info (GElf_Word descsz, GElf_Word *regs_offset, in ioperm_info()
|
D | i386_corenote.c | 119 tls_info (GElf_Word descsz, GElf_Word *regs_offset, in tls_info()
|
D | sh_symbol.c | 60 sh_machine_flag_check (GElf_Word flags) in sh_machine_flag_check()
|
D | arm_symbol.c | 70 arm_machine_flag_check (GElf_Word flags) in arm_machine_flag_check()
|
D | ia64_symbol.c | 84 ia64_machine_flag_check (GElf_Word flags) in ia64_machine_flag_check()
|
D | sparc_symbol.c | 61 sparc_machine_flag_check (GElf_Word flags) in sparc_machine_flag_check()
|
/external/elfutils/0.153/libelf/ |
D | elf32_updatenull.c | 311 if (unlikely ((GElf_Word) (data->d_off in __elfw2() 341 size = MAX ((GElf_Word) size, in __elfw2() 366 update_if_changed (shdr->sh_offset, (GElf_Word) size, in __elfw2() 379 update_if_changed (shdr->sh_size, (GElf_Word) offset, in __elfw2() 411 size = MAX ((GElf_Word) size, in __elfw2() 425 update_if_changed (ehdr->e_shoff, (GElf_Word) size, elf->flags); in __elfw2()
|
D | gelf_getnote.c | 96 GElf_Word namesz = NOTE_ALIGN (n->n_namesz); 97 GElf_Word descsz = NOTE_ALIGN (n->n_descsz);
|
/external/ltrace/ |
D | ltrace-elf.h | 49 GElf_Word plt_flags; 120 int elf_get_section_type(struct ltelf *lte, GElf_Word type,
|