HomeSort by relevance Sort by last modified time
    Searched refs:Ebl (Results 76 - 99 of 99) sorted by null

1 2 34

  /external/elfutils/src/
readelf.c 206 static void print_ehdr (Ebl *ebl, GElf_Ehdr *ehdr);
207 static void print_shdr (Ebl *ebl, GElf_Ehdr *ehdr);
208 static void print_phdr (Ebl *ebl, GElf_Ehdr *ehdr);
209 static void print_scngrp (Ebl *ebl);
210 static void print_dynamic (Ebl *ebl, GElf_Ehdr *ehdr)
584 Ebl *ebl = ebl_openbackend (elf); local
    [all...]
elfcmp.c 49 static Elf *open_file (const char *fname, int *fdp, Ebl **eblp);
50 static bool search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx);
156 Ebl *ebl1;
161 Ebl *ebl2;
569 open_file (const char *fname, int *fdp, Ebl **eblp)
579 Ebl *ebl = ebl_openbackend (elf); local
580 if (ebl == NULL)
582 gettext ("cannot create EBL descriptor for '%s'"), fname)
    [all...]
elflint.c 104 static void check_note_section (Ebl *ebl, GElf_Ehdr *ehdr,
319 section_name (Ebl *ebl, int idx)
324 shdr = gelf_getshdr (elf_getscn (ebl->elf, idx), &shdr_mem);
326 return elf_strptr (ebl->elf, shstrndx, shdr->sh_name);
353 check_elf_header (Ebl *ebl, GElf_Ehdr *ehdr, size_t size)
386 ebl_osabi_name (ebl, ehdr->e_ident[EI_OSABI], buf, sizeof (buf)));
443 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (ebl->elf, 0), &shdr_mem)
4212 Ebl *ebl; local
    [all...]
