Home
last modified time | relevance | path

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

123

/third_party/elfutils/include/elfutils/
Dlibdwfl.h65 const char *debuglink_file, GElf_Word debuglink_crc,
76 GElf_Word shndx, const GElf_Shdr *shdr,
295 GElf_Word, char **);
306 GElf_Word, char **);
313 const char *, GElf_Word,
324 const char *, GElf_Word,
405 GElf_Word *shndxp);
447 GElf_Sym *sym, GElf_Word *shndxp)
472 GElf_Word *shndxp,
500 GElf_Word *shndxp, Elf **elfp,
[all …]
/third_party/elfutils/libdwfl/
Dlibdwfl.h65 const char *debuglink_file, GElf_Word debuglink_crc,
76 GElf_Word shndx, const GElf_Shdr *shdr,
295 GElf_Word, char **);
306 GElf_Word, char **);
313 const char *, GElf_Word,
324 const char *, GElf_Word,
405 GElf_Word *shndxp);
447 GElf_Sym *sym, GElf_Word *shndxp)
472 GElf_Word *shndxp,
500 GElf_Word *shndxp, Elf **elfp,
[all …]
Ddwfl_module_addrsym.c42 GElf_Word addr_shndx;
49 GElf_Word closest_shndx;
56 GElf_Word sizeless_shndx;
66 GElf_Addr value, Elf *symelf, GElf_Word shndx) in same_section()
133 const char *name, GElf_Word shndx, in try_sym_value()
205 GElf_Word shndx; in search_table()
245 GElf_Sym *_closest_sym, GElf_Word *shndxp, in __libdwfl_addrsym()
319 GElf_Sym *closest_sym, GElf_Word *shndxp) in dwfl_module_addrsym()
330 GElf_Word *shndxp, Elf **elfp, Dwarf_Addr *bias) in INTDEF()
Ddwfl_module_getsym.c38 GElf_Word *shndxp, Elf **elfp, Dwarf_Addr *biasp, in __libdwfl_getsym()
55 GElf_Word shndx; in __libdwfl_getsym()
150 *shndxp = alloc ? shndx : (GElf_Word) -1; in __libdwfl_getsym()
203 GElf_Word *shndxp, in dwfl_module_getsym_info()
214 GElf_Sym *sym, GElf_Word *shndxp) in INTDEF()
Dfind-debuginfo.c81 check_crc (int fd, GElf_Word debuglink_crc) in check_crc()
89 validate (Dwfl_Module *mod, int fd, bool check, GElf_Word debuglink_crc) in validate()
162 const char *debuglink_file, GElf_Word debuglink_crc, in find_debuginfo_in_path()
165 bool cancheck = debuglink_crc != (GElf_Word) 0; in find_debuginfo_in_path()
354 GElf_Word debuglink_crc, in dwfl_standard_find_debuginfo()
Dlinux-core-attach.c135 GElf_Word regs_offset; in core_next_thread()
190 GElf_Word regs_offset; in core_set_initial_registers()
383 GElf_Word regs_offset; in dwfl_core_file_attach()
/third_party/elfutils/libebl/
Debl-hooks.h54 const char *EBLHOOK(machine_flag_name) (GElf_Word, GElf_Word *);
57 bool EBLHOOK(machine_flag_check) (GElf_Word);
92 GElf_Word *, size_t *, const Ebl_Register_Location **,
Dlibebl.h121 extern const char *ebl_machine_flag_name (Ebl *ebl, GElf_Word flags,
125 extern bool ebl_machine_flag_check (Ebl *ebl, GElf_Word flags);
174 uint32_t type, GElf_Word descsz,
312 GElf_Word *regs_offset, size_t *nregloc,
Deblobjnote.c327 GElf_Word pr_type; in ebl_object_note()
328 GElf_Word pr_datasz; in ebl_object_note()
427 GElf_Word data; in ebl_object_note()
494 GElf_Word data; in ebl_object_note()
Deblcorenote.c46 GElf_Word *regs_offset, size_t *nregloc, in ebl_core_note()
/third_party/elfutils/libasm/
DlibasmP.h80 GElf_Word type;
104 GElf_Word max_align;
177 GElf_Word common_align;
279 GElf_Word type, GElf_Xword flags)
Dasm_newscn.c62 text_newscn (AsmScn_t *result, GElf_Word type, GElf_Xword flags) in text_newscn()
105 binary_newscn (AsmScn_t *result, GElf_Word type, GElf_Xword flags, in binary_newscn()
159 asm_newscn (AsmCtx_t *ctx, const char *scnname, GElf_Word type, in asm_newscn()
Dlibasm.h88 GElf_Word type, GElf_Xword flags);
93 GElf_Word type, GElf_Xword flags,
160 extern int asm_align (AsmScn_t *asmscn, GElf_Word value);
Dasm_newscn_ingrp.c40 asm_newscn_ingrp (AsmCtx_t *ctx, const char *scnname, GElf_Word type, in asm_newscn_ingrp()
/third_party/skia/buildtools/third_party/eu-strip/
Dfix-elf-size.patch27 - size = MAX ((GElf_Word) size,
39 - update_if_changed (shdr->sh_offset, (GElf_Word) size,
48 - size = MAX ((GElf_Word) size,
57 - update_if_changed (ehdr->e_shoff, (GElf_Word) size, elf->flags);
/third_party/elfutils/tests/
Ddwflsyms.c87 elf_section_name (Elf *elf, GElf_Word shndx) in elf_section_name()
98 addr_in_section (Elf *elf, GElf_Word shndx, GElf_Addr addr) in addr_in_section()
122 GElf_Word shndxp; in list_syms()
157 GElf_Word ashndxp; in list_syms()
Ddebuglink.c52 GElf_Word crc; in main()
/third_party/elfutils/backends/
Dx86_corenote.c35 ioperm_info (GElf_Word descsz, GElf_Word *regs_offset, in ioperm_info()
Di386_corenote.c122 tls_info (GElf_Word descsz, GElf_Word *regs_offset, in tls_info()
Dcsky_symbol.c56 csky_machine_flag_check (GElf_Word flags) in csky_machine_flag_check()
Dsh_symbol.c64 sh_machine_flag_check (GElf_Word flags) in sh_machine_flag_check()
Dppc64_symbol.c125 ppc64_machine_flag_check (GElf_Word flags) in ppc64_machine_flag_check()
Dia64_symbol.c87 ia64_machine_flag_check (GElf_Word flags) in ia64_machine_flag_check()
/third_party/elfutils/src/
Dnm.c187 static GElf_Word symsec_type = SHT_SYMTAB;
712 sym_name (Elf *elf, GElf_Word strndx, GElf_Word st_name, char buf[], size_t n) in sym_name()
725 show_symbols_sysv (Ebl *ebl, GElf_Word strndx, const char *fullname, in show_symbols_sysv()
928 show_symbols_bsd (Elf *elf, const GElf_Ehdr *ehdr, GElf_Word strndx, in show_symbols_bsd()
1060 show_symbols_posix (Elf *elf, const GElf_Ehdr *ehdr, GElf_Word strndx, in show_symbols_posix()
1182 GElf_Word debuglink_crc, in find_no_debuginfo()
/third_party/elfutils/libdwelf/
Dlibdwelf.h48 extern const char *dwelf_elf_gnu_debuglink (Elf *elf, GElf_Word *crc);

123