/external/elfutils/backends/ |
alpha_auxv.c | 34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
|
i386_auxv.c | 34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
|
ppc_auxv.c | 34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
|
sparc_auxv.c | 34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
|
alpha_symbol.c | 76 alpha_machine_section_flag_check (GElf_Xword sh_flags)
|
ia64_symbol.c | 91 ia64_machine_section_flag_check (GElf_Xword sh_flags)
|
/external/elfutils/libebl/ |
eblmachinesectionflagcheck.c | 60 GElf_Xword flags;
|
ebl-hooks.h | 84 bool EBLHOOK(machine_section_flag_check) (GElf_Xword); 129 int EBLHOOK(auxv_info) (GElf_Xword, const char **, const char **);
|
eblauxvinfo.c | 109 GElf_Xword a_type;
|
libebl.h | 142 extern bool ebl_machine_section_flag_check (Ebl *ebl, GElf_Xword flags); 359 extern int ebl_auxv_info (Ebl *ebl, GElf_Xword a_type,
|
eblopenbackend.c | 174 static bool default_machine_section_flag_check (GElf_Xword flags); 193 static int default_auxv_info (GElf_Xword a_type, 532 default_machine_section_flag_check (GElf_Xword flags) 604 default_auxv_info (GElf_Xword a_type __attribute__ ((unused)),
|
/external/elfutils/libasm/ |
libasm.h | 84 GElf_Word type, GElf_Xword flags); 89 GElf_Word type, GElf_Xword flags, 142 GElf_Xword size, int type, int binding); 147 GElf_Xword size, GElf_Addr align); 151 GElf_Xword size, GElf_Addr value,
|
asm_newscn.c | 61 text_newscn (AsmScn_t *result, GElf_Word type, GElf_Xword flags) 64 char flagstr[sizeof (GElf_Xword) * 8 + 5]; 104 binary_newscn (AsmScn_t *result, GElf_Word type, GElf_Xword flags, 162 GElf_Xword flags;
|
libasmP.h | 198 GElf_Xword size; 273 GElf_Word type, GElf_Xword flags)
|
asm_newcomsym.c | 55 GElf_Xword size;
|
asm_newscn_ingrp.c | 41 GElf_Xword flags;
|
asm_newabssym.c | 55 GElf_Xword size;
|
asm_newsym.c | 44 GElf_Xword size;
|
/external/elfutils/libelf/ |
elf-knowledge.h | 109 ((Flags) & ~((GElf_Xword) 0 | SHF_LINK_ORDER | SHF_OS_NONCONFORMING))
|
gelf.h | 72 typedef Elf64_Xword GElf_Xword;
|
/external/elfutils/libdwfl/ |
dwfl_segment_report_module.c | 272 GElf_Xword dyn_filesz = 0; 280 inline void consider_notes (GElf_Addr vaddr, GElf_Xword filesz) 344 GElf_Addr vaddr, GElf_Xword memsz, 345 GElf_Off offset, GElf_Xword filesz, 346 GElf_Xword align) 459 GElf_Xword dynstrsz = 0; 460 inline bool consider_dyn (GElf_Sxword tag, GElf_Xword val) 604 GElf_Off offset, GElf_Xword filesz)
|
elf-from-memory.c | 220 GElf_Xword filesz, GElf_Xword align) 284 GElf_Xword filesz, GElf_Xword align)
|
dwfl_report_elf.c | 60 #define REL_MIN_ALIGN ((GElf_Xword) 0x100) 96 const GElf_Xword align = shdr->sh_addralign ?: 1; 129 const GElf_Xword prev_align
|
link_map.c | 479 GElf_Xword align = mod->dwfl->segment_align; 648 GElf_Xword phent = 0; 649 GElf_Xword phnum = 0; 693 GElf_Xword dyn_filesz = 0;
|
dwfl_module_getdwarf.c | 339 GElf_Xword strsz = 0; 395 : *(const GElf_Xword *) data->d_buf);
|