Home
last modified time | relevance | path

Searched refs:SHT_ARM_OVERLAYSECTION (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Darm.h82 #define SHT_ARM_OVERLAYSECTION 0x70000005 /* Section holds GDB and overlay integration info. */ macro
DChangeLog890 (SHT_ARM_OVERLAYSECTION): New define.
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h399 SHT_ARM_OVERLAYSECTION = 0x70000005,
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c3549 case SHT_ARM_OVERLAYSECTION: return "ARM_OVERLAYSECTION"; in get_arm_section_type_name()