OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:section_data
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/amd/common/
ac_binary.c
133
Elf_Data *
section_data
= NULL;
local
142
section_data
= elf_getdata(section,
section_data
);
143
binary->code_size =
section_data
->d_size;
145
memcpy(binary->code,
section_data
->d_buf, binary->code_size);
147
section_data
= elf_getdata(section,
section_data
);
148
binary->config_size =
section_data
->d_size;
155
memcpy(binary->config,
section_data
->d_buf, binary->config_size);
158
section_data
= elf_getdata(section, section_data)
[
all
...]
/external/u-boot/tools/binman/
bsection.py
244
section_data
= chr(self._pad_byte) * self._size
249
section_data
= (
section_data
[:base] + data +
250
section_data
[base + len(data):])
251
return
section_data
/external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c
281
Elf_Data *
section_data
= NULL;
local
289
section_data
= elf_getdata(section,
section_data
);
290
binary->code_size =
section_data
->d_size;
292
memcpy(binary->code,
section_data
->d_buf, binary->code_size);
294
section_data
= elf_getdata(section,
section_data
);
295
binary->config_size =
section_data
->d_size;
297
memcpy(binary->config,
section_data
->d_buf, binary->config_size);
300
section_data
= elf_getdata(section, section_data)
[
all
...]
/external/python/setuptools/setuptools/
config.py
502
section_data
= self._parse_section_to_dict(
508
[(k, v) for k, v in
section_data
.items() if k in valid_keys and v])
/external/aac/libFDK/include/
FDK_tools_rom.h
309
section_data
,
enumerator in enum:__anon14839
/external/aac/libAACdec/src/
channel.cpp
581
case
section_data
:
[
all
...]
/external/aac/libAACenc/src/
bitenc.cpp
128
SECTION_DATA
*sectionData,
239
static INT FDKaacEnc_encodeSectionData(
SECTION_DATA
*sectionData,
293
SECTION_DATA
*sectionData,
[
all
...]
/external/aac/libFDK/src/
FDK_tools_rom.cpp
[
all
...]
Completed in 1220 milliseconds