Searched refs:SHN_LOOS (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/libebl/
H A Deblsectionname.c102 else if (section >= SHN_LOOS && section <= SHN_HIOS)
103 snprintf (buf, len, "LOOS+%x", section - SHN_LOOS);
/external/qemu/elff/
H A Delff_elf.h252 #define SHN_LOOS 0xff20 macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h168 SHN_LOOS = 0xff20, /* reserved for environment specific use */ enumerator in enum:__anon13990
/external/llvm/include/llvm/Support/
H A DELF.h1110 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator in enum:llvm::ELF::__anon21000
/external/elfutils/libelf/
H A Delf.h314 #define SHN_LOOS 0xff20 /* Start of OS-specific */ macro

Completed in 79 milliseconds