Home
last modified time | relevance | path

Searched refs:scnname (Results 1 - 7 of 7) sorted by relevance

/third_party/elfutils/libdw/
H A Ddwarf_begin_elf.c81 const char *scnname = elf_strptr (result->elf, shstrndx, in scn_dwarf_type() local
83 if (scnname != NULL) in scn_dwarf_type()
85 if (startswith (scnname, ".gnu.debuglto_.debug")) in scn_dwarf_type()
87 else if (startswith (scnname, ".debug_") || startswith (scnname, ".zdebug_")) in scn_dwarf_type()
89 size_t len = strlen (scnname); in scn_dwarf_type()
90 if (strcmp (scnname + len - 4, ".dwo") == 0) in scn_dwarf_type()
129 const char *scnname = elf_strptr (result->elf, shstrndx, in check_section() local
131 if (scnname == NULL) in check_section()
152 size_t scnlen = strlen (scnname); in check_section()
[all...]
/third_party/elfutils/libasm/
H A Dasm_newscn.c159 asm_newscn (AsmCtx_t *ctx, const char *scnname, GElf_Word type, in asm_newscn() argument
162 size_t scnname_len = strlen (scnname) + 1; in asm_newscn()
187 memcpy (result->name, scnname, scnname_len); in asm_newscn()
H A 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()
H A Dlibasm.h87 extern AsmScn_t *asm_newscn (AsmCtx_t *ctx, const char *scnname,
92 extern AsmScn_t *asm_newscn_ingrp (AsmCtx_t *ctx, const char *scnname,
H A DlibasmP.h278 extern AsmScn_t *__asm_newscn_internal (AsmCtx_t *ctx, const char *scnname,
/third_party/elfutils/src/
H A Delflint.c3766 const char *scnname = elf_strptr (ebl->elf, shstrndx, shdr->sh_name); in check_sections() local
3768 if (scnname == NULL) in check_sections()
3776 if (strncmp (scnname, special_sections[s].name, in check_sections()
3798 (int) cnt, scnname, in check_sections() local
3815 cnt, scnname, in check_sections()
3833 cnt, scnname, in check_sections()
3843 if (strcmp (scnname, ".interp") == 0) in check_sections()
3850 cnt, scnname); in check_sections()
3856 cnt, scnname); in check_sections()
3861 cnt, scnname); in check_sections()
[all...]
H A Dreadelf.c6780 const char *scnname = elf_strptr (ebl->elf, shstrndx, shdr->sh_name); in print_debug_frame_section() local
6790 bool is_eh_frame = strcmp (scnname, ".eh_frame") == 0; in print_debug_frame_section()
6799 scnname, elf_errmsg (-1)); in print_debug_frame_section()
6806 elf_ndxscn (scn), scnname, (uint64_t) shdr->sh_offset); in print_debug_frame_section() local
6810 elf_ndxscn (scn), scnname, (uint64_t) shdr->sh_offset); in print_debug_frame_section() local
6833 elf_ndxscn (scn), scnname); in print_debug_frame_section()

Completed in 22 milliseconds