HomeSort by relevance Sort by last modified time
    Searched refs:GElf_Word (Results 1 - 25 of 48) sorted by null

1 2

  /external/elfutils/backends/
x86_corenote.c 35 ioperm_info (GElf_Word descsz, GElf_Word *regs_offset,
sh_symbol.c 64 sh_machine_flag_check (GElf_Word flags)
i386_corenote.c 122 tls_info (GElf_Word descsz, GElf_Word *regs_offset,
ia64_symbol.c 87 ia64_machine_flag_check (GElf_Word flags)
ppc64_symbol.c 125 ppc64_machine_flag_check (GElf_Word flags)
riscv_symbol.c 82 riscv_machine_flag_check (GElf_Word flags)
arm_symbol.c 74 arm_machine_flag_check (GElf_Word flags)
  /external/elfutils/libasm/
libasmP.h 79 GElf_Word type;
103 GElf_Word max_align;
176 GElf_Word common_align;
278 GElf_Word type, GElf_Xword flags)
libasm.h 87 GElf_Word type, GElf_Xword flags);
92 GElf_Word type, GElf_Xword flags,
159 extern int asm_align (AsmScn_t *asmscn, GElf_Word value);
asm_newscn.c 63 text_newscn (AsmScn_t *result, GElf_Word type, GElf_Xword flags)
106 binary_newscn (AsmScn_t *result, GElf_Word type, GElf_Xword flags,
160 asm_newscn (AsmCtx_t *ctx, const char *scnname, GElf_Word type,
asm_newscn_ingrp.c 40 asm_newscn_ingrp (AsmCtx_t *ctx, const char *scnname, GElf_Word type,
  /external/elfutils/libdwfl/
libdwfl.h 62 const char *debuglink_file, GElf_Word debuglink_crc,
73 GElf_Word shndx, const GElf_Shdr *shdr,
300 GElf_Word, char **);
311 GElf_Word, char **);
318 const char *, GElf_Word,
329 const char *, GElf_Word,
410 GElf_Word *shndxp);
452 GElf_Sym *sym, GElf_Word *shndxp)
477 GElf_Word *shndxp,
505 GElf_Word *shndxp, Elf **elfp
    [all...]
dwfl_module_addrsym.c 42 GElf_Word addr_shndx;
49 GElf_Word closest_shndx;
56 GElf_Word sizeless_shndx;
66 GElf_Addr value, Elf *symelf, GElf_Word shndx)
133 const char *name, GElf_Word shndx,
205 GElf_Word shndx;
245 GElf_Sym *_closest_sym, GElf_Word *shndxp,
319 GElf_Sym *closest_sym, GElf_Word *shndxp)
330 GElf_Word *shndxp, Elf **elfp, Dwarf_Addr *bias)
dwfl_module_getsym.c 38 GElf_Word *shndxp, Elf **elfp, Dwarf_Addr *biasp,
55 GElf_Word shndx;
150 *shndxp = alloc ? shndx : (GElf_Word) -1;
203 GElf_Word *shndxp,
214 GElf_Sym *sym, GElf_Word *shndxp)
find-debuginfo.c 82 check_crc (int fd, GElf_Word debuglink_crc)
90 validate (Dwfl_Module *mod, int fd, bool check, GElf_Word debuglink_crc)
163 const char *debuglink_file, GElf_Word debuglink_crc,
166 bool cancheck = debuglink_crc != (GElf_Word) 0;
355 GElf_Word debuglink_crc,
  /external/elfutils/libdwelf/
libdwelf.h 48 extern const char *dwelf_elf_gnu_debuglink (Elf *elf, GElf_Word *crc);
dwelf_elf_gnu_debuglink.c 36 dwelf_elf_gnu_debuglink (Elf *elf, GElf_Word *crc)
  /external/elfutils/libebl/
eblcorenote.c 46 GElf_Word *regs_offset, size_t *nregloc,
ebl-hooks.h 54 const char *EBLHOOK(machine_flag_name) (GElf_Word *);
57 bool EBLHOOK(machine_flag_check) (GElf_Word);
92 GElf_Word *, size_t *, const Ebl_Register_Location **,
libebl.h 125 extern const char *ebl_machine_flag_name (Ebl *ebl, GElf_Word flags,
129 extern bool ebl_machine_flag_check (Ebl *ebl, GElf_Word flags);
178 uint32_t type, GElf_Word descsz,
324 GElf_Word *regs_offset, size_t *nregloc,
  /external/elfutils/tests/
debuglink.c 52 GElf_Word crc;
dwflsyms.c 87 elf_section_name (Elf *elf, GElf_Word shndx)
98 addr_in_section (Elf *elf, GElf_Word shndx, GElf_Addr addr)
122 GElf_Word shndxp;
157 GElf_Word ashndxp;
  /external/elfutils/libelf/
gelf_getnote.c 89 GElf_Word descsz = (data->d_type == ELF_T_NHDR8
elf32_updatenull.c 302 if (unlikely ((GElf_Word) (data->d_off
332 size = MAX ((GElf_Word) size,
356 update_if_changed (shdr->sh_offset, (GElf_Word) size,
369 update_if_changed (shdr->sh_size, (GElf_Word) offset,
418 size = MAX ((GElf_Word) size,
432 update_if_changed (ehdr->e_shoff, (GElf_Word) size, elf->flags);
  /external/perf_data_converter/src/quipper/
dso_test_utils.cc 35 GElf_Word Add(string value) {
36 GElf_Word ret = table_.size();

Completed in 672 milliseconds

1 2