Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/elf/
Dcommon.h791 #define DT_HIPROC 0x7fffffff macro
846 #define DT_HIPROC 0x7fffffff macro
DChangeLog-91031101 (DT_HIPROC): New dynamic section tag index.
/toolchain/binutils/binutils-2.27/elfcpp/
Delfcpp.h728 DT_HIPROC = 0x7fffffff,
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c2155 if ((type >= DT_LOPROC) && (type <= DT_HIPROC)) in get_dynamic_type()