/external/elfutils/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); 117 int EBLHOOK(core_note) (GElf_Word, GElf_Word, GElf_Word *, size_t *,
|
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); 172 extern GElf_Word ebl_sh_flags_combine (Ebl *ebl, GElf_Word flags1, 173 GElf_Word flags2); 352 extern int ebl_core_note (Ebl *ebl, GElf_Word n_type, GElf_Word descsz, 353 GElf_Word *regs_offset, size_t *nregloc,
|
D | eblshflagscombine.c | 58 GElf_Word 61 GElf_Word flags1; 62 GElf_Word flags2;
|
D | eblcorenote.c | 67 GElf_Word n_type; 68 GElf_Word descsz; 69 GElf_Word *regs_offset;
|
D | eblopenbackend.c | 182 static GElf_Word default_sh_flags_combine (GElf_Word flags1, GElf_Word flags2); 189 static int default_core_note (GElf_Word n_type, GElf_Word descsz, 190 GElf_Word *regs_offset, size_t *nregloc, 576 static GElf_Word 577 default_sh_flags_combine (GElf_Word flags1, GElf_Word flags2) in default_sh_flags_combine() 612 default_core_note (GElf_Word n_type __attribute__ ((unused)), in default_core_note() 613 GElf_Word descsz __attribute__ ((unused)), in default_core_note() 614 GElf_Word *ro __attribute__ ((unused)), in default_core_note()
|
/external/elfutils/libdwfl/ |
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() 111 GElf_Word shndx; in dwfl_module_addrsym()
|
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, 403 GElf_Word *shndxp); 431 GElf_Sym *sym, GElf_Word *shndxp) 440 GElf_Sym *sym, GElf_Word *shndxp)
|
D | find-debuginfo.c | 85 check_crc (int fd, GElf_Word debuglink_crc) in check_crc() 93 validate (Dwfl_Module *mod, int fd, bool check, GElf_Word debuglink_crc) in validate() 121 const char *debuglink_file, GElf_Word debuglink_crc, in find_debuginfo_in_path() 124 bool cancheck = debuglink_crc != (GElf_Word) 0; in find_debuginfo_in_path() 261 GElf_Word debuglink_crc, in dwfl_standard_find_debuginfo()
|
D | dwfl_module_getsym.c | 54 GElf_Sym *sym, GElf_Word *shndxp) in dwfl_module_getsym() 66 GElf_Word shndx; in dwfl_module_getsym()
|
D | dwfl_module_getdwarf.c | 145 find_debuglink (Elf *elf, GElf_Word *crc) in find_debuglink() 212 GElf_Word debuglink_crc = 0; in find_debuginfo() 230 size_t *syments, GElf_Word *strshndx) in load_symtab() 394 ? *(const GElf_Word *) data->d_buf in find_dynsym() 504 GElf_Word strshndx = 0; in find_symtab()
|
D | dwfl_build_id_find_debuginfo.c | 61 GElf_Word crc __attribute__ ((unused)), in dwfl_build_id_find_debuginfo()
|
D | relocate.c | 123 int symndx, GElf_Sym *sym, GElf_Word *shndx) in relocate_getsym() 206 GElf_Sym *sym, GElf_Word shndx) in resolve_symbol() 329 GElf_Word shndx; in relocate_section()
|
/external/elfutils/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/backends/ |
D | x86_corenote.c | 31 ioperm_info (GElf_Word descsz, GElf_Word *regs_offset, in ioperm_info()
|
D | i386_corenote.c | 118 tls_info (GElf_Word descsz, GElf_Word *regs_offset, in tls_info()
|
D | linux-core-note.c | 171 GElf_Word n_type; 172 GElf_Word descsz; 173 GElf_Word *regs_offset;
|
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/libelf/ |
D | elf32_updatenull.c | 307 if (unlikely ((GElf_Word) (data->d_off in __elfw2() 337 size = MAX ((GElf_Word) size, in __elfw2() 362 update_if_changed (shdr->sh_offset, (GElf_Word) size, in __elfw2() 375 update_if_changed (shdr->sh_size, (GElf_Word) offset, in __elfw2() 406 size = MAX ((GElf_Word) size, in __elfw2() 420 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/elfutils/src/ |
D | nm.c | 179 static GElf_Word symsec_type = SHT_SYMTAB; 708 sym_name (Elf *elf, GElf_Word strndx, GElf_Word st_name, char buf[], size_t n) in sym_name() 721 show_symbols_sysv (Ebl *ebl, GElf_Word strndx, in show_symbols_sysv() 848 show_symbols_bsd (Elf *elf, GElf_Word strndx, in show_symbols_bsd() 913 show_symbols_posix (Elf *elf, GElf_Word strndx, const char *prefix, in show_symbols_posix()
|
D | addr2line.c | 300 GElf_Word shndx; in print_addrsym() 391 GElf_Word shndx; in handle_address()
|