objdump.c 361 show_relocs_rel (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *data,
365 int elfclass = gelf_getclass (ebl->elf);
386 ebl_reloc_type_check (ebl, GELF_R_TYPE (rel->r_info))
387 ? ebl_reloc_type_name (ebl, GELF_R_TYPE (rel->r_info),
395 ebl_reloc_type_check (ebl, GELF_R_TYPE (rel->r_info))
396 ? ebl_reloc_type_name (ebl, GELF_R_TYPE (rel->r_info),
399 elf_strptr (ebl->elf, symstrndx, sym->st_name));
404 destshdr = gelf_getshdr (elf_getscn (ebl->elf,
412 ebl_reloc_type_check (ebl, GELF_R_TYPE (rel->r_info)
776 Ebl *ebl = ebl_openbackend (elf); local
    [all...]
nm.c 721 show_symbols_sysv (Ebl *ebl, GElf_Word strndx,
727 if (elf_getshnum (ebl->elf, &shnum) < 0)
738 if (elf_getshstrndx (ebl->elf, &shstrndx) < 0)
745 while ((scn = elf_nextscn (ebl->elf, scn)) != NULL)
751 char *name = elf_strptr (ebl->elf, shstrndx,
762 int digits = length_map[gelf_getclass (ebl->elf) - 1][radix];
794 const char *symstr = sym_name (ebl->elf, strndx, syms[cnt].sym.st_name,
812 ebl_symbol_binding_name (ebl,
815 ebl_symbol_type_name (ebl, GELF_ST_TYPE (syms[cnt].sym.st_info)
1239 Ebl *ebl; local
    [all...]
ld.h 744 Ebl *ebl; member in struct:ld_state
    [all...]
strip.c 439 /* Get the EBL handling. The -g option is currently the only reason
440 we need EBL so dont open the backend unless necessary. */
441 Ebl *ebl = NULL; local
444 ebl = ebl_openbackend (elf);
445 if (ebl == NULL)
447 error (0, errno, gettext ("cannot open EBL backend"));
664 if (ebl_section_strip_p (ebl, ehdr, &shdr_info[cnt].shdr,
    [all...]
  /external/elfutils/libasm/
asm_begin.c 67 prepare_binary_output (AsmCtx_t *result, Ebl *ebl)
85 int class = ebl_get_elfclass (ebl);
98 /* Use the machine, class, and endianess values from the Ebl descriptor. */
99 ehdr->e_machine = ebl_get_elfmachine (ebl);
101 ehdr->e_ident[EI_DATA] = ebl_get_elfdata (ebl);
127 asm_begin (fname, ebl, textp)
129 Ebl *ebl;
178 result = prepare_binary_output (result, ebl);
    [all...]
libasmP.h 243 Ebl *ebl; member in struct:DisasmCtx
  /external/elfutils/backends/
x86_64_regs.c 38 x86_64_register_info (Ebl *ebl __attribute__ ((unused)),
ia64_regs.c 37 ia64_register_info (Ebl *ebl __attribute__ ((unused)),
ppc_regs.c 37 ppc_register_info (Ebl *ebl __attribute__ ((unused)),
49 *bits = ebl->machine == EM_PPC64 ? 64 : 32;
58 if (ebl->machine != EM_PPC64 && regno < 64)
ppc_symbol.c 42 ppc_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type)
common-reloc.c 1 /* Common code for ebl reloc functions.
133 EBLHOOK(init_reloc) (Ebl *ebl)
135 ebl->reloc_type_name = EBLHOOK(reloc_type_name);
136 ebl->reloc_type_check = EBLHOOK(reloc_type_check);
137 ebl->reloc_valid_use = EBLHOOK(reloc_valid_use);
138 ebl->copy_reloc_p = EBLHOOK(copy_reloc_p);
139 ebl->none_reloc_p = EBLHOOK(none_reloc_p);
141 ebl->relative_reloc_p = EBLHOOK(relative_reloc_p);
  /external/elfutils/libebl/
eblauxvinfo.c 107 ebl_auxv_info (ebl, a_type, name, format)
108 Ebl *ebl;
113 int result = ebl->auxv_info (a_type, name, format);
eblsectiontypename.c 60 ebl_section_type_name (ebl, section, buf, len)
61 Ebl *ebl;
66 const char *res = ebl->section_type_name (section, buf, len);
  /external/elfutils/tests/
asm-tst6.c 52 Ebl *ebl = ebl_openbackend_machine (EM_386); local
53 if (ebl == NULL)
59 ctx = asm_begin (fname, ebl, false);
156 ebl_closebackend (ebl);
asm-tst7.c 52 Ebl *ebl = ebl_openbackend_machine (EM_386); local
53 if (ebl == NULL)
59 ctx = asm_begin (fname, ebl, false);
186 ebl_closebackend (ebl);
asm-tst8.c 52 Ebl *ebl = ebl_openbackend_machine (EM_386); local
53 if (ebl == NULL)
59 ctx = asm_begin (fname, ebl, false);
194 ebl_closebackend (ebl);
asm-tst1.c 85 Ebl *ebl = ebl_openbackend_machine (EM_386); local
86 if (ebl == NULL)
92 ctx = asm_begin (fname, ebl, false);
261 ebl_closebackend (ebl);
asm-tst2.c 84 Ebl *ebl = ebl_openbackend_machine (EM_386); local
85 if (ebl == NULL)
91 ctx = asm_begin (fname, ebl, false);
283 ebl_closebackend (ebl);
asm-tst3.c 76 Ebl *ebl = ebl_openbackend_machine (EM_386); local
77 if (ebl == NULL)
83 ctx = asm_begin (fname, ebl, false);
344 ebl_closebackend (ebl);
asm-tst9.c 104 Ebl *ebl = ebl_openbackend_machine (EM_386); local
105 if (ebl == NULL)
111 ctx = asm_begin (fname, ebl, false);
340 ebl_closebackend (ebl);
  /external/elfutils/libdwfl/
libdwflP.h 157 Ebl *ebl; member in struct:Dwfl_Module
270 /* Ensure that MOD->ebl is set up. */

Completed in 603 milliseconds

1 2 34