Home
last modified time | relevance | path

Searched refs:SECTION_NAME (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c298 #define SECTION_NAME(X) \ macro
568 const char * name = SECTION_NAME (sec); in printable_section_name()
627 if (streq (SECTION_NAME (section_headers + i), name)) in find_section()
677 if (streq (SECTION_NAME (section_headers + i), name)) in find_section_in_set()
1674 sec_name = SECTION_NAME (section_headers + psym->st_shndx); in dump_relocations()
5870 char * name = SECTION_NAME (section); in process_section_headers()
6029 print_symbol (-17, SECTION_NAME (section)); in process_section_headers()
6376 group_name = SECTION_NAME (section_headers + sym->st_shndx); in process_section_groups()
7278 if (streq (SECTION_NAME (sec), ELF_STRING_ia64_unwind_info)) in ia64_process_unwind()
7286 else if (strneq (SECTION_NAME (unwsec), ELF_STRING_ia64_unwind_once, len)) in ia64_process_unwind()
[all …]
DChangeLog-2006382 * readelf.c (SECTION_NAME): Cope with a missing string table.
Ddlltool.c3666 static const char * SECTION_NAME = in identify_process_section_p() local
3676 (ms_style_implib ? MS_SECTION_NAME : SECTION_NAME); in identify_process_section_p()
DChangeLog-00011041 (SECTION_NAME): Catch out of range indices and missing section
1046 (process_mips_specific): Use SECTION_NAME macro.
/toolchain/binutils/binutils-2.27/gold/
DChangeLog-081510036 parameter SECTION_NAME to const reference to std::string. Use