HomeSort by relevance Sort by last modified time
    Searched full:segment_type (Results 1 - 25 of 36) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/gold/
defstd.cc 131 elfcpp::PT_LOAD, // segment_type
145 elfcpp::PT_LOAD, // segment_type
159 elfcpp::PT_LOAD, // segment_type
173 elfcpp::PT_LOAD, // segment_type
187 elfcpp::PT_LOAD, // segment_type
201 elfcpp::PT_LOAD, // segment_type
215 elfcpp::PT_LOAD, // segment_type
229 elfcpp::PT_LOAD, // segment_type
243 elfcpp::PT_LOAD, // segment_type
257 elfcpp::PT_LOAD, // segment_type
    [all...]
symtab.h 1233 elfcpp::PT segment_type; member in struct:gold::Define_symbol_in_segment
    [all...]
  /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;
  /toolchain/binutils/binutils-2.27/ld/
ldexp.h 181 } segment_type; typedef in typeref:struct:segment_struct
184 extern segment_type *segments;
ldlang.h 385 const segment_type *segment;
542 (const char *, union etree_union *, const segment_type *);
ldexp.c 47 segment_type *segments;
412 segment_type *seg;
    [all...]
lexsup.c     [all...]
  /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...]
bgp.py 1159 ByteEnumField("segment_type", 2, as_path_segment_types),
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-xc16x.c 249 segT segment_type ATTRIBUTE_UNUSED)
tc-mcore.c     [all...]
tc-sh64.c     [all...]
tc-microblaze.c     [all...]
tc-sh.c     [all...]
tc-spu.c 855 segT segment_type ATTRIBUTE_UNUSED)
tc-z8k.c     [all...]
tc-cris.c 625 md_estimate_size_before_relax (fragS *fragP, segT segment_type)
633 && S_GET_SEGMENT (symbolP) == segment_type \
659 && S_GET_SEGMENT (symbolP) == segment_type
    [all...]
tc-i960.c     [all...]
tc-h8300.c     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.12/
commons-compress-1.12.jar 
  /external/f2fs-tools/fsck/
dump.c 141 snprintf(buf, BUF_SZ, "segment_type(0:HD, 1:WD, 2:CD, "

Completed in 6903 milliseconds

1 2