OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:section_str_index
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/radeon/
radeon_elf_util.c
113
size_t
section_str_index
;
local
126
elf_getshdrstrndx(elf, &
section_str_index
);
136
name = elf_strptr(elf,
section_str_index
, section_header.sh_name);
/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
native.cpp
60
size_t
section_str_index
;
local
61
elf_getshdrstrndx(elf, &
section_str_index
);
68
if (!std::strcmp(elf_strptr(elf,
section_str_index
, header.sh_name),
/external/mesa3d/src/amd/common/
ac_binary.c
119
size_t
section_str_index
;
local
132
elf_getshdrstrndx(elf, &
section_str_index
);
142
name = elf_strptr(elf,
section_str_index
, section_header.sh_name);
Completed in 193 milliseconds