Searched refs:section_start (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp133 offset_t section_start; local
144 /*file_vm_addr*/ 0, /*vm_size*/ 0, section_start,
145 end_offset - section_start, /*log2align*/ 0, /*flags*/ 0);
166 section_start = line.bytes_begin() - m_data.GetDataStart();
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c2961 unsigned char *section_start = start; local
2992 (unsigned long)(saved_start - section_start));
3013 length, (unsigned long)(saved_start - section_start));
3085 (unsigned long)(saved_start - section_start), length, cie_id,
3091 (unsigned long)(saved_start - section_start), length, cie_id);
3142 look_for = is_eh ? start - 4 - cie_id : section_start + cie_id;
3151 cie_id, (unsigned long)(saved_start - section_start));
3186 fc->pc_begin += section->address + (start - section_start);
3199 (unsigned long)(saved_start - section_start), length, cie_id,
3200 (unsigned long)(cie->chunk_start - section_start),
[all...]
/freebsd-11-stable/usr.bin/makewhatis/
H A Dmakewhatis.c481 * assuming that section_start is ".Sh".
484 name_section_line(char *line, const char *section_start) argument
489 if (strncmp(line, section_start, 3) != 0)

Completed in 139 milliseconds