Home
last modified time | relevance | path

Searched refs:NO_SECT (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h133 return n_sect == MachO::NO_SECT ? None : Optional<uint32_t>(n_sect); in section()
/llvm-project-15.0.7/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c286 ((nlist.n_type & N_TYPE) == N_TYPE && nlist.n_sect != NO_SECT)) && in scan_macho_load_commands()
316 ((nlist.n_type & N_TYPE) == N_TYPE && nlist.n_sect != NO_SECT)) && in scan_macho_load_commands()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMachO.h321 NO_SECT = 0u, enumerator
/llvm-project-15.0.7/lldb/examples/python/
H A Dmach_o.py144 NO_SECT = 0 variable
/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.cpp1162 nList->n_sect = NO_SECT; in writeTo()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2608 : static_cast<user_id_t>(NO_SECT); in ParseSymtab()