Home
last modified time | relevance | path

Searched refs:N_TYPE (Results 1 – 25 of 594) sorted by last modified time

12345678910>>...24

/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Da.out.h181 #if !defined (N_TYPE)
182 #define N_TYPE 036 macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Da.out.h181 #if !defined (N_TYPE)
182 #define N_TYPE 036 macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/
H A Da.out.h181 #if !defined (N_TYPE)
182 #define N_TYPE 036 macro
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/sources/gcc/
H A Dgas-2.16-tigcc-patch.diff157 { /* in: segT out: N_TYPE bits */
1232 #define N_REGISTER 30 /* Fake N_TYPE value for SEG_REGISTER */
/dports/devel/mpatrol/mpatrol/src/
H A Dsymbol.c845 if ((((p->n_type & N_TYPE) == N_TEXT) && !(p->n_type & N_STAB)) && in addsymbols()
/dports/biology/iolib/io_lib-io_lib-1-14-10/io_lib/
H A Dtokenise_name3.c115 enum name_type {N_ERR = -1, N_TYPE = 0, N_ALPHA, N_CHAR, N_DZLEN, N_DIGITS0, N_DUP, N_DIFF, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/common/
H A Dstabs_reader.cc120 (iterator_->type & N_TYPE) == N_SECT) { in Process()
304 (iterator_->type & N_TYPE) == N_SECT); in ProcessExtern()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/third_party/mac_headers/mach-o/
H A Dnlist.h119 #define N_TYPE 0x0e /* mask for the type bits */ macro
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/goblin/src/mach/
H A Dsymbols.rs19 pub const N_TYPE: u8 = 0x0e; const
214 self.n_type & N_TYPE in get_type()
230 self.n_sect == 0 && self.n_type & N_TYPE == N_UNDF in is_undefined()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/third_party/mac_headers/mach-o/
H A Dnlist.h119 #define N_TYPE 0x0e /* mask for the type bits */ macro
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/
H A Dstabs_reader.cc120 (iterator_->type & N_TYPE) == N_SECT) { in Process()
304 (iterator_->type & N_TYPE) == N_SECT); in ProcessExtern()
/dports/www/firefox/firefox-99.0/third_party/rust/goblin/src/mach/
H A Dsymbols.rs19 pub const N_TYPE: u8 = 0x0e; const
214 self.n_type & N_TYPE in get_type()
230 self.n_sect == 0 && self.n_type & N_TYPE == N_UNDF in is_undefined()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/common/
H A Dstabs_reader.cc120 (iterator_->type & N_TYPE) == N_SECT) { in Process()
304 (iterator_->type & N_TYPE) == N_SECT); in ProcessExtern()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/third_party/mac_headers/mach-o/
H A Dnlist.h119 #define N_TYPE 0x0e /* mask for the type bits */ macro
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/goblin/src/mach/
H A Dsymbols.rs19 pub const N_TYPE: u8 = 0x0e; const
214 self.n_type & N_TYPE in get_type()
230 self.n_sect == 0 && self.n_type & N_TYPE == N_UNDF in is_undefined()
/dports/www/otter-browser/otter-browser-1.0.03/3rdparty/breakpad/src/common/
H A Dstabs_reader.cc120 (iterator_->type & N_TYPE) == N_SECT) { in Process()
304 (iterator_->type & N_TYPE) == N_SECT); in ProcessExtern()
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/include/
H A Dnlist.h69 #define N_TYPE 0x1e /* mask for all the type bits */ macro
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp3286 uint8_t n_type = N_TYPE & nlist.n_type; in ParseSymtab()
4181 uint8_t n_type = N_TYPE & nlist.n_type; in ParseSymtab()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/BinaryFormat/
H A DMachO.h303 N_TYPE = 0x0e, enumerator
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/MachO/
H A DInputFiles.cpp566 uint8_t type = sym.n_type & N_TYPE; in parseNonSectionSymbol()
590 return (sym.n_type & N_TYPE) == N_UNDF && sym.n_value == 0; in isUndef()
612 if ((sym.n_type & N_TYPE) == N_SECT) { in parseSymbols()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c329 ((nlist.n_type & N_TYPE) == N_TYPE && nlist.n_sect != NO_SECT)) && in scan_macho_load_commands()
359 ((nlist.n_type & N_TYPE) == N_TYPE && nlist.n_sect != NO_SECT)) && in scan_macho_load_commands()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/examples/python/
H A Dmach_o.py133 N_TYPE = 0x0e variable
1621 type = self.value & N_TYPE
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp394 sout.type = static_cast<NListType>(sin->n_type & (N_STAB|N_TYPE)); in readBinary()
426 sout.type = (NListType)(sin->n_type & N_TYPE); in readBinary()
H A DMachONormalizedFileToAtoms.cpp232 if ((sym.type & N_TYPE) != N_SECT) in appendSymbolsInSection()
574 if ((sym->type & N_TYPE) == N_SECT) { in convertRelocs()
587 } else if ((sym->type & N_TYPE) == N_UNDF) { in convertRelocs()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Object/
H A DMachOObjectFile.cpp1714 if ((NType & MachO::N_TYPE) == MachO::N_SECT) {
1719 if ((NType & MachO::N_TYPE) == MachO::N_INDR) {
1726 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) ||
1727 (NType & MachO::N_TYPE) == MachO::N_PBUD)) {
1790 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR)
1830 switch (n_type & MachO::N_TYPE) {
1855 if ((MachOType & MachO::N_TYPE) == MachO::N_INDR)
1863 if ((MachOType & MachO::N_TYPE) == MachO::N_UNDF) {
1880 if ((MachOType & MachO::N_TYPE) == MachO::N_ABS)

12345678910>>...24