/third_party/elfutils/tests/ |
D | elfstrtab.c | 108 add_string (Elf_Scn *scn, char *str) in add_string() function 183 add_string (scn, ""); in check_elf() 200 shdr->sh_name = add_string (scn, ".strings"); in check_elf() 217 orig_str1_off = add_string (scn, orig_str1); in check_elf() 219 orig_str2_off = add_string (scn, orig_str2); in check_elf() 221 orig_str3_off = add_string (scn, orig_str3); in check_elf() 259 str1_off = add_string (scn, str1); in check_elf() 261 str2_off = add_string (scn, str2); in check_elf() 263 str3_off = add_string (scn, str3); in check_elf() 321 str1_off = add_string (scn, str1); in check_elf() [all …]
|
D | emptyfile.c | 41 add_string (Elf_Scn *scn, char *str) in add_string() function 159 add_string (scn, ""); in check_elf() 176 shdr->sh_name = add_string (scn, ".strtab"); in check_elf()
|
/third_party/elfio/elfio/ |
D | elfio_strings.hpp | 59 Elf_Word add_string( const char* str ) in add_string() function in ELFIO::string_section_accessor_template 81 Elf_Word add_string( const std::string& str ) in add_string() function in ELFIO::string_section_accessor_template 83 return add_string( str.c_str() ); in add_string()
|
D | elfio_dynamic.hpp | 124 Elf_Xword value = strsec.add_string( str ); in add_entry()
|
D | elfio_relocation.hpp | 288 Elf_Word str_index = str_writer.add_string( str ); in add_entry()
|
D | elfio_symbols.hpp | 226 Elf_Word index = pStrWriter.add_string( str ); in add_symbol()
|
D | elfio.hpp | 1000 Elf_Word pos = str_writer.add_string( name ); in add()
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_dispatch_table_gen.py | 618 def add_string(self, string, num): member in StringIntMap 679 device_strmap.add_string("vk" + e.name, e.entry_table_index) 688 physical_device_strmap.add_string("vk" + e.name, e.entry_table_index) 697 instance_strmap.add_string("vk" + e.name, e.entry_table_index)
|
/third_party/elfio/examples/write_obj/ |
D | write_obj.cpp | 80 Elf32_Word str_index = stra.add_string( "msg" ); in main()
|
/third_party/elfio/examples/c_wrapper/ |
D | elfio_c_wrapper.cpp | 337 return pstring->add_string( str ); in elfio_string_add_string()
|
/third_party/elfio/c_wrapper/ |
D | elfio_c_wrapper.cpp | 336 return pstring->add_string( str ); in elfio_string_add_string()
|
/third_party/elfio/tests/ |
D | ELFIOTest1.cpp | 83 Elf_Word nStrIndex = str_writer.add_string( "msg" ); in write_obj_i386()
|
/third_party/node/deps/v8/src/init/ |
D | heap-symbols.h | 144 V(_, add_string, "add") \
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-collections-gen.cc | 448 : isolate()->factory()->add_string(); in GetAddFunction()
|