/third_party/elfutils/libasm/ |
D | libasm.h | 88 GElf_Word type, GElf_Xword flags); 93 GElf_Word type, GElf_Xword flags, 146 GElf_Xword size, int type, int binding); 151 GElf_Xword size, GElf_Addr align); 155 GElf_Xword size, GElf_Addr value,
|
D | asm_newscn.c | 62 text_newscn (AsmScn_t *result, GElf_Word type, GElf_Xword flags) in text_newscn() 65 char flagstr[sizeof (GElf_Xword) * 8 + 5]; in text_newscn() 105 binary_newscn (AsmScn_t *result, GElf_Word type, GElf_Xword flags, in binary_newscn() 160 GElf_Xword flags) in asm_newscn()
|
D | libasmP.h | 204 GElf_Xword size; 279 GElf_Word type, GElf_Xword flags)
|
D | asm_newscn_ingrp.c | 41 GElf_Xword flags, AsmScnGrp_t *grp) in asm_newscn_ingrp()
|
D | asm_newcomsym.c | 55 asm_newcomsym (AsmCtx_t *ctx, const char *name, GElf_Xword size, in asm_newcomsym()
|
D | asm_newabssym.c | 55 asm_newabssym (AsmCtx_t *ctx, const char *name, GElf_Xword size, in asm_newabssym()
|
D | asm_newsym.c | 44 asm_newsym (AsmScn_t *asmscn, const char *name, GElf_Xword size, in asm_newsym()
|
/third_party/elfutils/libdwfl/ |
D | elf-from-memory.c | 58 GElf_Xword pagesize, in elf_from_remote_memory() 246 GElf_Xword memsz = class32 ? (*p32)[i].p_memsz : (*p64)[i].p_memsz; in elf_from_remote_memory() 248 GElf_Xword filesz = class32 ? (*p32)[i].p_filesz : (*p64)[i].p_filesz; in elf_from_remote_memory() 304 GElf_Xword filesz = class32 ? (*p32)[i].p_filesz : (*p64)[i].p_filesz; in elf_from_remote_memory()
|
D | dwfl_report_elf.c | 41 #define REL_MIN_ALIGN ((GElf_Xword) 0x100) 82 const GElf_Xword align = shdr->sh_addralign ?: 1; in __libdwfl_elf_address_range() 115 const GElf_Xword prev_align in __libdwfl_elf_address_range()
|
D | dwfl_segment_report_module.c | 498 GElf_Xword dyn_filesz = 0; in dwfl_segment_report_module() 517 GElf_Xword memsz = is32 ? p32[i].p_memsz : p64[i].p_memsz; in dwfl_segment_report_module() 519 GElf_Xword filesz = is32 ? p32[i].p_filesz : p64[i].p_filesz; in dwfl_segment_report_module() 520 GElf_Xword align = is32 ? p32[i].p_align : p64[i].p_align; in dwfl_segment_report_module() 814 GElf_Xword dynstrsz = 0; in dwfl_segment_report_module() 867 GElf_Xword val = is32 ? d32[i].d_un.d_val : d64[i].d_un.d_val; in dwfl_segment_report_module() 997 GElf_Xword filesz = is32 ? p32[i].p_filesz : p64[i].p_filesz; in dwfl_segment_report_module()
|
D | link_map.c | 561 GElf_Xword align = mod->dwfl->segment_align; in consider_executable() 731 GElf_Xword phent = 0; in dwfl_link_map_report() 732 GElf_Xword phnum = 0; in dwfl_link_map_report() 783 GElf_Xword dyn_filesz = 0; in dwfl_link_map_report() 945 GElf_Xword filesz = (is32 in dwfl_link_map_report()
|
D | dwfl_module_getdwarf.c | 241 GElf_Xword sh_flags, in consider_shdr() 243 GElf_Xword sh_size, in consider_shdr() 704 GElf_Addr addrs[i_max], GElf_Xword strsz, in translate_offs() 723 : *(const GElf_Xword *) data->d_buf); in translate_offs() 851 GElf_Xword strsz = 0; in find_dynsym()
|
/third_party/elfutils/libebl/ |
D | ebl-hooks.h | 60 bool EBLHOOK(machine_section_flag_check) (GElf_Xword); 106 int EBLHOOK(auxv_info) (GElf_Xword, const char **, const char **);
|
D | eblmachinesectionflagcheck.c | 37 ebl_machine_section_flag_check (Ebl *ebl, GElf_Xword flags) in ebl_machine_section_flag_check()
|
D | libebl.h | 128 extern bool ebl_machine_section_flag_check (Ebl *ebl, GElf_Xword flags); 318 extern int ebl_auxv_info (Ebl *ebl, GElf_Xword a_type,
|
D | eblopenbackend.c | 173 static bool default_machine_section_flag_check (GElf_Xword flags); 191 static int default_auxv_info (GElf_Xword a_type, 465 default_machine_section_flag_check (GElf_Xword flags) in default_machine_section_flag_check() 531 default_auxv_info (GElf_Xword a_type __attribute__ ((unused)), in default_auxv_info()
|
D | eblauxvinfo.c | 88 ebl_auxv_info (Ebl *ebl, GElf_Xword a_type, const char **name, in ebl_auxv_info()
|
/third_party/elfutils/backends/ |
D | arm_auxv.c | 37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) in EBLHOOK()
|
D | sparc_auxv.c | 37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) in EBLHOOK()
|
D | alpha_auxv.c | 37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) in EBLHOOK()
|
D | ppc_auxv.c | 37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) in EBLHOOK()
|
D | i386_auxv.c | 37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) in EBLHOOK()
|
D | ia64_symbol.c | 94 ia64_machine_section_flag_check (GElf_Xword sh_flags) in ia64_machine_section_flag_check()
|
D | alpha_symbol.c | 81 alpha_machine_section_flag_check (GElf_Xword sh_flags) in alpha_machine_section_flag_check()
|
/third_party/elfutils/libelf/ |
D | gelf.h | 51 typedef Elf64_Xword GElf_Xword; typedef
|