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

  /external/elfutils/libebl/
eblshflagscombine.c 22 GElf_Word
25 GElf_Word flags1;
26 GElf_Word flags2;
libebl.h 62 const char *(*machine_flag_name) (GElf_Word *);
65 bool (*machine_flag_check) (GElf_Word);
80 GElf_Word (*sh_flags_combine) (GElf_Word, GElf_Word);
157 extern const char *ebl_machine_flag_name (Ebl *ebl, GElf_Word flags,
161 extern bool ebl_machine_flag_check (Ebl *ebl, GElf_Word flags);
179 extern GElf_Word ebl_sh_flags_combine (Ebl *ebl, GElf_Word flags1,
180 GElf_Word flags2)
    [all...]
eblopenbackend.c 142 static GElf_Word default_sh_flags_combine (GElf_Word flags1, GElf_Word flags2);
407 static GElf_Word
408 default_sh_flags_combine (GElf_Word flags1, GElf_Word flags2)
  /external/elfutils/libasm/
libasmP.h 61 GElf_Word type;
85 GElf_Word max_align;
158 GElf_Word common_align;
245 GElf_Word type, GElf_Xword flags)
libasm.h 59 GElf_Word type, GElf_Xword flags);
64 GElf_Word type, GElf_Xword flags,
131 extern int asm_align (AsmScn_t *asmscn, GElf_Word value);
asm_newscn.c 49 text_newscn (AsmScn_t *result, GElf_Word type, GElf_Xword flags)
91 binary_newscn (AsmScn_t *result, GElf_Word type, GElf_Xword flags,
148 GElf_Word type;
asm_newscn_ingrp.c 28 GElf_Word type;
asm_align.c 29 GElf_Word value;
  /external/elfutils/libelf/
gelf_rawchunk.c 34 GElf_Word size;
elf32_updatenull.c 257 if (unlikely ((GElf_Word) (dl->data.d.d_off
284 size = MAX ((GElf_Word) size,
308 update_if_changed (shdr->sh_offset, (GElf_Word) size,
312 update_if_changed (shdr->sh_size, (GElf_Word) offset,
343 size = MAX ((GElf_Word) size,
357 update_if_changed (ehdr->e_shoff, (GElf_Word) size, elf->flags);
gelf.h 35 typedef Elf64_Word GElf_Word;
295 extern char *gelf_rawchunk (Elf *__elf, GElf_Off __offset, GElf_Word __size);
  /external/elfutils/src/
nm.c 167 static GElf_Word symsec_type = SHT_SYMTAB;
723 show_symbols_sysv (Ebl *ebl, GElf_Word strndx,
842 show_symbols_bsd (Elf *elf, GElf_Ehdr *ehdr, GElf_Word strndx,
905 show_symbols_posix (Elf *elf, GElf_Ehdr *ehdr, GElf_Word strndx,
    [all...]
elflint.c 623 && xndxshdr->sh_link == (GElf_Word) idx)
    [all...]
xelf.h 297 # define XElf_Word GElf_Word
readelf.c     [all...]
ldgeneric.c     [all...]
  /external/elfcopy/
elfcopy.c     [all...]

Completed in 118 milliseconds