Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
Darm.h81 #define SHT_ARM_DEBUGOVERLAY 0x70000004 /* Section holds overlay debug info. */ macro
DChangeLog889 * arm.h: (SHT_ARM_DEBUGOVERLAY): New define.
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h398 SHT_ARM_DEBUGOVERLAY = 0x70000004,
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c3548 case SHT_ARM_DEBUGOVERLAY: return "ARM_DEBUGOVERLAY"; in get_arm_section_type_name()