Home
last modified time | relevance | path

Searched refs:scnname (Results 1 – 8 of 8) sorted by relevance

/external/elfutils/libdw/
Ddwarf_begin_elf.c98 const char *scnname = elf_strptr (result->elf, ehdr->e_shstrndx, in check_section() local
100 if (scnname == NULL) in check_section()
115 if (strcmp (scnname, dwarf_scnnames[cnt]) == 0) in check_section()
117 else if (scnname[0] == '.' && scnname[1] == 'z' in check_section()
118 && strcmp (&scnname[2], &dwarf_scnnames[cnt][1]) == 0) in check_section()
/external/elfutils/libasm/
Dasm_newscn.c161 asm_newscn (AsmCtx_t *ctx, const char *scnname, GElf_Word type, in asm_newscn() argument
164 size_t scnname_len = strlen (scnname) + 1; in asm_newscn()
189 memcpy (result->name, scnname, scnname_len); in asm_newscn()
Dasm_newscn_ingrp.c40 asm_newscn_ingrp (AsmCtx_t *ctx, const char *scnname, GElf_Word type, in asm_newscn_ingrp() argument
43 AsmScn_t *result = INTUSE (asm_newscn) (ctx, scnname, type, flags); in asm_newscn_ingrp()
Dlibasm.h86 extern AsmScn_t *asm_newscn (AsmCtx_t *ctx, const char *scnname,
91 extern AsmScn_t *asm_newscn_ingrp (AsmCtx_t *ctx, const char *scnname,
DlibasmP.h275 extern AsmScn_t *__asm_newscn_internal (AsmCtx_t *ctx, const char *scnname,
/external/elfutils/src/
Delflint.c3714 const char *scnname = elf_strptr (ebl->elf, shstrndx, shdr->sh_name); in check_sections() local
3716 if (scnname == NULL) in check_sections()
3724 if (strncmp (scnname, special_sections[s].name, in check_sections()
3746 (int) cnt, scnname, in check_sections()
3764 cnt, scnname, in check_sections()
3782 cnt, scnname, in check_sections()
3793 if (strcmp (scnname, ".interp") == 0) in check_sections()
3800 cnt, scnname); in check_sections()
3806 cnt, scnname); in check_sections()
3811 cnt, scnname); in check_sections()
[all …]
Dldgeneric.c645 const char *scnname; in check_definition() local
656 scnname = elf_strptr (fileinfo->elf, in check_definition()
661 scnname = ebl_section_name (ld_state.ebl, shndx, 0, buf, sizeof (buf), in check_definition()
668 scnname, in check_definition()
681 scnname = elf_strptr (oldfile->elf, in check_definition()
685 scnname = ebl_section_name (ld_state.ebl, oldp->scndx, oldp->scndx, in check_definition()
691 scnname, (uint64_t) oldsym->st_value); in check_definition()
Dreadelf.c5487 const char *scnname = elf_strptr (ebl->elf, shstrndx, shdr->sh_name); in print_debug_frame_section() local
5497 bool is_eh_frame = strcmp (scnname, ".eh_frame") == 0; in print_debug_frame_section()
5505 scnname, elf_errmsg (-1)); in print_debug_frame_section()
5512 elf_ndxscn (scn), scnname, (uint64_t) shdr->sh_offset); in print_debug_frame_section()
5516 elf_ndxscn (scn), scnname, (uint64_t) shdr->sh_offset); in print_debug_frame_section()
5539 elf_ndxscn (scn), scnname); in print_debug_frame_section()