Searched refs:SECTION_NAME (Results 1 – 5 of 5) sorted by relevance
277 #define SECTION_NAME(X) \ macro517 const char * name = SECTION_NAME (sec); in printable_section_name()576 if (streq (SECTION_NAME (section_headers + i), name)) in find_section()626 if (streq (SECTION_NAME (section_headers + i), name)) in find_section_in_set()1497 sec_name = SECTION_NAME (section_headers + psym->st_shndx); in dump_relocations()5249 char * name = SECTION_NAME (section); in process_section_headers()5410 print_symbol (-17, SECTION_NAME (section)); in process_section_headers()5733 group_name = SECTION_NAME (section_headers + sym->st_shndx); in process_section_groups()6529 if (streq (SECTION_NAME (sec), ELF_STRING_ia64_unwind_info)) in ia64_process_unwind()6537 else if (strneq (SECTION_NAME (unwsec), ELF_STRING_ia64_unwind_once, len)) in ia64_process_unwind()[all …]
382 * readelf.c (SECTION_NAME): Cope with a missing string table.
3618 static const char * SECTION_NAME = in identify_process_section_p() local3628 (ms_style_implib ? MS_SECTION_NAME : SECTION_NAME); in identify_process_section_p()
1041 (SECTION_NAME): Catch out of range indices and missing section1046 (process_mips_specific): Use SECTION_NAME macro.
8619 parameter SECTION_NAME to const reference to std::string. Use