Home
last modified time | relevance | path

Searched refs:add_string (Results 1 – 14 of 14) sorted by relevance

/third_party/elfutils/tests/
Delfstrtab.c108 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 …]
Demptyfile.c41 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/
Delfio_strings.hpp59 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()
Delfio_dynamic.hpp124 Elf_Xword value = strsec.add_string( str ); in add_entry()
Delfio_relocation.hpp288 Elf_Word str_index = str_writer.add_string( str ); in add_entry()
Delfio_symbols.hpp226 Elf_Word index = pStrWriter.add_string( str ); in add_symbol()
Delfio.hpp1000 Elf_Word pos = str_writer.add_string( name ); in add()
/third_party/mesa3d/src/vulkan/util/
Dvk_dispatch_table_gen.py618 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/
Dwrite_obj.cpp80 Elf32_Word str_index = stra.add_string( "msg" ); in main()
/third_party/elfio/examples/c_wrapper/
Delfio_c_wrapper.cpp337 return pstring->add_string( str ); in elfio_string_add_string()
/third_party/elfio/c_wrapper/
Delfio_c_wrapper.cpp336 return pstring->add_string( str ); in elfio_string_add_string()
/third_party/elfio/tests/
DELFIOTest1.cpp83 Elf_Word nStrIndex = str_writer.add_string( "msg" ); in write_obj_i386()
/third_party/node/deps/v8/src/init/
Dheap-symbols.h144 V(_, add_string, "add") \
/third_party/node/deps/v8/src/builtins/
Dbuiltins-collections-gen.cc448 : isolate()->factory()->add_string(); in GetAddFunction()