Home
last modified time | relevance | path

Searched refs:GElf_Word (Results 1 – 25 of 35) sorted by relevance

12

/external/elfutils/libebl/
Debl-hooks.h78 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 *,
Dlibebl.h135 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,
Deblshflagscombine.c58 GElf_Word
61 GElf_Word flags1;
62 GElf_Word flags2;
Deblcorenote.c67 GElf_Word n_type;
68 GElf_Word descsz;
69 GElf_Word *regs_offset;
Deblopenbackend.c182 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/
Ddwfl_module_addrsym.c57 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()
Dlibdwfl.h75 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)
Dfind-debuginfo.c85 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()
Ddwfl_module_getsym.c54 GElf_Sym *sym, GElf_Word *shndxp) in dwfl_module_getsym()
66 GElf_Word shndx; in dwfl_module_getsym()
Ddwfl_module_getdwarf.c145 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()
Ddwfl_build_id_find_debuginfo.c61 GElf_Word crc __attribute__ ((unused)), in dwfl_build_id_find_debuginfo()
Drelocate.c123 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/
DlibasmP.h74 GElf_Word type;
98 GElf_Word max_align;
171 GElf_Word common_align;
273 GElf_Word type, GElf_Xword flags)
Dlibasm.h84 GElf_Word type, GElf_Xword flags);
89 GElf_Word type, GElf_Xword flags,
156 extern int asm_align (AsmScn_t *asmscn, GElf_Word value);
Dasm_newscn.c61 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;
Dasm_newscn_ingrp.c40 GElf_Word type;
/external/elfutils/backends/
Dx86_corenote.c31 ioperm_info (GElf_Word descsz, GElf_Word *regs_offset, in ioperm_info()
Di386_corenote.c118 tls_info (GElf_Word descsz, GElf_Word *regs_offset, in tls_info()
Dlinux-core-note.c171 GElf_Word n_type;
172 GElf_Word descsz;
173 GElf_Word *regs_offset;
Dia64_symbol.c84 ia64_machine_flag_check (GElf_Word flags) in ia64_machine_flag_check()
Dsparc_symbol.c61 sparc_machine_flag_check (GElf_Word flags) in sparc_machine_flag_check()
/external/elfutils/libelf/
Delf32_updatenull.c307 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()
Dgelf_getnote.c96 GElf_Word namesz = NOTE_ALIGN (n->n_namesz);
97 GElf_Word descsz = NOTE_ALIGN (n->n_descsz);
/external/elfutils/src/
Dnm.c179 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()
Daddr2line.c300 GElf_Word shndx; in print_addrsym()
391 GElf_Word shndx; in handle_address()

12