HomeSort by: relevance | last modified time | path
    Searched defs:initial_length_size (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
comp-unit-head.h 52 unsigned int initial_length_size = 0; member in struct:comp_unit_head
82 return m_length + initial_length_size;
comp-unit-head.h 52 unsigned int initial_length_size = 0; member in struct:comp_unit_head
82 return m_length + initial_length_size;
read.c 3331 unsigned int initial_length_size, offset_size;
3336 read_initial_length (abfd, info_ptr, &initial_length_size);
3337 offset_size = initial_length_size == 4 ? 4 : 8;
3338 info_ptr += initial_length_size;
17181 if (cu->header.initial_length_size == 4)
17198 (cu->header.initial_length_size == 4 ? LOCLIST_HEADER_SIZE32
17257 (cu->header.initial_length_size == 4 ? RNGLIST_HEADER_SIZE32
3327 unsigned int initial_length_size, offset_size; local
read.c 3331 unsigned int initial_length_size, offset_size;
3336 read_initial_length (abfd, info_ptr, &initial_length_size);
3337 offset_size = initial_length_size == 4 ? 4 : 8;
3338 info_ptr += initial_length_size;
17181 if (cu->header.initial_length_size == 4)
17198 (cu->header.initial_length_size == 4 ? LOCLIST_HEADER_SIZE32
17257 (cu->header.initial_length_size == 4 ? RNGLIST_HEADER_SIZE32
3327 unsigned int initial_length_size, offset_size; local
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
comp-unit-head.h 52 unsigned int initial_length_size = 0; member in struct:comp_unit_head
82 return m_length + initial_length_size;
comp-unit-head.h 52 unsigned int initial_length_size = 0; member in struct:comp_unit_head
82 return m_length + initial_length_size;
read.c 3320 unsigned int initial_length_size, offset_size;
3325 read_initial_length (abfd, info_ptr, &initial_length_size);
3326 offset_size = initial_length_size == 4 ? 4 : 8;
3327 info_ptr += initial_length_size;
16824 if (cu->header.initial_length_size == 4)
16841 (cu->header.initial_length_size == 4 ? LOCLIST_HEADER_SIZE32
16900 (cu->header.initial_length_size == 4 ? RNGLIST_HEADER_SIZE32
3316 unsigned int initial_length_size, offset_size; local
read.c 3320 unsigned int initial_length_size, offset_size;
3325 read_initial_length (abfd, info_ptr, &initial_length_size);
3326 offset_size = initial_length_size == 4 ? 4 : 8;
3327 info_ptr += initial_length_size;
16824 if (cu->header.initial_length_size == 4)
16841 (cu->header.initial_length_size == 4 ? LOCLIST_HEADER_SIZE32
16900 (cu->header.initial_length_size == 4 ? RNGLIST_HEADER_SIZE32
3316 unsigned int initial_length_size, offset_size; local

Completed in 101 milliseconds