Home
last modified time | relevance | path

Searched refs:get_segment_type (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog-2004497 * readelf.c (get_segment_type): Display "GNU_STACK", not just
576 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
H A DChangeLog-2005983 (get_segment_type): Use it.
1068 get_segment_type, get_section_type_name, get_elf_class,
H A DChangeLog-0203611 * readelf.c (get_segment_type): Handle PT_GNU_STACK.
1683 * readelf.c (get_segment_type): Add PT_TLS.
2172 (get_segment_type): Add support for IA64 specific macros.
H A Dreadelf.c2687 get_segment_type (unsigned long p_type) in get_segment_type() function
3678 printf (" %-14.14s ", get_segment_type (segment->p_type)); in process_program_headers()
H A DChangeLog-000178 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A DChangeLog-0203611 * readelf.c (get_segment_type): Handle PT_GNU_STACK.
1683 * readelf.c (get_segment_type): Add PT_TLS.
2172 (get_segment_type): Add support for IA64 specific macros.
H A Dreadelf.c2142 get_segment_type (unsigned long p_type) in get_segment_type() function
3031 printf (" %-14.14s ", get_segment_type (segment->p_type)); in process_program_headers()
H A DChangeLog-000178 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c1087 get_segment_type (unsigned int p_type) in get_segment_type() function
1133 const char *pt = get_segment_type (p->p_type); in _bfd_elf_print_private_bfd_data()
4199 const char *pt = get_segment_type (m->p_type); in print_segment_map()
H A DChangeLog1111 * elf.c (get_segment_type): New function.