Home
last modified time | relevance | path

Searched defs:section (Results 1 – 6 of 6) sorted by relevance

/xnu-10002.81.5/libkern/c++/
H A DOSRuntime.cpp169 kernel_section_t * section; in OSRuntimeCallStructorsInSection() local
345 kernel_section_t * section; in OSRuntimeSignStructorsInSegment() local
/xnu-10002.81.5/EXTERNAL_HEADERS/mach-o/
H A Dloader.h435 struct section { /* for 32-bit architectures */ struct
436 char sectname[16]; /* name of this section */ argument
437 char segname[16]; /* segment this section goes in */ argument
438 uint32_t addr; /* memory address of this section */ argument
439 uint32_t size; /* size in bytes of this section */ argument
440 uint32_t offset; /* file offset of this section */ argument
441 uint32_t align; /* section alignment (power of 2) */ argument
444 uint32_t flags; /* flags (section type and attributes)*/ argument
450 char sectname[16]; /* name of this section */ argument
/xnu-10002.81.5/tools/lldbmacros/
H A Dkext.py621 def __init__(self, kmem, address, section): argument
/xnu-10002.81.5/tools/kt-dump/
H A Dkt-dump.cpp104 section_64 section; member
/xnu-10002.81.5/san/memory/
H A Dubsan.c268 ubsan_json_type(ubsan_buf_t *ub, const char *section, uint64_t *value, struct san_type_desc *std) in ubsan_json_type()
/xnu-10002.81.5/bsd/dev/dtrace/
H A Ddtrace.c13311 int section; in dtrace_dof_difo() member