Searched refs:PT_NOTE (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.3-release/sys/i386/linux/
H A Dlinux_vdso.lds.s50 note PT_NOTE FLAGS(4); /* PF_R */
/freebsd-10.3-release/sys/amd64/linux/
H A Dlinux_vdso.lds.s49 note PT_NOTE FLAGS(4); /* PF_R */
/freebsd-10.3-release/sys/amd64/linux32/
H A Dlinux32_vdso.lds.s50 note PT_NOTE FLAGS(4); /* PF_R */
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp182 /// PT_NOTE - Contains Thread and Register information
192 if (header->p_type == llvm::ELF::PT_NOTE)
353 /// Core files PT_NOTE segment descriptor types
410 /// Parse Thread context from PT_NOTE segment and store it in the thread list
412 /// 1) A PT_NOTE segment is composed of one or more NOTE entries.
421 /// a) Each thread context(2 or more NOTE entries) contained in its own segment (PT_NOTE)
422 /// b) All thread context is stored in a single segment(PT_NOTE).
432 assert(segment_header && segment_header->p_type == llvm::ELF::PT_NOTE);
/freebsd-10.3-release/contrib/file/src/
H A Dreadelf.h201 #define PT_NOTE 4 macro
261 /* Note header in a PT_NOTE section */
H A Dreadelf.c276 * for a PT_NOTE section of type NT_PRPSINFO, with a name "CORE" or
286 * SunOS 5.x core files contain two PT_NOTE sections, with the types
359 if (xph_type != PT_NOTE)
363 * This is a PT_NOTE section; loop through all the notes
1503 case PT_NOTE:
1541 case PT_NOTE:
1543 * This is a PT_NOTE section; loop through all the notes
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dgcore.c298 p_type = PT_NOTE;
/freebsd-10.3-release/sys/xen/interface/
H A Delfstructs.h386 #define PT_NOTE 4 /* auxiliary information */ macro
/freebsd-10.3-release/lib/libprocstat/
H A Dcore.c111 if (phdr.p_type == PT_NOTE)
/freebsd-10.3-release/libexec/rtld-elf/
H A Dmap_object.c154 case PT_NOTE:
162 _rtld_error("%s: error mapping PT_NOTE (%d)", path, errno);
H A Drtld.c1317 case PT_NOTE:
/freebsd-10.3-release/contrib/binutils/include/elf/
H A Dcommon.h299 #define PT_NOTE 4 /* Auxiliary information */ macro
/freebsd-10.3-release/contrib/binutils/bfd/
H A Delf.c1139 case PT_NOTE: pt = "NOTE"; break;
2696 case PT_NOTE:
3704 /* We need a PT_NOTE segment. */
4080 /* For each loadable .note section, add a PT_NOTE segment. We don't
4095 m->p_type = PT_NOTE;
4357 not be done to the PT_NOTE section of a corefile, which may
4362 && m->p_type == PT_NOTE))
4370 available file offset for PT_LOAD and PT_NOTE segments. */
4411 if (p->p_type == PT_NOTE)
4544 || (p->p_type == PT_NOTE
[all...]
/freebsd-10.3-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp416 LLVM_READOBJ_ENUM_CASE(ELF, PT_NOTE );
/freebsd-10.3-release/sys/sys/
H A Delf_common.h492 #define PT_NOTE 4 /* Auxiliary information. */ macro
/freebsd-10.3-release/usr.bin/gcore/
H A Delfcore.c443 phdr->p_type = PT_NOTE;
/freebsd-10.3-release/sys/kern/
H A Dimgact_elf.c1624 phdr->p_type = PT_NOTE;
2172 uprintf("i/o error PT_NOTE\n");
2240 if (phdr[i].p_type == PT_NOTE &&
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DELF.h1552 PT_NOTE = 4, // Auxiliary information. enumerator in enum:llvm::ELF::__anon2121
/freebsd-10.3-release/usr.bin/elfdump/
H A Delfdump.c307 "PT_NULL", "PT_LOAD", "PT_DYNAMIC", "PT_INTERP", "PT_NOTE",
613 case PT_NOTE:
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1788 CASE_AND_STREAM(s, PT_NOTE , kStrWidth);
/freebsd-10.3-release/contrib/binutils/binutils/
H A Dreadelf.c2461 case PT_NOTE: return "NOTE";
9401 if (segment->p_type == PT_NOTE)

Completed in 404 milliseconds