Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h127 return n_sect == MachO::NO_SECT ? std::nullopt in section()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h326 NO_SECT = 0u, enumerator
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dmach_o.py143 NO_SECT = 0 variable
/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp1339 nList->n_sect = NO_SECT; in writeTo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2624 : static_cast<user_id_t>(NO_SECT); in ParseSymtab()