Home
last modified time | relevance | path

Searched refs:SHN_LOPROC (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dinternal.h43 #undef SHN_LOPROC
53 #define SHN_LOPROC (-0x100u) /* Begin range of appl-specific */ macro
Dmmix.h107 #define SHN_REGISTER SHN_LOPROC
Dexternal.h41 #define SHN_LOPROC 0xFF00 /* Begin range of appl-specific */ macro
DChangeLog1209 (SHN_LOPROC, SHN_HIPROC, SHN_LOOS, SHN_HIOS): Define.
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h321 SHN_LOPROC = 0xff00,
/toolchain/binutils/binutils-2.25/bfd/
DChangeLog-20062175 valid section index. Allows indicies in the range SHN_LOPROC to
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c9762 else if (type >= SHN_LOPROC && type <= SHN_HIPROC) in get_symbol_index_type()