OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:segment_type
(Results
1 - 6
of
6
) sorted by null
/external/google-breakpad/src/common/linux/
elfutils.cc
80
typename ElfClass::Word
segment_type
,
99
if (phdrs[i].p_type ==
segment_type
) {
159
uint32_t
segment_type
,
182
FindElfClassSegment<ElfClass32>(elf_base,
segment_type
,
186
FindElfClassSegment<ElfClass64>(elf_base,
segment_type
,
elfutils.h
96
// Attempt to find the first segment of type |
segment_type
| in the ELF
102
uint32_t
segment_type
,
/external/vboot_reference/futility/
kernel_blob.h
33
uint32_t
segment_type
;
member in struct:linux_kernel_e820entry
vb1_helper.c
198
params->e820_entries[0].
segment_type
= E820_TYPE_RAM;
201
params->e820_entries[1].
segment_type
= E820_TYPE_RESERVED;
/external/libchrome/base/debug/
elf_reader_linux.cc
71
uint32_t
segment_type
) {
81
if (phdrs[i].p_type ==
segment_type
)
/external/scapy/scapy/contrib/
bgp.uts
414
raw(BGPPAASPath(segments = [BGPPAASPath.ASPathSegment(
segment_type
= 2, segment_value = [64496, 64497, 64498])])) == b'\x02\x03\xfb\xf0\xfb\xf1\xfb\xf2'
417
raw(BGPPAASPath(segments = [BGPPAASPath.ASPathSegment(
segment_type
= 1, segment_value = [64496, 64497, 64498])])) == b'\x01\x03\xfb\xf0\xfb\xf1\xfb\xf2'
420
raw(BGPPAASPath(segments = [BGPPAASPath.ASPathSegment(
segment_type
= 1, segment_value = [64496, 64497, 64498]), BGPPAASPath.ASPathSegment(
segment_type
= 2, segment_value = [64500, 64501, 64502, 64502, 64503])])) == b'\x01\x03\xfb\xf0\xfb\xf1\xfb\xf2\x02\x05\xfb\xf4\xfb\xf5\xfb\xf6\xfb\xf6\xfb\xf7'
424
a.segments[0].
segment_type
== 2 and a.segments[0].segment_length == 3 and a.segments[0].segment_value == [64496, 64497, 64498]
428
a.segments[0].
segment_type
== 1 and a.segments[0].segment_length == 3 and a.segments[0].segment_value == [64496, 64497, 64498] and a.segments[1].
segment_type
== 2 and a.segments[1].segment_length == 5 and a.segments[1].segment_value == [64500, 64501, 64502, 64502, 64503]
596
raw(BGPPathAttr(type_code = 2, attribute = BGPPAASPath(segments = [BGPPAASPath.ASPathSegment(
segment_type
= 2, segment_value = [64501, 64501, 64501])]))) == b'\x80\x02\x08\x02\x03\xfb\xf5\xfb\xf5\xfb\xf5'
[
all
...]
Completed in 1315 milliseconds