| /src/external/gpl3/binutils/dist/bfd/ |
| libaout.h | 151 first SEGMENT_SIZE bytes of the text section, it is taken to be 386 unsigned long segment_size; 384 unsigned long segment_size; member in struct:aoutdata
|
| elf.c | 7418 segment_size (Elf_Internal_Phdr *segment) 7429 return start + segment_size (segment); 7460 && segment_size (segment) >= section_size (section, segment) 7462 <= segment_size (segment) - section_size (section, segment))); 7416 segment_size (Elf_Internal_Phdr *segment) function
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| libaout.h | 151 first SEGMENT_SIZE bytes of the text section, it is taken to be 386 unsigned long segment_size; 384 unsigned long segment_size; member in struct:aoutdata
|
| elf.c | 7353 segment_size (Elf_Internal_Phdr *segment) 7364 return start + segment_size (segment); 7395 && segment_size (segment) >= section_size (section, segment) 7397 <= segment_size (segment) - section_size (section, segment))); 7351 segment_size (Elf_Internal_Phdr *segment) function
|
| /src/external/gpl3/gdb/dist/bfd/ |
| libaout.h | 151 first SEGMENT_SIZE bytes of the text section, it is taken to be 393 unsigned long segment_size; 391 unsigned long segment_size; member in struct:aoutdata
|
| elf.c | 7301 segment_size (Elf_Internal_Phdr *segment) 7312 return start + segment_size (segment); 7343 && segment_size (segment) >= section_size (section, segment) 7345 <= segment_size (segment) - section_size (section, segment))); 7299 segment_size (Elf_Internal_Phdr *segment) function
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| frame.c | 101 unsigned char segment_size; member in struct:dwarf2_cie 1824 cie->segment_size = read_1_byte (unit->abfd, buf); 1830 cie->segment_size = 0;
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| libaout.h | 151 first SEGMENT_SIZE bytes of the text section, it is taken to be 393 unsigned long segment_size; 391 unsigned long segment_size; member in struct:aoutdata
|
| elf.c | 7470 segment_size (Elf_Internal_Phdr *segment) 7481 return start + segment_size (segment); 7512 && segment_size (segment) >= section_size (section, segment) 7514 <= segment_size (segment) - section_size (section, segment))); 7468 segment_size (Elf_Internal_Phdr *segment) function
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| frame.c | 103 unsigned char segment_size; member in struct:dwarf2_cie 1826 cie->segment_size = read_1_byte (unit->abfd, buf); 1832 cie->segment_size = 0;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| aarch64-linux-tdep.c | 2560 size_t segment_size = osec->rawsize; local 2562 CORE_ADDR end_address = start_address + segment_size; 2565 size_t granules = aarch64_mte_get_tag_granules (start_address, segment_size,
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| aarch64-linux-tdep.c | 2710 size_t segment_size = osec->rawsize; local 2712 CORE_ADDR end_address = start_address + segment_size; 2715 size_t granules = aarch64_mte_get_tag_granules (start_address, segment_size,
|
| /src/external/gpl3/binutils/dist/binutils/ |
| dwarf.c | 8663 unsigned char segment_size; member in struct:Frame_Chunk 9252 GET (fc->segment_size, 1); 9254 if (fc->segment_size > 8 || fc->segment_size + fc->ptr_size > 8) 9256 warn (_("Invalid segment size (%d) in CIE data\n"), fc->segment_size); 9265 fc->segment_size = 0; 9749 printf (" Segment Size: %u\n", fc->segment_size); 9861 fc->segment_size = 0; 9875 fc->segment_size = cie->segment_size; [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dwarf.c | 8581 unsigned char segment_size; member in struct:Frame_Chunk 9169 GET (fc->segment_size, 1); 9171 if (fc->segment_size > 8 || fc->segment_size + fc->ptr_size > 8) 9173 warn (_("Invalid segment size (%d) in CIE data\n"), fc->segment_size); 9182 fc->segment_size = 0; 9666 printf (" Segment Size: %u\n", fc->segment_size); 9778 fc->segment_size = 0; 9792 fc->segment_size = cie->segment_size; [all...] |