Searched refs:sections (Results 1 – 6 of 6) sorted by relevance
| /third_party/ulib/backtrace/ |
| A D | pecoff.c | 745 memset (sections, 0, sizeof sections); in coff_add() 819 if (sections[i].size == 0) in coff_add() 822 min_offset = sections[i].offset; in coff_add() 823 end = sections[i].offset + sections[i].size; in coff_add() 848 if (sections[i].size == 0) in coff_add() 849 sections[i].data = NULL; in coff_add() 856 sections[DEBUG_INFO].data, in coff_add() 857 sections[DEBUG_INFO].size, in coff_add() 858 sections[DEBUG_LINE].data, in coff_add() 864 sections[DEBUG_STR].data, in coff_add() [all …]
|
| A D | elf.c | 697 memset (sections, 0, sizeof sections); in elf_add() 804 if (sections[i].size == 0) in elf_add() 807 min_offset = sections[i].offset; in elf_add() 808 end = sections[i].offset + sections[i].size; in elf_add() 834 if (sections[i].size == 0) in elf_add() 835 sections[i].data = NULL; in elf_add() 842 sections[DEBUG_INFO].data, in elf_add() 843 sections[DEBUG_INFO].size, in elf_add() 844 sections[DEBUG_LINE].data, in elf_add() 850 sections[DEBUG_STR].data, in elf_add() [all …]
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | jemalloc_internal.h.in | 180 * Historically, we dealt with this by each header into four sections (types, 200 * files, corresponding to the sections above (e.g. instead of "tsd.h", we now
|
| /third_party/uapp/dash/src/ |
| A D | TOUR | 84 provide uninterruptable critical sections. Between the execution
|
| /third_party/lib/acpica/tests/misc/ |
| A D | grammar.asl | 8340 // The following sections have been rewritten because storing into
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 6387 interfaces, the overview sections, and the debugger reference.
|
Completed in 53 milliseconds