Searched refs:st_size (Results 1 – 11 of 11) sorted by relevance
| /TwlSDK-5.1.0/build/tools/bin2obj/ |
| D | section.c | 105 if (stat(filename, &st) || !S_ISREG(st.st_mode) || st.st_size < 0 in read_datasec() 112 s->size = st.st_size; in read_datasec() 254 l->st_size = size; in add_symbol()
|
| D | elf.h | 98 u32 st_size; // Size of Symbol itself (object size, etc) member
|
| D | object.c | 231 dest->st_size = Be32(src->st_size); in conv_to_big_endian_symbol()
|
| /TwlSDK-5.1.0/build/tools/buryarg.TWL/ |
| D | buryarg.c | 673 printf("replacement file size is 0x%x byte (%d byte).\n", (int)repFileStat.st_size, in openFiles() 674 (int)repFileStat.st_size); in openFiles()
|
| /TwlSDK-5.1.0/build/tools/buryarg/ |
| D | buryarg.c | 675 printf("replacement file size is 0x%x byte (%d byte).\n", (int)repFileStat.st_size, in openFiles() 676 (int)repFileStat.st_size); in openFiles()
|
| /TwlSDK-5.1.0/build/tools/makelst/ |
| D | elf.h | 227 Elf32_Word st_size; /* 0 if the size does not exist or is unknown */ member
|
| D | elf.c | 323 file_ptr = load_elf32_word(&(sym->st_size), file_ptr, endian);
|
| /TwlSDK-5.1.0/build/libraries/el/common/include/ |
| D | elf.h | 243 Elf32_Word st_size; /* 0 if the size does not exist or is unknown */ member
|
| /TwlSDK-5.1.0/build/tools/stripdebug/ |
| D | elf.h | 227 Elf32_Word st_size; /* 0 if the size does not exist or is unknown */ member
|
| D | elf.c | 321 file_ptr = load_elf32_word(&(sym->st_size), file_ptr, endian);
|
| /TwlSDK-5.1.0/build/libraries/el/common/src/ |
| D | elf.c | 322 file_ptr = load_elf32_word(&(sym->st_size), file_ptr, endian); in ELF_LoadSymbol()
|