Home
last modified time | relevance | path

Searched refs:SHN_LOOS (Results 1 – 19 of 19) sorted by relevance

/external/elfutils/libebl/
Deblsectionname.c75 else if (section >= SHN_LOOS && section <= SHN_HIOS) in ebl_section_name()
76 snprintf (buf, len, "LOOS+%x", section - SHN_LOOS); in ebl_section_name()
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/
Dsymbol-table.test24 # CHECK-NEXT:0000000000000000 *UND* 0000000000000000 SHN_LOOS
102 - Name: SHN_LOOS
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp293 ENUM_TO_CSTR(SHN_LOOS); in sectionIndexToCString()
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dsymbol-shndx.test127 …: warning: '[[FILE]]': unable to get section index for symbol with st_shndx = 0xff21 (SHN_LOOS+0x1)
150 …: warning: '[[FILE]]': unable to get section index for symbol with st_shndx = 0xff21 (SHN_LOOS+0x1)
/external/llvm/include/llvm/Support/
DELF.h655 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h656 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h806 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator
/external/llvm/include/llvm/Object/
DELFTypes.h250 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h829 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator
/external/llvm-project/llvm/include/llvm/Object/
DELFTypes.h229 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h229 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.h619 SYMBOL_LOOS = ELF::SHN_LOOS,
/external/google-breakpad/src/third_party/musl/include/
Delf.h262 #define SHN_LOOS 0xff20 macro
/external/kmod/port-gnu/
Delf.h310 #define SHN_LOOS 0xff20 /* Start of OS-specific */ macro
/external/elfutils/libelf/
Delf.h419 #define SHN_LOOS 0xff20 /* Start of OS-specific */ macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp564 ECase(SHN_LOOS); in enumeration()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp590 ECase(SHN_LOOS); in enumeration()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp1263 if (Ndx >= ELF::SHN_LOOS && Ndx <= ELF::SHN_HIOS) in getSymbolSectionIndex()
1264 return CreateErr("SHN_LOOS", Ndx - ELF::SHN_LOOS); in getSymbolSectionIndex()
4000 if (SectionIndex >= ELF::SHN_LOOS && SectionIndex <= ELF::SHN_HIOS) in getSymbolSectionNdx()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp2749 if (SectionIndex >= ELF::SHN_LOOS && SectionIndex <= ELF::SHN_HIOS) in getSymbolSectionNdx()