/external/elfutils/libebl/ |
eblshflagscombine.c | 58 GElf_Word 61 GElf_Word flags1; 62 GElf_Word flags2;
|
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 *,
|
eblcorenote.c | 67 GElf_Word n_type; 68 GElf_Word descsz; 69 GElf_Word *regs_offset;
|
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,
|
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) 612 default_core_note (GElf_Word n_type __attribute__ ((unused)) [all...] |
/external/elfutils/backends/ |
x86_corenote.c | 31 ioperm_info (GElf_Word descsz, GElf_Word *regs_offset,
|
i386_corenote.c | 118 tls_info (GElf_Word descsz, GElf_Word *regs_offset,
|
ia64_symbol.c | 84 ia64_machine_flag_check (GElf_Word flags)
|
sparc_symbol.c | 61 sparc_machine_flag_check (GElf_Word flags)
|
linux-core-note.c | 171 GElf_Word n_type; 172 GElf_Word descsz; 173 GElf_Word *regs_offset;
|
/external/elfutils/libdwfl/ |
dwfl_module_addrsym.c | 57 GElf_Sym *closest_sym, GElf_Word *shndxp) 64 GElf_Word addr_shndx = SHN_UNDEF; 65 inline bool same_section (const GElf_Sym *sym, GElf_Word shndx) 97 GElf_Word closest_shndx = SHN_UNDEF; 102 GElf_Word sizeless_shndx = SHN_UNDEF; 111 GElf_Word shndx;
|
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)
|
dwfl_module_getsym.c | 54 GElf_Sym *sym, GElf_Word *shndxp) 66 GElf_Word shndx;
|
dwfl_build_id_find_debuginfo.c | 61 GElf_Word crc __attribute__ ((unused)),
|
find-debuginfo.c | 85 check_crc (int fd, GElf_Word debuglink_crc) 93 validate (Dwfl_Module *mod, int fd, bool check, GElf_Word debuglink_crc) 121 const char *debuglink_file, GElf_Word debuglink_crc, 124 bool cancheck = debuglink_crc != (GElf_Word) 0; 261 GElf_Word debuglink_crc,
|
dwfl_module_getdwarf.c | 145 find_debuglink (Elf *elf, GElf_Word *crc) 212 GElf_Word debuglink_crc = 0; 230 size_t *syments, GElf_Word *strshndx) 394 ? *(const GElf_Word *) data->d_buf 504 GElf_Word strshndx = 0;
|
/external/elfutils/libasm/ |
libasmP.h | 74 GElf_Word type; 98 GElf_Word max_align; 171 GElf_Word common_align; 273 GElf_Word type, GElf_Xword flags)
|
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);
|
asm_newscn.c | 61 text_newscn (AsmScn_t *result, GElf_Word type, GElf_Xword flags) 104 binary_newscn (AsmScn_t *result, GElf_Word type, GElf_Xword flags, 161 GElf_Word type;
|
asm_newscn_ingrp.c | 40 GElf_Word type;
|
asm_align.c | 42 GElf_Word value;
|
/external/elfutils/libelf/ |
gelf_getnote.c | 96 GElf_Word namesz = NOTE_ALIGN (n->n_namesz); 97 GElf_Word descsz = NOTE_ALIGN (n->n_descsz);
|
elf32_updatenull.c | 307 if (unlikely ((GElf_Word) (data->d_off 337 size = MAX ((GElf_Word) size, 362 update_if_changed (shdr->sh_offset, (GElf_Word) size, 375 update_if_changed (shdr->sh_size, (GElf_Word) offset, 406 size = MAX ((GElf_Word) size, 420 update_if_changed (ehdr->e_shoff, (GElf_Word) size, elf->flags);
|
/external/elfutils/src/ |
addr2line.c | 300 GElf_Word shndx; 391 GElf_Word shndx;
|
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) 721 show_symbols_sysv (Ebl *ebl, GElf_Word strndx, 848 show_symbols_bsd (Elf *elf, GElf_Word strndx, 913 show_symbols_posix (Elf *elf, GElf_Word strndx, const char *prefix, [all...] |