Searched refs:scnname (Results 1 – 7 of 7) sorted by relevance
/third_party/elfutils/libdw/ |
D | dwarf_begin_elf.c | 81 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() 153 if (strncmp (scnname, dwarf_scnnames[cnt], dbglen) == 0 in check_section() [all …]
|
/third_party/elfutils/libasm/ |
D | asm_newscn.c | 159 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()
|
D | asm_newscn_ingrp.c | 40 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()
|
D | libasm.h | 87 extern AsmScn_t *asm_newscn (AsmCtx_t *ctx, const char *scnname, 92 extern AsmScn_t *asm_newscn_ingrp (AsmCtx_t *ctx, const char *scnname,
|
D | libasmP.h | 278 extern AsmScn_t *__asm_newscn_internal (AsmCtx_t *ctx, const char *scnname,
|
/third_party/elfutils/src/ |
D | elflint.c | 3766 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() 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 …]
|
D | readelf.c | 6779 const char *scnname = elf_strptr (ebl->elf, shstrndx, shdr->sh_name); in print_debug_frame_section() local 6789 bool is_eh_frame = strcmp (scnname, ".eh_frame") == 0; in print_debug_frame_section() 6798 scnname, elf_errmsg (-1)); in print_debug_frame_section() 6805 elf_ndxscn (scn), scnname, (uint64_t) shdr->sh_offset); in print_debug_frame_section() 6809 elf_ndxscn (scn), scnname, (uint64_t) shdr->sh_offset); in print_debug_frame_section() 6832 elf_ndxscn (scn), scnname); in print_debug_frame_section()
|