Lines Matching defs:name
36 handle_section (char *name, const unsigned char e_ident[],
55 else if (name[0] == '.' && name[1] == 'z')
99 error (EXIT_FAILURE, 0, "need file name argument");
134 char *name = elf_strptr (elf, strndx, (size_t) shdr.sh_name);
135 if (name != NULL && shdr.sh_type == SHT_PROGBITS)
137 if (strcmp (name, ".eh_frame") == 0)
138 handle_section (name, ident, scn, true);
139 if (strcmp (name, ".debug_frame") == 0
140 || strcmp (name, ".zdebug_frame") == 0)
141 handle_section (name, ident, scn, false);